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 ! 🙂