VSES (Ex,Dx)
It is a system that is capable of encrypting/decrypting a string, thanks to a customizable key.
It is composed of two program the encryptor (Ex) and the decryptor (Dx) ...
It is still in the
BETA stage, there are still a
lot of bugs ,
The encryption is weak (simple), I will try to improve it.
It's just for fun ...
the code will be opened in final version !
Here is a
new video on how to
use VSES with modes
vid.me/q3KU
(720p)(Philip Glass - 01 - Koyaanisqatsi.mp3)
(version: BETA)
/ ************************************************************************* /
There are 2 options
-
MagicMode --
(It's not perfect yet bugs)
-
BoostMode --
As the name suggests, it boost encryption, works in normal & magic.
The differences between the normal & magic mode
(side Encryptor)
NORMAL
- You can put capital letters in the key & data
- You can not put special characters in either your key or your data e.g: 0123456789,/\()<>*`'"# ...etc
- If the encryption is done correctly, the decryption will be correct, but with some "artefacts"
- You are not obliged to follow these rules !
MAGIC
- You can put capital letters in data only !
- You can put some special characters in key & data, as e.g: 0123456789,/\()<>*'"!?:. ...etc
- If the encryption is done correctly, the decryption will be perfect (no artefacts) !
- You are not obliged to follow these rules !
RULES for BOTH
- Avoid special characters e.g: éèç²&~ for NORMAL & MAGIC
- Latin Alphabet only
- You are not obliged to follow these rules !
/ ************************************************************************* /
Links VSES
-
Ex (Encryptor) >
www.gamemaker3d.com/player?pid=04502422144
-
Dx (Decryptor) >
www.gamemaker3d.com/player?pid=04502422145
WIKI >
en.wikipedia.org/wiki/Symmetric-key_algorithm
Thanks to CyberixTeam for their support !
-= UPDATE =-
+ Add MagicMode
+ Add BoostMode