chickadee » openssl » file-cipher

file-cipher cipher in-path out-path key iv #!rest optionsprocedure

Convenience procedure which encrypts/decrypts the file at in-path into the file at out-path using the cipher object cipher and key and iv as parameters. Extra parameters are set with options. All parameters are passed to cipher-context-init! and follow its documentation.