From 3131eca8a1e121f9a21ed684481e0c471bce21a7 Mon Sep 17 00:00:00 2001 From: Geoffroy Bonneville Date: Thu, 9 Nov 2017 12:39:55 +0000 Subject: [PATCH] Updated README.md --- ModernKeePassLib/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ModernKeePassLib/README.md b/ModernKeePassLib/README.md index a04b32c..18a4c0c 100644 --- a/ModernKeePassLib/README.md +++ b/ModernKeePassLib/README.md @@ -1,9 +1,11 @@ # 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. +It aims at introducing as little change as possible to the original library: overall, except for namespace changes and some added classes (see below), there is almost no change. #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.) +- Disabled native functions (because not compatible with WinRT) +- Use of Splat for GfxUtil \ No newline at end of file