PDA

View Full Version : base64 encryption



nithy_compvue
15 Jun 2009, 02:17 AM
I am trying to use base64 encryption with DESede algorithm. I have a solution in JAVA.

for Example: The encrypted form of the word 'password' is '7JHe7Oo335uQ4JqjxIWyxw=='

I need similar solution in PHP.

Can anyone help?