Skip to content

Instantly share code, notes, and snippets.

@ledangtuanbk
Created July 21, 2021 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ledangtuanbk/bf296799fe5a14be7f6085cf8bb143c7 to your computer and use it in GitHub Desktop.
Save ledangtuanbk/bf296799fe5a14be7f6085cf8bb143c7 to your computer and use it in GitHub Desktop.
1. Use online tool https://www.devglan.com/online-tools/aes-encryption-decryption
Encryption and Descryption:
- Mode ECB
- Key Size (Size of AES Encrypted Output) in Bits and Secret Key (length())
128 - 16
192 - 24
256 - 32
- Output default Hex (Ecryption)
- Decode to Plain (Decryption)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment