I'm trying to make a fairly simple encryption thing. My idea is to use
base 27 numbers (the first 27 digits are the alphabet, the 27th is the
space), and then converting to base 10. Any one know of a way to do this?
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Base 27? Leif K-Brooks
- Re: [PHP] Base 27? Ernest E Vogelsinger