mcrypt

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
cheatboy00
Forum Contributor
Posts: 151
Joined: Sat Jun 29, 2002 10:36 am
Location: canada
Contact:

mcrypt

Post 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
virgil
Forum Commoner
Posts: 59
Joined: Thu Jun 13, 2002 11:43 pm
Location: New York, U.S.

Post 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
Post Reply