anybody can suggest me good class for enc/dec in phpclasses?

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
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

anybody can suggest me good class for enc/dec in phpclasses?

Post by raghavan20 »

I want an encryption class which can encypt and decrypt properly and also can accept private keys. It should not so simple and it must be quite a popular one used by many developers and secure.

Thanks for your efforts.
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

anybody can tell me a secure algorithm that will generate keys only in numbers or alphabets or alphanumerical?
I am having problem with some algorithms as they sometime generate very funny characters and they are not escaped properly or sometimes they come up with empty resultant encrypted keys.
Post Reply