wallet-core icon indicating copy to clipboard operation
wallet-core copied to clipboard

[Keystore] Allow keystore to select different encryption algorithms

Open y3fers0n opened this issue 2 years ago • 1 comments

Allow keystore for web extension to select different encryption algorithms i.e.: aes-256-ctr and maybe salt

y3fers0n avatar Nov 04 '22 13:11 y3fers0n

The changes I can think of:

  1. Need to add a new method with AES key length parameter (128/192/256) to TWStoredKey
  2. Fix the hardcode value aes-128-ctr in EncryptionParameters.cpp
  3. Change Swift / TypeScript Keystore accordingly
  4. Tests

hewigovens avatar Nov 08 '22 00:11 hewigovens