wallet-core
wallet-core copied to clipboard
[Keystore] Allow keystore to select different encryption algorithms
Allow keystore for web extension to select different encryption algorithms i.e.: aes-256-ctr and maybe salt
The changes I can think of:
- Need to add a new method with AES key length parameter (128/192/256) to
TWStoredKey
- Fix the hardcode value
aes-128-ctr
inEncryptionParameters.cpp
- Change Swift / TypeScript Keystore accordingly
- Tests