Skip to content

A simple password decryptor for Triple DES 2-key encryption method

Notifications You must be signed in to change notification settings

Skoparov/Decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decryptor

A simple password decryptor for Triple DES 2-key encryption method, with the encrytion key made of 3 random characters from [0-9A-Za-z], and the Triple DES keys being the first and the second 8 bytes of MD5 of that key. The encrypted file is made of the 8 bytes of encryption header, the data itself and the 32 bytes of sha256 of said data.

Implemented using libssl and libcrypto, can only be built on linux.

About

A simple password decryptor for Triple DES 2-key encryption method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published