Jasypt Online Encryption/Decryption Tool

This page provides a Jasypt-style encryption, decryption, and password-matching tool for testing and educational purposes. It supports one-way hashing, two-way AES encryption, and hash verification to help developers understand how Jasypt-style encrypted values behave in Java and Spring applications.

Jasypt 암호화/복호화 및 패스워드 매칭 테스트 도구

WordPress 환경에서 Jasypt 스타일의 암호화, 복호화, 패스워드 매칭을 테스트할 수 있는 도구입니다. Plain Text 입력 후 One-Way(해시) 또는 Two-Way(복호화 가능한) 방식으로 암호화를 수행할 수 있으며, 기존 암호문/해시와의 매칭 테스트도 지원합니다.

AES Encryption and Decryption Tool – Online AES Testing (ECB, CBC, CTR)

Test AES encryption and decryption directly in your browser. This tool supports AES modes ECB, CBC, and CTR with PKCS5Padding or NoPadding, configurable key sizes (128/192/256bit), IV input, and output formats (Base64/Hex). Powered by PHP OpenSSL and integrated into WordPress using a shortcode.