[PHP] Base 27?

2002-11-21 Thread Leif K-Brooks
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?

2002-11-21 Thread Ernest E Vogelsinger
At 20:21 21.11.2002, Leif K-Brooks said:
[snip]
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.
[snip] 

Why would you want a Base27 encryption if you have the double rot13 in
effect? g

Sorry, couldn't resist...


-- 
   O Ernest E. Vogelsinger
   (\)ICQ #13394035
^ http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php