beznogno / pyicqt

Automatically exported from code.google.com/p/pyicqt
GNU General Public License v2.0
0 stars 0 forks source link

A more secure sql-implementation #200

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by ulug...@googlemail.com on 29 Mar 2010 at 11:12

Attachments: