Posts Tagged ‘PHP’

New Symfony Color Scheme for Vim

Recently I’ve been doing a lot of PHP programing using symfony application framework. I think it is one of the best PHP frameworks out there. Not to mention that the community is always willing to help, and they have really good documentation. Something lacking in other frameworks I’ve used in the past.

More »

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 »