[Phpwm] Encryption

David Edwards revlob at gmail.com
Fri Aug 17 15:04:41 BST 2007


On 17/08/07, pete graham <petegraham1 at gmail.com> wrote:
> Its not a high security app, it was debated whether we would even
> bother encrypting the id at all. The reason for having it is just so
> random people can't go to the site and guess id values.
>
> Regards, Pete

In that case you could use something simple like UUEncode or Base64 to
sanitize your crypted values for network transmission.

--
Dave



More information about the Phpwm mailing list