Page 1 of 1

encryption in php

Posted: Wed Feb 04, 2004 12:24 pm
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

Posted: Wed Feb 04, 2004 1:00 pm
by infolock
actually it does...
here is a good article :

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