Advanced Encryption Standard (AES-256) Specifications & Cryptography
// Encrypted Cipher Bundle Structure: // [Derived Salt (16 bytes)][Initialization Vector (12/16 bytes)][Ciphertext Payload] // Output Base64 Format Example: U2FsdGVkX1948293ad9871a2bc4e5f6...
- 256-bit key length with 14 substitution-permutation round transformations
- PBKDF2 key derivation using 100,000 iterations of SHA-256 for passphrase hardening
- Cryptographically secure pseudo-random Initialization Vector (IV) generation
- Output bundle formats encoded in Base64 or Hexadecimal strings