The ENC decryption tool, which can decrypt configuration files using jasypt-spring-boot, can be used for file verification when you use jasypt-spring-boot in your project
-
Feature 1 - decrypt
Supports comparison of selected files before and after encryption and decryption
-
Feature 2 - encrypt
- Support encryption of selected text
- Supports encryption of matching attributes in the entire configuration file through regular expressions
-
Feature 3 - more style comparison
Supported algorithm:
- AES/ECB/PKCS5Padding
- AES/ECB/NoPadding
- AES/CBC/PKCS5Padding
- AES/CBC/NoPadding
- DESede/ECB/PKCS5Padding
- DESede/ECB/NoPadding
- DESede/CBC/PKCS5Padding
- DESede/CBC/NoPadding
- PBEWithMD5AndDES
- PBEWithSHA1AndDESede
- PBEWithHmacSHA256AndAES_128
- PBEWithHmacSHA512AndAES_256