simple encrypt/decrypt
Posted: Fri May 14, 2010 4:03 am
Hello!
I was wondering if there is any simple encrypt/decrypt module in PHP
Actually I wanted to have few simple features:
- encrypt/decrypt few files/directories in one package
- decrypt one selected file from package
- browse files in package
It reminds me Archives in windows where you can encrypt archive
But in Linux as I known you cant do that
I was using tar with gpg but this is wasn't to comfortable
because gpg doesn't support browse and decrypt only one item from many
Encrypt can be very simple and weak
Thanks
I was wondering if there is any simple encrypt/decrypt module in PHP
Actually I wanted to have few simple features:
- encrypt/decrypt few files/directories in one package
- decrypt one selected file from package
- browse files in package
It reminds me Archives in windows where you can encrypt archive
But in Linux as I known you cant do that
I was using tar with gpg but this is wasn't to comfortable
because gpg doesn't support browse and decrypt only one item from many
Encrypt can be very simple and weak
Thanks