C# Class Azavea.Open.Common.Cryptography.IOneWayHash

An interface for classes that perform a one-way encryption (no decryption) on an input.
Datei anzeigen Open project: azavea/net-om-utils-common

Public Methods

Method Description
Encrypt ( string input ) : string

Cryptographically hashes a plaintext string into a short-message digest (hard to decrypt)

Method Details

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