HiI am building an app that needs to store anonymous data.I am proceeding in the following way:Ask user for password.Hash Salt Store using bcrypt.Encrypt data using password. What is a good way to encrypt the user data ?Since I am not storing the password I am thinking I could use crypto's inbuilt AES method without iv.The data to encrypt will be ranging from 10-100 chars. Will my method be safe enough ?
Submitted February 08, 2017 at 07:22AM by abkibaarnsit
No comments:
Post a Comment