Encryption Filters
mcrypt.* and mdecrypt.*
provide symmetric encryption and decryption using libmcrypt.
Both sets of filters support the same algorithms available to
mcrypt extension in the form of
mcrypt.ciphername where
Beispiel #1 Encrypting file output using 3DES
<?phpBeispiel #2 Reading an encrypted file
<?php |