Skip to content
/ aes Public

Given a plaintext and key, this will compute the corresponding AES ciphertext.

License

Notifications You must be signed in to change notification settings

simewu/aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES Calculator

Advanced Encryption Standard (AES) has been adopted worldwide, and is based on the design principle known as the substitution–permutation network. Unlike its predecessor DES, AES does not use a Feistel network. AES has a fixed block size of 128 bits, and a key size of 128, 192, or 256 bits.

This application is published to https://simewu.github.io/aes

About

Given a plaintext and key, this will compute the corresponding AES ciphertext.

Topics

Resources

License

Stars

Watchers

Forks

Languages