UtilEncryptionAtbashDecrypt Method
Decrypts a string using Atbash substitution cipher.
Namespace: DevCase.Core.Security.Cryptography.EncryptionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string AtbashDecrypt(
string text
)
Public Shared Function AtbashDecrypt (
text As String
) As String
Dim text As String
Dim returnValue As String
returnValue = UtilEncryption.AtbashDecrypt(text)
public:
static String^ AtbashDecrypt(
String^ text
)
static member AtbashDecrypt :
text : string -> string
No code example is currently available or this language may not be supported.
- text String
-
The text to decrypt.
String
The decrypted string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim encrypted As String = AtbashDecrypt("Svool Dliow!")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.