String encryptString(CipherHandle h, String x)
Arguments
h: A cipher handlex: A string
Usage
Encrypts a string with the given cipher handle, returning a base64-encoded string containing the encrypted data.
h: A cipher handlex: A stringEncrypts a string with the given cipher handle, returning a base64-encoded string containing the encrypted data.