how encrypt and decrypt in php and j2me.

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
ismail
Forum Newbie
Posts: 10
Joined: Thu Jun 05, 2008 11:51 pm

how encrypt and decrypt in php and j2me.

Post by ismail »

hello all,
In servlet and j2me for encryption and decryption,i used bouncy castle light weight cryptography API to perform DES encryption of arbitrary data,which encrypts/decrypts,then the generated value are in bytes,i used base64 encoder/decoder to convert bytes into string.now the same task i want to do it in php and j2me?
pls help me how to do! :roll:
Last edited by ismail on Sat Jun 14, 2008 1:10 am, edited 2 times in total.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to use encrypt and decrypt

Post by Christopher »

(#10850)
ismail
Forum Newbie
Posts: 10
Joined: Thu Jun 05, 2008 11:51 pm

Re: how to use encrypt and decrypt

Post by ismail »

thankz EVERAH for ur kind reply,this link helped me a lot.
Have a wonderful weekend.
Post Reply