1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app
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
..
_locales First part of chinese translation. 2016-08-22 14:11:32 -07:00
fonts/Montserrat Add light and ultraLight fonts 2016-07-05 15:39:51 -07:00
images Add Opera compatibility 2016-10-04 14:22:50 -07:00
scripts Simplify Encryptor API Surface 2016-11-22 15:54:51 -08:00
currencies.json Enable full listing of supported currencies by Cryptonator. 2016-08-09 09:48:08 -07:00
manifest.json Version 2.13.8 2016-11-16 16:00:32 -08:00
notification.html Unify notification and popup ui files 2016-08-16 16:46:44 -07:00
popup.html migrate to new ui + provider 2016-01-14 18:26:54 -08:00