chickadee » openssl » string-cipher

string-cipher cipher str key iv #!rest optionsprocedure

Convenience procedure which performs a cipher operation with the cipher object cipher on str, using key and iv as parameters. Extra parameters are set with options. All parameters are passed to cipher-context-init! and follow its documentation. Returns an encrypted/decrypted string.