Skip to content

Scalified/docker-jasypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jasypt Docker Image

License Docker Pulls Release

Overview

Docker image that provides the Jasypt command-line utilities for encryption and decryption

Usage

See Jasypt CLI for the full list of available arguments

String Encryption

docker run \
    --rm \
    scalified/jasypt \
    ./encrypt.sh input="This is my message to be encrypted" password="MYPAS_WORD" [ARGUMENTS]

String Decryption

docker run \
    --rm \
    scalified/jasypt \
    ./decrypt.sh input="k1AwOd5XuW4VfPQtEXEdVlMnaNn19hivMbn1G4JQgq/jArjtKqryXksYX4Hl6A0e" password="MYPAS_WORD" [ARGUMENTS]

File Decryption

docker run 
    --rm \
    scalified/jasypt \
    ./decryptFile.sh file="file.yaml" password="MYPAS_WORD" [ARGUMENTS]

Made with ❤️ by Scalified

About

Docker image containing Jasypt

Resources

License

Stars

Watchers

Forks

Packages

No packages published