Support Twofish encrypted KeePass 1 databases.

Refs #2
This commit is contained in:
Felix Geyer 2012-05-10 21:06:33 +02:00
parent 225e5dac66
commit cf4e574c50
9 changed files with 39 additions and 5 deletions

View file

@ -29,6 +29,7 @@ public:
enum Algorithm
{
Aes256,
Twofish,
Salsa20
};