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

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

Méthodes publiques

Méthode Description
Encrypt ( string input ) : string

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

Method Details

Encrypt() public abstract méthode

Cryptographically hashes a plaintext string into a short-message digest (hard to decrypt)
public abstract Encrypt ( string input ) : string
input string plaintext
Résultat string