DES in php

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
DESdes
Forum Newbie
Posts: 2
Joined: Wed Mar 18, 2009 6:54 am

DES in php

Post by DESdes »

i have graduation project in multicast security , plase can you help me to find

DES encryption/decryption code in php , thank you...
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: DES in php

Post by Mordred »

And what about the magic word?
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: DES in php

Post by papa »

Google or please? 8)
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: DES in php

Post by kaisellgren »

If you need pure PHP implementation, maybe this could help you http://www.phpclasses.org/browse/package/410.html
Post Reply