Crypt Class
Class Overview
Namespace
namespace Chase.CommonLib.Math;License
Summary
Constructor
Crypt()
Crypt()public Crypt();Crypt(string salt)
Crypt(string salt)Properties
Salt
SaltMethods
Encrypt(string text)
Encrypt(string text)Encrypt(string path, string output)
Encrypt(string path, string output)Decrypt(string path, string output)
Decrypt(string path, string output)Decrypt(string text)
Decrypt(string text)Private Methods
GetSaltBytes()
GetSaltBytes()Examples
Example 1: Encrypting and Decrypting Text
Example 2: Encrypting and Decrypting Files
Last updated