Gossamer Forum
Home : General : Internet Technologies :

PHP mcrypt ciphers

Quote Reply
PHP mcrypt ciphers
Does anyone know the advantages/disadvantages of different mcrypt ciphers? There's Blowfish, 3DES, Twofish, Enigma, Panama, Rijndael, and about a million others. Having no experience with any of them, the choice seems pretty arbitrary.

Many thanks for any ideas.

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund
Quote Reply
Re: [hennagaijin] PHP mcrypt ciphers In reply to
I tend to just use crypt() with MM. Is there any particular reason why you need to make a string any more encrypted?

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] PHP mcrypt ciphers In reply to
Hi Andy,

It's not that I need it any "more encrypted" (although I do want it to be super-secure since I'll be storing sensitive/valuable information) it's that I need a two-way algorithm so I can later decrypt the encrypted strings. That's why I'm using mcrypt instead of crypt() or md5().

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund