1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test
Dan Finlay de8da9ddf6 Simplify Encryptor API Surface
At least, the portion of it that we use.

Moved salting within the encryptor, so it does not need to be managed externally.

KeyringController now caches the password instead of a passwordDerivedKey, since it is ignorant of the salt.

Encryptor payload is now in a JSON format, so its portions are both base64 encoded *and* labeled appropriately.  The format is `{ "data": "0x0", "iv": "0x0", "salt": "string" }`.

Fixes #843
Fixes #859
2016-11-22 15:54:51 -08:00
..
integration Create failing test to check submitPassword in keyringController. 2016-11-18 15:40:12 -08:00
lib Now migrating old vaults to new DEN format 2016-10-29 02:29:25 -07:00
unit Simplify Encryptor API Surface 2016-11-22 15:54:51 -08:00
helper.js Fix plugin tests 2016-04-18 11:31:06 -07:00