Skip to content
#

ciphertext

Here are 106 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

Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.

  • Updated Jun 7, 2023
  • C++

Improve this page

Add a description, image, and links to the ciphertext 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 ciphertext topic, visit your repo's landing page and select "manage topics."

Learn more