mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-11 20:15:04 -05:00
.. | ||
Crypto | ||
Properties | ||
Resources | ||
License.txt | ||
Readme.txt | ||
Twofish.cs | ||
TwofishBase.cs | ||
TwofishCipher.csproj | ||
TwofishCipherEngine.cs | ||
TwofishEncryption.cs |
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.