Azavea.Open.Common.Cryptography.IOneWayHash.Encrypt C# (CSharp) Method

Encrypt() public abstract method

Cryptographically hashes a plaintext string into a short-message digest (hard to decrypt)
public abstract Encrypt ( string input ) : string
input string plaintext
return string
        public abstract string Encrypt(string input);
IOneWayHash