encrypt icon indicating copy to clipboard operation
encrypt copied to clipboard

Save key and IV into DB at User interaction

Open mohamad-elbohsaly opened this issue 3 years ago • 0 comments

Should I save as fields IV and Key? upon user signs up?

In regards to sign in, are the following steps correct?

  1. Create an instance of Encrypted(AES) and use saved key field?
  2. Decrypt based on encrypted instance and IV?

mohamad-elbohsaly avatar Nov 22 '21 14:11 mohamad-elbohsaly