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
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
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