ScriptSpot

Script

bf :: Caesar cipher

By benjaminF · Credited author: benjamin fichet · 2012-07-01

Version
1.0
Date updated
2012-07-01
Votes
2
Description

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

Additional Info

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

Tags: script, Tools, tool, encrypt, toys, toy, decrypt, crypt

Comments (2)

V1.0

benjaminF · 2012-07-03

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

Everything's good now.

Final release.

benjaminF · 2012-07-02

V0.2 is out.

Code has been factorised and is now much more elegant.