bf :: Caesar cipher
Final release.
-----------------------------------------------------------------------------------------------------------------
Hello !
I want to share with you my maxscript implementation of the Caesar cipher.
i'm not sure why I wrote this , anyway, it should be a nice source code for maxscript beginners.
Some screenshots :
Example :
Hey ! Im a secret string rotated six times !
Encrypted : nk,abaosagaykixkzayzxotmaxuzgzkjayo?azoskyab
--------------------------------------------------------------------------------------------------
Even if it looks good, the encryption strength is very very low.
Because the cipher is really old (around -50BC ), the encryption is easily breakable check the BruteForcer
Enjoy !
You should not use this cipher to protect your Scripts :)
Attachment | Size |
---|---|
bf_caesar_cipher-v1-0r.ms | 42.78 KB |
Comments
V1.0
Add most of the alpha-num chars.
Fix a little bug.
Everything's good now.
Final release.
v0.2
V0.2 is out.
Code has been factorised and is now much more elegant.