| Issue 200: | A more secure sql-implementation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I implemented an aes-solution for password-storage and made the database-entries less redundant. In case the database is successfully attacked and the rest of the server is still secure. the passwords are not revealed. The passwords are encrypted using salted AES encryption using the databasepassword as the key. I have attached the changed files along with a diff. |