Logo
Explore Help
Sign In
wismna/modernkeepass
1
0
Fork 0
You've already forked modernkeepass
mirror of https://github.com/wismna/ModernKeePass.git synced 2025-10-03 23:50:18 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
53a54252e3b2ad98e7b9a7fd841bce7f4e36c512
modernkeepass/ModernKeePassLib/Cryptography/Hash/SHA512Managed.cs

13 lines
242 B
C#
Raw Normal View History

KeePassLib 2.37 tentatively working!! Replaced WinRt hash providers with BouncyCastle in CryptoUtil
2017-10-24 14:39:06 +02:00
using Org.BouncyCastle.Crypto.Digests;
namespace ModernKeePassLib.Cryptography.Hash
{
Added more tests Code cleanup in Lib WIP new VM for OpendatabaseControl WIP KDBX4 file save - still not working
2017-11-04 12:11:30 -04:00
public class SHA512Managed: HashAlgorithm
KeePassLib 2.37 tentatively working!! Replaced WinRt hash providers with BouncyCastle in CryptoUtil
2017-10-24 14:39:06 +02:00
{
public SHA512Managed()
{
Added lots of tests from Lib SelfTest.cs to Test project Code cleanup in KeePassLib Code cleanup in ModernKeePass.Tests Argon2Kdf files can now be opened WIP - Argon2kdf files are corrupted on write
2017-11-02 18:45:08 +01:00
Digest = new Sha512Digest();
KeePassLib 2.37 tentatively working!! Replaced WinRt hash providers with BouncyCastle in CryptoUtil
2017-10-24 14:39:06 +02:00
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 41ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API