W.Encryption Namespace

Tungsten Suite

W.Encryption Namespace

[Missing <summary> documentation for "N:W.Encryption"]

Classes
  ClassDescription
Public classAssymetricEncryption
Facilitates two way (assymetric) encryption via RSA cryptography
Public classMD5
Used to generate MD5 hashes and verify input strings against them
Public classPasswordHash
Salted password hashing with PBKDF2-SHA1. Author: havoc AT defuse.ca www: http://crackstation.net/hashing-security.htm Compatibility: .NET 3.0 and later.
Public classRSA
Provides RSA encryption functionality
Public classRSAMethods

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