MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
cipher.c File Reference
Include dependency graph for cipher.c:

Go to the source code of this file.

Functions

MagickExport MagickBooleanType DecipherImage (Image *image, const char *passphrase, ExceptionInfo *exception)
 
MagickExport MagickBooleanType PasskeyDecipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception)
 
MagickExport MagickBooleanType EncipherImage (Image *image, const char *passphrase, ExceptionInfo *exception)
 
MagickExport MagickBooleanType PasskeyEncipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception)
 

Function Documentation

◆ DecipherImage()

◆ EncipherImage()

◆ PasskeyDecipherImage()

◆ PasskeyEncipherImage()