Skip to content

[Script] Encrypt and Decrypt messages with python.

Notifications You must be signed in to change notification settings

R3LI4NT/Crypt-Zer0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

crypt_zer0

Encrypt and Decrypt messages.

Captura de pantalla (7)

Encrypt:

Captura de pantalla (8)

Decrypt:

Captura de pantalla (9)

Characters:

signs = ['+','-','_','!','#','$','%','&','/','(',')',
'=','?','¿', '°','[',']','{','}',',','.','*','@','¡',
'>','<','~',]

numbers = ['0', '1','2','3','4','5','6','7','8','9']

rare = ['Ç','ü','é','â','ä','à','å','ç','ê','ë','è',
'ï','î','ì','Ä','Å','É','æ','Æ','ô','ö','ò','û','ù',
'ÿ','Ö','Ü','ø','£','Ø','×','ƒ','ñ','Ñ','ª','®','¬',
'½','¼','¾','«','»','á','í','ú','é','ó']

Install:

git clone https://github.com/R3LI4NT/Crypt-Zer0
cd Crypt-Zer0
python3 crypt-zer0.py

About

[Script] Encrypt and Decrypt messages with python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages