Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 506 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 506 Bytes

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