Files
modernkeepass/ModernKeePassLib/README.md

11 lines
681 B
Markdown
Raw Normal View History

2017-11-09 11:16:13 +00:00
# ModernKeePassLib
This is my adaptation of the KeePassLib (KeePass library) for the Universal Windows Platform and Windows Runtime (WinRT).
2017-11-09 12:39:55 +00:00
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.
2017-11-09 11:16:13 +00:00
#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.)
2017-11-09 12:39:55 +00:00
- Disabled native functions (because not compatible with WinRT)
- Use of Splat for GfxUtil