base64 encryption

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nithy_compvue
Forum Newbie
Posts: 1
Joined: Mon Jun 15, 2009 1:29 am

base64 encryption

Post by nithy_compvue »

I am trying to use base64 encryption with DESede algorithm. I have a solution in
JAVA.

I need similar solution in PHP.

For Example: The encrypted code for the 'password' is '7JHe7Oo335uQ4JqjxIWyxw=='

Can anyone help?
Post Reply