Image Encryption & Decryption With ClientSide Javascript.




Key Value
Original Image
Original Image Size
Encrypted Image Text
Encrypted Image Size
Decrypted Image
Decrypted Image Size

How to convert.

  1. Choose your Image.
  2. Choose a password for encryption/decryption.
  3. Press convert button.
  4. See the magic.

How it works.

  1. Uploaded image will be converted to its Base64 representation.
  2. That Base64 String will be encrypted using AES algorithm using provided password as a key.
  3. For decryption, the encrypted Base64 string will be decrypted using same password.