support for twofish cipher

This commit is contained in:
Philipp Crocoll
2013-09-03 23:10:59 +02:00
parent b9dce51afa
commit 48ad2b309b
17 changed files with 3663 additions and 736 deletions

View File

@@ -0,0 +1,21 @@
Twofish Cipher for KeePass Password Safe
Copyright (C) 2009-2010 SEG Tech <me@gogogadgetscott.info>
PREFACE
Enables KeePass to encrypt databases using the Twofish algorithm.
REQUIREMENTS
This plugin requires KeePass 2.0x.
INSTALLATION
Just copy TwofishCipher.dll to the same directory where KeePass.exe is located
and KeePass should automatically recognize and load the plugin.
CREDITS
Many thanks to Dominik Reichl for creating KeePass Password Safe, without which,
this plugin would not exist. Thanks also goes to Shaun Wilde for C#
implementation of the Twofish cipher as posted on The Code Project.