keepass2android/src/TwofishCipher/Readme.txt
2013-09-03 23:10:59 +02:00

22 lines
612 B
Plaintext

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.