-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
Description
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool to encrypt and decrypt strings using the Jasypt (Java Simplified Encryption) standard.
This is essential for Java/Spring Boot developers who need to generate encrypted configuration values (e.g., ENC(...)) for application.properties or yaml files.
Features
- Encryption & Decryption: Support for both encrypting plain text and decrypting Jasypt-encoded strings.
- Custom Password (Salt): Input field for the encryption password (secret key).
- Output Format: Provide the result in a raw string format and also wrapped in the ENC() syntax for easy copying.
Is their example of this tool in the wild?
https://anycript.com/crypto/jasypt
Additional context
No response
Validations
- Check the feature is not already implemented in the project.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Reactions are currently unavailable