A wrapper API around jasypt to to easily encrypt/decrypt your sensitive data. This project is publicly hosted at https://mkbot.mykaarma.com/jasyptapi/ .
Run mvn spring-boot:run
. No other configuration needed.
- Create jar:
mvn clean install
- Build image:
docker build -t jasyptapi --build-arg BUILD_DIR=target .
- Run image:
docker run -d --name jasyptapi -p 8080:8080 jasyptapi
Once deployed, the application will be accessible at http://localhost:8080/jasyptapi/