Page 1 of 1

mcrypt

Posted: Tue Jul 23, 2002 1:00 pm
by cheatboy00
O.k. i need help. I have very little knowldege on crypting.. i went to the obivous php manual. but whoa, i didnt understand a word they were saying... i need help on what entails crypting... all i know is their is something to do with hashing? and salt something or other..

any help would be apreciated....

this is what it says on my php info regarding this.... pffff doesnt make any sense to me...

Code: Select all

mcrypt

mcrypt support     enabled 

version            2.4.x 

Supported ciphers  twofish rijndael-128 rijndael-192 rijndael-256 saferplus
                   rc2 xtea serpent safer-sk64 safer-sk128 cast-256
                   loki97 gost threeway cast-128 blowfish des blowfish-compat
                   tripledes enigma arcfour panama wake  

Supported modes    ofb cfb nofb cbc ecb stream ncfb ctr

Posted: Tue Jul 23, 2002 6:01 pm
by virgil
Hey,

I had a similar problem. Search this site for a post... crypt()? ....That should give you a start.

Hope that helps ... Virgil