# enc-encrypt
**Repository Path**: bobozuyuan_admin/enc-encrypt
## Basic Information
- **Project Name**: enc-encrypt
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-03
- **Last Updated**: 2025-11-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Description
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. Feature 1 - decrypt
Supports comparison of selected files before and after encryption and decryption

2. Feature 2 - encrypt

1. Support encryption of selected text
2. Supports encryption of matching attributes in the entire configuration file through regular expressions
3. 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