Skip to content

gunhol/jasypt-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jasypt Helper

Decrypt Spring Boot Jasypt V2 & V3 Secrets via REST

Jasypt PooledPBEStringEncryptor configured according to https://github.com/ulisesbocchio/jasypt-spring-boot

Get it running

  • Run the application with ./gradlew bootRun
  • Open the swagger-ui
  • Call either /jasypt/decrypt or /jasypt/encrypt and provide
    • input
    • secret
    • version (V2 or V3)

Dependencies

  • Spring Boot (Web)
  • springdoc-openapi
  • Jasypt
  • Lombok

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages