AES
Jump to navigation
Jump to search
Implementations
In Python:
- Look good at first sight, but actually the interface is incredibly weird and twisted. Why people can't do simple things?!?
- Including step-by-step test vector (for AES-256) — MAYBE INCORRECT
In Go:
- Clear explanation and implemetation
In Javascript:
- AES (Rijndael) Encryption Test in JavaScript, from Herbert Hanewinkel (input in hexadecimal, as it ought to be!)