shiker1996 / enc-encrypt

A IDEA plugin for spring boot jasypt

Home Page:https://plugins.jetbrains.com/plugin/23965-enc-decrypt-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A IDEA plugin for spring boot jasypt

https://plugins.jetbrains.com/plugin/23965-enc-decrypt-tool

License:Apache License 2.0


Languages

Language:Java 100.0%