I got questions
A) Why would one need an encryption algorhitm
B) Why use Num over alpha/num? EX:. $base() functions.
A) I like encryption. It's one of the most interesting things in the world to me, and I love messing around with it. Same goes for hashing, cryptographic or otherwise. (See: SHA set, MD#, etc.) If I really wanted to have a secure encryption, I'd use one that already existed.
B) Well, first off, $base will also return a rounded result. And, due to the fact that I mostly enjoy simply messing around with encryptions, doing the same thing repeatedly would be no fun.
And for those working on writing calculation scripts, good job. Those are rather nifty.
Currently, I'm looking into learning Python and/or Ruby, because I recently discovered a means to embed Ruby and Python code into mIRC scripts. It looks like a really great idea, and I want to try it out.