mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 16:10:16 -04:00
Updated README.md
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
# ModernKeePassLib
|
# ModernKeePassLib
|
||||||
|
|
||||||
This is my adaptation of the KeePassLib (KeePass library) for the Universal Windows Platform and Windows Runtime (WinRT).
|
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
|
#Features
|
||||||
- Custom implementation of the System.Security.Cryptography.HashAlgoritm class by using WinRT equivalents
|
- Custom implementation of the System.Security.Cryptography.HashAlgoritm class by using WinRT equivalents
|
||||||
- Use of BouncyCastle PCL to implement AES key derivation features
|
- Use of BouncyCastle PCL to implement AES key derivation features
|
||||||
- Lots of small changes in .NET methods (UTF8 instead of ASCII, string.)
|
- 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
|
Reference in New Issue
Block a user