Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 351 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 351 Bytes

Just a simple thing to encrypt and decrypt files with a password.

Might not be the best way to do it, but it works for me.

Made with Java SE 17.

Usage:

java -jar encryption.jar <mode> <filename>

Modes:

  • encrypt
  • decrypt

For decryption, the filename must be <filename>.enc, otherwise the decryption will not work.