Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyCipher

Simple CLI tool to encrypt or decrypt files.

Usage

java -jar <JAR_FILE> <ARGUMENTS>

Arguments

Encrypt file:

encrypt [--base64] <input> <output>
      <input>    Path to input file
      <output>   Path to output file
      --base64   Encode output to Base64

Decrypt file:

decrypt [--base64] <input> <output>
      <input>    Path to input file
      <output>   Path to output file
      --base64   Decode input from Base64

About

Simple CLI tool to encrypt or decrypt files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages