Skip to content

shiker1996/enc-encrypt

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

    demo

  2. Feature 2 - encrypt

    demo2

  3. Feature 3 - more style comparison!

    style.png

  4. 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