hello all,
In servlet 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?
pls help me how to do!
boomar
0
Newbie Poster
Recommended Answers
Jump to PostHi there! I haven't heard of bouncy castle light weight cryptography, but php has many encryption techniques. There is base64_encode and
Jump to PostYou can also use the mcrypt extension, but I'm not sure whether it supports your requested method of encryption.
All 5 Replies
nav33n
472
Purple hazed!
Team Colleague
Featured Poster
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
boomar
0
Newbie Poster
boomar
0
Newbie Poster
pritaeas
2,130
¯\_(ツ)_/¯
Moderator
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.