Skip to content

Simple Fernet encyrptor and decryptor using Python

License

Notifications You must be signed in to change notification settings

falkensmz/ferneter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ferneter

Simple Fernet encyrptor and decryptor using Python

documentation for Fernet

usage

-> To encrypt: python3 encryptor.py enter file name > "filename.txt" {Copy the key from ' to '}

-> To decrypt: python3 decryptor.py enter file name to decrypt > encrypted_file.txt provide key to decrypt > [the key that was previously generated]

  • simple, 23/20 lines script(s) for basic encryption. With this method in mind you can take Fernet to the next level and even encrypt entire Python malicious scripts for obfuscation and evasion.
  • thank you for reading through!

About

Simple Fernet encyrptor and decryptor using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages