String decryptString(CipherHandle h, String x)
Arguments
h: A cipher handlex: A base64-encoded encrypted string
Usage
Decrypts a string with the given cipher handle, returning the unencrypted string.
h: A cipher handlex: A base64-encoded encrypted stringDecrypts a string with the given cipher handle, returning the unencrypted string.