how to 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

Locked
ismail
Forum Newbie
Posts: 10
Joined: Thu Jun 05, 2008 11:51 pm

how to 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!
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: how to encrypt and decrypt in php and j2me?

Post by John Cartwright »

Double post. Locked.
Locked