encryption in php

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
yaron
Forum Contributor
Posts: 157
Joined: Fri Aug 22, 2003 8:40 am

encryption in php

Post by yaron »

Hello all,

I wish to encrypt a string using php store the encryped string in a file for later decryption.

My problem is that php doesn't have encrypt-decrypt build in it.
I'm using php 4.2.2
I know there is an extension I can use but I was woundering if there is a way around it.

any ideas?

thx
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

actually it does...
here is a good article :

http://www.onlamp.com/pub/a/php/2001/07/26/encrypt.html
Post Reply