1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
ryanml d8c685ba2e Add mechanism to randomize seed phrase filename (#7863)
The filename is seeded by a simple use of Math.random() pulling from an alphanumeric character bank, as opposed to a more cryptographically random solution. This provides a simple layer of difficulty for bad actors to seek out the recovery phrase file.
2020-01-21 21:22:55 -04:00
..
components Add mechanism to randomize seed phrase filename (#7863) 2020-01-21 21:22:55 -04:00
css Make account details modal close button easier to click (#7797) 2020-01-10 10:43:53 -04:00
ducks Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
helpers Add mechanism to randomize seed phrase filename (#7863) 2020-01-21 21:22:55 -04:00
pages Add mechanism to randomize seed phrase filename (#7863) 2020-01-21 21:22:55 -04:00
selectors Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
store Change "Log In/Out" terminology to "Unlock/Lock" (#7853) 2020-01-21 14:09:53 -08:00