bf :: Caesar cipher

2 votes
Version: 
1.0
Date Updated: 
07/01/2012
Author Name: 
benjamin fichet

Final release.

-----------------------------------------------------------------------------------------------------------------

Hello ! Tongue Out

I want to share with you my maxscript implementation of the Caesar cipher.

i'm not sure why I wrote this Foot in Mouth, 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 Sealed), the encryption is easily breakable  check the BruteForcer Cool

 

Enjoy ! Smile

Additional Info: 

You should not use this cipher to protect your Scripts :)

AttachmentSize
bf_caesar_cipher-v1-0r.ms42.78 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
benjaminF's picture

V1.0

Add most of the alpha-num chars.
Fix a little bug.

Everything's good now.

Final release.

benjaminF's picture

v0.2

V0.2 is out.

Code has been factorised and is now much more elegant.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.