php encryption
php encryption
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- sparker0
ssl only encrypts packet transmission..once the data reaches its destination it is unencrypted.
have you tried using php's mcrypt_decrypt function?
ssl only encrypts packet transmission..once the data reaches its destination it is unencrypted.
have you tried using php's mcrypt_decrypt function?