HomeRijndael Online Encryption/Decryption

Rijndael Online Encryption/Decryption

Original AES algorithm supporting variable block sizes and key lengths of 128/192/256 bits, providing more flexible encryption options

Rijndael & AES

AES is a subset of Rijndael (fixed 128-bit block). This tool supports the full Rijndael specification (128/192/256-bit blocks).
Current configuration: Block size 128 bits (16 bytes), Key length 256 bits (32 bytes)
Format Options


Documentation

This tool performs local Rijndael encryption/decryption with variable block and key sizes, useful for compatibility scenarios beyond standard AES settings.

Key Features

  • 128/192/256-bit block size support
  • 128/192/256-bit key size support
  • CBC, ECB, CFB, OFB, CTR, and RAW modes
  • Multiple input/output formats and padding options

Steps

  1. Select encrypt or decrypt.
  2. Configure block size, key size, mode, and padding.
  3. Provide key and IV (IV depends on selected mode).
  4. Process data and copy the result.

Notes

  • AES is a standardized subset of Rijndael with fixed 128-bit block size.
  • Non-standard block sizes require matching support on both sides.
  • Keep all parameters identical for reproducible results.