simewu / aes

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

Home Page:https://simewu.github.io/aes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://simewu.github.io/aes

License:Other


Languages

Language:HTML 100.0%