From 3970d485f6a55606da7c59546aaf1b6391eae5fe Mon Sep 17 00:00:00 2001 From: Geoffroy Bonneville Date: Thu, 9 Nov 2017 16:53:47 +0000 Subject: [PATCH] Updated README.md --- ModernKeePassLib/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ModernKeePassLib/README.md b/ModernKeePassLib/README.md index 18a4c0c..5b5464e 100644 --- a/ModernKeePassLib/README.md +++ b/ModernKeePassLib/README.md @@ -3,6 +3,8 @@ 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: overall, except for namespace changes and some added classes (see below), there is almost no change. +Download the Nuget package [here](https://www.nuget.org/packages/ModernKeePassLib) + #Features - Custom implementation of the System.Security.Cryptography.HashAlgoritm class by using WinRT equivalents - Use of BouncyCastle PCL to implement AES key derivation features