Skip to content
#

symmetric-key-cryptography

Here are 46 public repositories matching this topic...

Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.

  • Updated Oct 3, 2020
  • Python

This GitHub repository contains a basic Python implementation of the Advanced Encryption Standard (AES) algorithm, which is a widely used symmetric-key encryption algorithm for securing data. The code in this repository provides a complete implementation of AES-128 bits encryption.

  • Updated Apr 14, 2023
  • Python

Improve this page

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

Learn more