1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app
Konstantin 6f47fece56
Implementation encrypt/decrypt feature (#7831)
Implement `eth_decrypt` and `eth_getEncryptionPublicKey`. This allows decryption backed by the user's private key. The message decryption uses a confirmation flow similar to the messaging signing flow, where the message to be decrypted is also able to be decrypted inline for the user to read directly before confirming.
2020-02-19 14:24:16 -04:00
..
components Remove redux-test-utils dependency (#8070) 2020-02-18 14:54:03 -03:30
css Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
ducks Enable core ESLint no-mixed-operators rule 2020-02-17 21:06:36 -03:30
helpers Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
pages Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
selectors Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00
store Implementation encrypt/decrypt feature (#7831) 2020-02-19 14:24:16 -04:00