mcrypt v0.1.1 Mcrypt
This is a thin wrapper around libmcrypt
.
Please see the linked man page for details on the available ciphers and modes.
Summary
Functions
Wraps libmcrypt's mdecrypt_generic
, including setup and teardown of the cipher module
Like decrypt
, but raises on error
Wraps libmcrypt's mcrypt_generic
, including setup and teardown of the cipher module
Like encrypt
, but raises on error
Types
Functions
Wraps libmcrypt's mdecrypt_generic
, including setup and teardown of the cipher module.
Like decrypt
, but raises on error.
Wraps libmcrypt's mcrypt_generic
, including setup and teardown of the cipher module.
Like encrypt
, but raises on error.