Skip to content
#

symmetric-encryption-algorithm

Here are 22 public repositories matching this topic...

This package provides an easy way to encrypt strings into MD5, SHA1, SHA256, SHA384, SHA512, AES, DES, TripleDES, and RC2 formats. It also provides a way to create your own custom cipher and use it to encrypt strings.

  • Updated Sep 30, 2020
  • C#

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

Secure File Encryption & Decryption Tool is a Python-based GUI application that securely encrypts and decrypts files using AES-256-GCM with PBKDF2 key derivation. It includes a live password-strength meter, file browsing, progress bar, error handling, and responsive interface, ensuring professional file protection against unauthorized access.

  • Updated Jan 25, 2026
  • Python

Improve this page

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

Learn more