inhinias / Arcanum

A small tool for saving encrypted passwords in a database.
GNU General Public License v3.0
5 stars 0 forks source link

Are there Encryption/Security Issues #15

Open inhinias opened 5 years ago

inhinias commented 5 years ago

Here are some I know of:

inhinias commented 5 years ago

RSA may help speed up decryption. Using an encrypted private key in the database which gets decrypted with the login password.