Application Structure Ideas (Krypton)
I am currently writing an document management application. Everything will be stored in an Sqlite database. It is designed to support AES encryption. It is being written in JavaScript (wxJavaScript). Its name is Krypton.
However, I am still pondering this point. How can I detect if the encryption password is correct? I planned on using an MD5 and SHA1 hash to compare it to. Would that create any security vulnerabilities?
Are there any other things I should be concerned about?
Thank you.
- Read more about Application Structure Ideas (Krypton)
- 5 comments
- Log in or register to post comments