| 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  
 
 Example #1 Encrypting file output using 3DES 
<?phpExample #2 Reading an encrypted file 
<?php |