Thoughts of just about anything
Archive for April, 2007
Read OpenSSL files in PHP
Apr 18th
I finally got PHP to open encrypted files created with OpenSSL. I use openssl in the command line to encrypt files with AES cipher 128 block size and 256 key length with salt. More >