Shunde.NET Framework Class Library

Encrypter.EncryptOneWay Method 

Makes a one-way encryption on a string

public static string EncryptOneWay(
   String hash,
   String input
);

Parameters

String
A hash key to blend in with the input
String
The string to encrypt

Return Value

Returns an encrypted string which should be nearly impossible to return to the original string

See Also

Encrypter Class | Shunde.Utilities Namespace