From 91a55072176d456764856255c3c1498f8462fd7b Mon Sep 17 00:00:00 2001 From: Geoffroy Bonneville Date: Thu, 9 Nov 2017 11:16:13 +0000 Subject: [PATCH] Added file README.md --- ModernKeePassLib/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ModernKeePassLib/README.md diff --git a/ModernKeePassLib/README.md b/ModernKeePassLib/README.md new file mode 100644 index 0000000..a04b32c --- /dev/null +++ b/ModernKeePassLib/README.md @@ -0,0 +1,9 @@ +# ModernKeePassLib + +This is my adaptation of the KeePassLib (KeePass library) for the Universal Windows Platform and Windows Runtime (WinRT). +It aims at introducing as little change as possible to the original library. + +#Features +- Custom implementation of the System.Security.Cryptography.HashAlgoritm class by using WinRT equivalents +- Use of BouncyCastle PCL to implement AES key derivation features +- Lots of small changes in .NET methods (UTF8 instead of ASCII, string.)