Skip to content

A wrapper API around jasypt to to easily encrypt/decrypt your sensitive data

License

Notifications You must be signed in to change notification settings

mykaarma/jasyptapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jasyptapi

A wrapper API around jasypt to to easily encrypt/decrypt your sensitive data. This project is publicly hosted at https://mkbot.mykaarma.com/jasyptapi/ .

Deployment and setup

Using Maven

Run mvn spring-boot:run. No other configuration needed.

Using Docker

  1. Create jar: mvn clean install
  2. Build image: docker build -t jasyptapi --build-arg BUILD_DIR=target .
  3. Run image: docker run -d --name jasyptapi -p 8080:8080 jasyptapi

Once deployed, the application will be accessible at http://localhost:8080/jasyptapi/

About

A wrapper API around jasypt to to easily encrypt/decrypt your sensitive data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •