Posts Tagged ‘OpenSSL’

Read OpenSSL files in PHP

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 »