UtilEncryptionStairsDeCrypt(String, String, Encoding) Method

Decrypts a string using Stairs algorithm.

Definition

Namespace: DevCase.Core.Security.Cryptography.Encryption
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string StairsDeCrypt(
	string data,
	string key,
	Encoding enc = null
)

Parameters

data  String
The string to decrypt.
key  String
The decryption key.
enc  Encoding  (Optional)
The text Encoding.

Return Value

String
The decrypted string.

See Also