Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 568 Bytes

AES Crypto Playground  License

Play around with AES encryption and decryption to learn about the different complexities of symmetric encryption implementations. This page uses only client-side cryptography and does not send data anywhere. But still, do not play with sensitive data. The playground provided "AS IS" without any warranties.

Try attacks:

  • Bit Flipping
  • Padding Oracle
  • Compression Oracle
  • ...

https://dscheg.github.io/aes