Skip to content

simple CLI file encryption/decryption tool

Notifications You must be signed in to change notification settings

Uweb95/encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

simple CLI file encryption/decryption tool

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages