encrypt
encrypt copied to clipboard
Save key and IV into DB at User interaction
Should I save as fields IV and Key? upon user signs up?
In regards to sign in, are the following steps correct?
- Create an instance of Encrypted(AES) and use saved key field?
- Decrypt based on encrypted instance and IV?