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

@@ -38,6 +38,7 @@ SymmetricCipherBackend* SymmetricCipher::createBackend(SymmetricCipher::Algorith
{
switch (algo) {
case SymmetricCipher::Aes256:
case SymmetricCipher::Twofish:
return new SymmetricCipherGcrypt(algo, mode, direction);
case SymmetricCipher::Salsa20: