Skip to content
#

aes-decryption

Here are 50 public repositories matching this topic...

Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.

  • Updated Jul 22, 2017
  • Python

implementing a protected communication platform between 2 FPGA's. Data is entered through a keyboard-FPGA interface then the data is encrypted using AES encryption and sent to the second FPGA where the decryption occurs if the decryption key is given and the data is displayed using an FPGA-LCD interface using VHDL scripts

  • Updated Sep 20, 2022
  • C

Improve this page

Add a description, image, and links to the aes-decryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aes-decryption topic, visit your repo's landing page and select "manage topics."

Learn more