Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Encrypter

A Python program for encrypting files by changing every byte to a different one according to a table. The table is generated randomly using a PRNG with a seed that can be specified by the user and works as a key to generate an inverse table that can be used to decrypt the file.

Download

git clone https://github.com/Stachu1/Encrypter.git

Usage

Encrypting

python Encrypter.py <file> enc <key>

This will create a copy of the file with a .encrypted extension

Decrypting

python Encrypter.py <file.encrypted> dec <key>

This will create a decrypted copy of the file

image

I DO NOT RECOMMEND USING IT FOR STUFF THAT ACCTUALLY NEEDS TO BE ENCRYPTED, AS IT IS PROBABLY NOT SECURE Still it was a fun project ;)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages