Skip to content
#

aes-256

Here are 583 public repositories matching this topic...

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
CRYPTeX-vF

A Cryptography GUI App made as a pet project using Python standard libraries. To be used to encrypt text and small binary files. Uses standard AES-256-PBKDF2_SHA2 with random salts and iv. On top of which a Shift Cipher is used to completely obfuscate the AES-Output. Shift Ciphers are likely unbreakable if underlying text is random.

  • Updated Nov 26, 2023
  • Python

Improve this page

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

Learn more