Binary encrypt(CipherHandle h, Binary dat)
Arguments
h: A cipher handledat: A block of Binary data
Usage
Encrypts binary data with the given cipher handle, returning a binary block containing the encrypted data.
h: A cipher handledat: A block of Binary dataEncrypts binary data with the given cipher handle, returning a binary block containing the encrypted data.