8000 GitHub - pyr/jcipher: Jasypt compatible encryption and decryption CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pyr/jcipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcipher: Jasypt compatible encryption and decryption CLI

Jasypt is a popular method in the JVM world to perform symmetric cryptography. It is notably used as method to secure key credentials in databases for instance.

jcipher provides a command-line tool compatible with Jasypt's default parameters, optionally available as a standalone executable.

Usage

Usage: jcipher [-e] -k KEY PAYLOAD

 Switches                     Default  Desc
 --------                     -------  ----
 -h, --no-help, --help        false    Show Help
 -e, --no-encrypt, --encrypt  false    Perform encryption
 -k, --key                             Key password

Building

jcipher requires leiningen and can optionally be built as a standalone executable.

To build a standalone JAR:

lein uberjar

To build a standalone executable, you will need GraalVM installed and the GRAAL_HOME environment variable set to its location.

You can then run:

lein native-image

License

See LICENSE file.

Copyright © 2018 Pierre-Yves Ritschard pyr@spootnik.org

About

Jasypt compatible encryption and decryption CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0