keepass2android/src/TwofishCipher
Philipp Crocoll 54f2abdb31 Revert changes in project files 2014-05-28 11:01:20 +02:00
..
Crypto support for twofish cipher 2013-09-03 23:10:59 +02:00
Properties Release 0.8.6 nonet 2013-09-16 21:44:45 +02:00
Resources Revert changes in project files 2014-05-28 11:01:20 +02:00
License.txt support for twofish cipher 2013-09-03 23:10:59 +02:00
Readme.txt support for twofish cipher 2013-09-03 23:10:59 +02:00
Twofish.cs support for twofish cipher 2013-09-03 23:10:59 +02:00
TwofishBase.cs support for twofish cipher 2013-09-03 23:10:59 +02:00
TwofishCipher.csproj Revert changes in project files 2014-05-28 11:01:20 +02:00
TwofishCipherEngine.cs support for twofish cipher 2013-09-03 23:10:59 +02:00
TwofishEncryption.cs support for twofish cipher 2013-09-03 23:10:59 +02:00

Readme.txt

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.