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.

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.

AES 암호화/복호화 테스트하기 (ECB/CBC/CTR, 다양한 옵션 지원)

AES 암호화/복호화를 브라우저에서 직접 테스트할 수 있는 도구입니다. ECB, CBC, CTR 모드와 PKCS5Padding, NoPadding 등 다양한 옵션을 지원하며 Key Size(128/192/256bit), IV, 출력 포맷(Base64/Hex)을 자유롭게 설정할 수 있습니다. PHP OpenSSL 기반으로 WordPress에서 바로 AES 결과를 확인할 수 있습니다.