Skip to content

stigsec/Mab-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For installation go to the releases tab

Mab-Cipher Usage:

-e - Encrypt
-d - Decrypt
-s - Encrypt with random salt
-cs - Encrypt with custom salt
-v - Version info
-h - prints this menu

mabc {-e/-d} {pwd1} {pwd2} {BL} {BD} {input_file} {output_file}
mabc {-s} {plaintext}
mabc {-cs} {salt} {plaintext}

BD < BL < len(pwd2)