Files
modernkeepasslib/ModernKeePassLib
Geoffroy BONNEVILLE d87717007d Update package version
2019-08-19 13:49:38 +02:00
..
2019-07-25 16:39:43 +02:00
2019-07-26 18:28:53 +02:00
2019-07-25 16:39:43 +02:00
2019-07-26 18:28:53 +02:00
2019-07-31 11:48:42 +02:00
2019-07-25 16:39:43 +02:00
2019-07-26 18:28:53 +02:00
2019-07-26 18:28:53 +02:00
2019-07-25 16:39:43 +02:00
2019-07-26 18:28:53 +02:00
2019-07-31 11:48:42 +02:00
2019-08-19 13:49:38 +02:00
2019-07-26 18:28:53 +02:00
2019-07-26 18:28:53 +02:00
2019-07-25 16:39:43 +02:00
2019-07-25 16:39:43 +02:00
2019-07-26 18:28:53 +02:00
2019-07-26 18:28:53 +02:00
2019-07-25 16:39:43 +02:00
2019-07-25 16:39:43 +02:00

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: overall, except for namespace changes and some added classes (see below), there is almost no change.

Download the Nuget package here

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