Tungsten
![]() |
W.Encryption Namespace |
[Missing <summary> documentation for "N:W.Encryption"]

Class | Description | |
---|---|---|
![]() | AssymetricEncryption |
Facilitates two way (assymetric) encryption via RSA cryptography
|
![]() | MD5 |
Used to generate MD5 hashes and verify input strings against them
|
![]() | PasswordHash |
Salted password hashing with PBKDF2-SHA1.
Author: havoc AT defuse.ca
www: http://crackstation.net/hashing-security.htm
Compatibility: .NET 3.0 and later.
|
![]() | RSA |
Provides RSA encryption functionality
|
![]() | RSAMethods | Replaces RSA. This code was adapted for NetStandard from an article published on CodeProject by Mathew John Schlabaugh in 2007. It is less complicated but works more often than my initial RSA implementation. See: https://www.codeproject.com/Articles/10877/Public-Key-RSA-Encryption-in-C-NET |