An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with cipher-algorithms

A curated list of projects in awesome lists tagged with cipher-algorithms .

https://github.com/water-melon/melon

A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 19 Oct 2025

https://github.com/Water-Melon/Melon

A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).

algorithms aop base64 c c99 cipher-algorithms data-structures framework http interpreter json md5 memory-pool multiprocessing multithreading reedsolomon regular-expression sha1 sha256 thread-pool

Last synced: 18 Mar 2025

https://github.com/gh0x0st/osep-breaking-chains

A collection of code snippets built to assist with breaking chains.

aes cipher-algorithms des offensive-security osep pen-300 rc2 shellcode tripledes

Last synced: 28 Oct 2025

https://github.com/o-daneel/Lunii.RE

Understanding the inner mechanics of Lunii StoryTeller. Using Ghidra to reverse engineer the STM32 firmwares and cryptography

analysis cipher-algorithms cryptography firmware ghidra lunii reverse-engineering stm32

Last synced: 31 Mar 2025

https://github.com/mainakrepositor/super-ciphers

A collection of some of the amazing cryptographic Ciphers in C++, Python and Java with a detailed documentation and approach map. (Particularly helpful for Blockchain. and designing Encryption Algorithms)

arithmetic blockchain cipher-algorithms cpp cryptography java logic python3

Last synced: 26 Oct 2025

https://github.com/thaliaarchi/gocipher

A Go library implementing many classical ciphers

cipher cipher-algorithms golang

Last synced: 12 Apr 2025

https://github.com/dori-dev/python-algorithms

Some algorithms write with python cleaned code and calculate Big O!

algorithms array cipher cipher-algorithms complexity python searching-algorithms string

Last synced: 21 Apr 2025

https://github.com/noraj/tls-map

CLI & library for TLS cipher suites manipulation

cipher-algorithms cipher-suites cli gnutls hacktoberfest iana mapping nss openssl pentest ssl tls

Last synced: 04 Jul 2025

https://github.com/marckassay/kidrsa

Inspired by Neal Koblitz's article 'Cryptography As a Teaching Tool' this module was programmed following his 'Kid-RSA' example.

asymmetric-cryptography base26 cipher-algorithms decryption demonstration encryption rsa

Last synced: 10 Apr 2025

https://github.com/hemants1703/cryptography-app-svelte

App that demonstrates cryptography algorithms

cipher cipher-algorithms cryptography javascript svelte sveltekit

Last synced: 13 Sep 2025

https://github.com/sixafter/aes-ctr-drbg

A Deterministic Random Bit Generator based on AES in Counter mode (AES-CTR-DRBG) as specified in NIST SP 800-90A written in Go.

aes-ctr cipher-algorithms cipher-streams crypto drbg fips-140 fips-140-2 nist-sp-800-90a

Last synced: 07 Apr 2026

https://github.com/mox678/ciphers-visualizer

Cipher Visualizer is an educational tool designed to help students, understand how various encryption algorithms work through

cipher-algorithms encryption

Last synced: 17 Apr 2026

https://github.com/odilitime/strip

Snerx Strip Cipher (SSC)

cipher cipher-algorithms ciphers cypher

Last synced: 07 May 2025

https://github.com/kamarros/cesarcode

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

arrays cesar-cypher cipher-algorithms hql java polybius-cypher rest spring-boot testing

Last synced: 12 May 2026

https://github.com/kamiladd-byte/cesarcode

You can decode and encode words with cesar code and polybius chessboard in java. Implementation encode and decode method. REST endpoint to decode and encode words.

arrays cesar-cypher cipher-algorithms hql java polybius-cypher rest spring-boot testing

Last synced: 03 Mar 2025

https://github.com/sougatoroy3/socketchat3r

A Chat Application using Kivy and socket programming

chat-application cipher-algorithms kivy kivy-framework kv python socket-programming

Last synced: 24 Feb 2026

https://github.com/retr0sity/cipher-master

A versatile command-line tool for encrypting and decrypting text using six classical ciphers, from Caesar to One-Time Pad. Ideal for learning and experimenting with encryption techniques!

cipher-algorithms educational-project encryption-decryption

Last synced: 19 Sep 2025

https://github.com/micheleriva/caesar-cipher

👑 Dead Simple Caesar Cipher written in Haskell

caesar-cipher cipher cipher-algorithms haskell haskell-learning haskell-library

Last synced: 02 Aug 2025

https://github.com/Fimba-Code/cipher-challenges

cipher algorithms challenge

cipher-algorithms coding-challenge

Last synced: 06 May 2025

https://github.com/hubert-kniola/ciphermods-ecb-cbc-ofb-cfb-ctr

Measurement of encryption and decryption times using different operating modes for the AES Cipher

cbc-mode cfb-mode cipher-algorithms ctr-mode ecb-mode ofb-mode

Last synced: 12 Apr 2025

https://github.com/ornella-gigante/cryptosafe

A simple Java application for encrypting and decrypting messages and files using DES and RSA algorithms, featuring a user-friendly menu interface. Perfect for learning about cryptography and secure file handling.

assymetric-encryption assymetric-key-cryptography asymmetric-cryptography cipher-algorithms cryptography decipher des java java-8 rsa-cryptography

Last synced: 13 Feb 2026

https://github.com/senophyx/arithmos-cipher

A simple Cipher encryption using number.

cipher cipher-algorithms python

Last synced: 14 Oct 2025

https://github.com/zeyadetman/image-textsteganography

🖼 An image steganography by converting the image into text of pixels and use the LSB to hide the ciphered text that encrypted by The Caesar cipher Algorithm (Cryptography). The project decrypt the image by loading it, converting the pixels’ digits and break the LSB.

aes caesar-cipher cipher-algorithms counteributors cryptography cs-projects decryption encryption image-steganography

Last synced: 27 Sep 2025

https://github.com/hegdepavankumar/cipher-encryption-decryption

Cipher Encryption/Decryption This project is a simple implementation of the cipher encryption and decryption algorithm using JavaScript, HTML, and CSS. The cipher is a substitution cipher that replaces each letter in the plaintext with a letter a certain number of positions down the alphabet.

cipher cipher-algorithms cryptography encryption-algorithms encryption-decryption hashing-algorithm networking-concepts password security

Last synced: 03 Aug 2025

https://github.com/azlibdar/caesar-cipher

Caesar Cipher using JavaScript

caesar-cipher cipher-algorithms cryptography

Last synced: 31 Mar 2025

https://github.com/sixafter/prng-chacha

A fast and efficient cryptographically secure pseudorandom number generator (CSPRNG) based on ChaCha20, designed for high-performance applications and written in Go.

chacha20 cipher-algorithms crypto csprng go golang prng stream-cipher

Last synced: 13 Feb 2026

https://github.com/hayr-hotoca/react-native-chacha20-poly1305

ChaCha20-Poly1305 encryption/decryption for React Native. Native implementations make sure it has the fastest performance.

256-bit aes android chacha20 chacha20-poly1305 chacha20poly1305 cipher cipher-algorithms cross-platform cryptography encryption encryption-algorithms ios javascript react react-native reactjs typescript

Last synced: 07 Oct 2025

https://github.com/dineshdb/sireto

Cryptographic implementations of various cipher algorithms. Educational use only.

cipher-algorithms cryptography

Last synced: 27 Feb 2025

https://github.com/hayr-hotoca/flutter_chacha20_poly1305

ChaCha20-Poly1305 encryption/decryption for Flutter. Native implementations make sure it has the fastest performance.

android chacha20 chacha20-poly1305 chacha20poly1305 cipher cipher-algorithms cross-platform cryptography cryptography-algorithms dart encryption encryption-algorithms flutter ios key

Last synced: 02 May 2026

https://github.com/inteliense/easy_encrypt_cpp

Easy one line function calls for AES Encryption, SHA hashes, MD5 hashes, key generation and other utilities.

aes-128 aes-256 aes-encryption assymetric-encryption cipher cipher-algorithms cplusplus cpp encoding encryption encryption-decryption md5 rsa rsa-encryption rsa-key-pair sha-256 sha-512

Last synced: 07 Apr 2025

https://github.com/aimenux/symmetriccipherdemo

Using multiple symetric ciphers to encrypt/decrypt messages

cipher-algorithms encryption-decryption net5 vs19

Last synced: 27 Feb 2025

https://github.com/jackhowa/caesars-cipher

Do the classic shift cipher decoding in js

algorithm cipher-algorithms freecodecamp

Last synced: 15 Mar 2025

https://github.com/mahdisml/smlxxtea.kt

Pure Kotlin Multiplatform Encryption Library (xxtea cipher kotlin implementation)

cipher cipher-algorithms ciphers encryption xtea xtea-cipher xxtea

Last synced: 08 Apr 2025

https://github.com/nwrenger/tauti

Tauti is a lightweight desktop application built with Tauri, designed to easily encode and decode text using the Vigenère Cipher.

cipher-algorithms tauri-app vigenere-cipher

Last synced: 22 Mar 2025

https://github.com/eyuelberga/kesarcipher

Implementation of the Caesar Cipher encryption algorithm that works with the Ge'ez Alphabet

amharic cesar-cipher cipher-algorithms encryption ethiopia html javascript tailwindcss vite

Last synced: 09 Apr 2026

https://github.com/sushantnair/is

A collection of experiments I have performed for the course "Information Security" as part of the curriculum for Semester 6 of TY B. Tech. Computer Engineering at KJ Somaiya College of Engineering.

captcha cipher-algorithms recaptcha security

Last synced: 06 Jul 2025

https://github.com/mikeleo03/classic-cryptography-simulator_frontend

Frontend side of simulator for well-known classic cipher algorithms with React Typescript and Golang

cipher-algorithms cryptography golang react-typescript shadcn-ui website

Last synced: 16 Mar 2025

https://github.com/istudyatuni/magma

Один из вариантов блочного шифрования ГОСТ 28147-89 с блоком длины n=64 бит. Режим простой замены

cipher-algorithms

Last synced: 05 Oct 2025

https://github.com/clats97/caesarcipher

A simple Caesar cipher script that can encrypt plaintext by selecting a shift. The reverse is done to decrypt. Very simple to use.

caesar-cipher caesar-cipher-algorithm cipher cipher-algorithms encryption encryption-algorithms encryption-decryption trending trending-repositories

Last synced: 25 Jun 2025

https://github.com/nabeghe/simple-cipher-php

A simple cipher using OpenSSL with a few additional tweaks.

cipher cipher-algorithms openssl openssl-tools php php-library phplibrary security

Last synced: 30 Jan 2026

https://github.com/josue-lubaki/cipherblockchaining

Chiffrement des textes avec la methode CBC (Cipher Block Chaining)

cbc-aes-encryption cipher-algorithms encryption-decryption

Last synced: 20 Apr 2026

https://github.com/imgovindjee/encryption-decryption-using-cipher-cryptography

Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key

aes-encryption cipher-algorithms encryption-decryption java java-8 javafx messagedialog-component swing-components swing-gui

Last synced: 30 Apr 2026

https://github.com/sefinek/sefincipher

sefin-cipher is a JavaScript module that offers text encoding and decoding capabilities through a customized character mapping.

cipher cipher-algorithms ciphers ciphertext module nodejs npm-cipher npm-module npm-package sef3 sefin sefin-cipher

Last synced: 09 May 2026

https://github.com/efler/cryptography-des-deal

DES/DEAL symmetric-key algorithm for the encryption

algorithms cipher cipher-algorithms cryptography deal des encoder-decoder security

Last synced: 05 Aug 2025

https://github.com/cluena/cipher-master

A comprehensive cryptography application built with Streamlit and Python

cipher cipher-algorithms python streamlit

Last synced: 05 Aug 2025

https://github.com/nickory/sabca---simulated-annealing-based-cipher-analysis

SABCA (Simulated Annealing-Based Cipher Analysis) is a Python library designed for the encryption, decryption, and cracking monoalphabetic substitution ciphers.

cipher cipher-algorithms crack

Last synced: 14 Aug 2025

https://github.com/amr-khaled-ahmed/some-cipher-for-fun

this repository include XOR, Vigenere, and Polybius ciphers

cipher cipher-algorithms cpp low-level-programming

Last synced: 21 Apr 2026

https://github.com/n-c0de-r/romulus

A Ceasar de/encoder written in Python. Written for fun, goofing around, trying out Python.

1st-semester cipher-algorithms codings encryption

Last synced: 11 May 2026

https://github.com/bill88t/pyjama-vest

"Pyjama Vest" Polarized Jumping Vigenère Cipher

cipher cipher-algorithms ciphertext crypto

Last synced: 26 Mar 2025

https://github.com/fahadelahikhan/caesar-cipher

Simple python script to encode or decode any entered text from the terminal.

ceasar-cipher cipher cipher-algorithms encryption-decryption python3

Last synced: 28 Mar 2025

https://github.com/stanleystanmarsh/picture-cipher

The program for insertion encoded text into bmp picture

bmp cipher-algorithms haskell

Last synced: 27 Mar 2025

https://github.com/bursasha/cpp-cryptography-projects

Cryptographic techniques using C++ and OpenSSL, covering encryption modes, hash functions, hybrid encryption, and various cryptographic concepts 🔐

assymetric-key-cryptography block-cipher cipher-algorithms cpp cryptoanalysis cryptography cryptography-algorithms encryption-decryption hash-functions hybrid-encryption openssl security

Last synced: 03 Apr 2025

https://github.com/marshalx/caesarandvigenerecipher

Implementation of Caesar and Vigenber ciphers using mathematical models in C#

caesar cipher cipher-algorithms csharp vigenere

Last synced: 28 Mar 2025

https://github.com/naveenrajm7/cipherapp

basic python gui for some cryptographic techniques

cipher-algorithms cryptography

Last synced: 09 Sep 2025

https://github.com/paulfruitful/ciphers

A collection of common and uncommon encryption/cipher algorithms for educational and experiments.

algorithms cipher-algorithms encryption hacking-tool transposition-cipher

Last synced: 10 Jul 2025

https://github.com/istudyatuni/gamma-output

Шифрование в режиме гаммирования с обратной связью по выходу при n = m

cipher-algorithms

Last synced: 20 Jun 2025

https://github.com/saahiyo/emojinator

"Emojinator 🔒: Encrypting Message To Emojis .

cipher-algorithms ciphers emoji encryption html-css-javascript

Last synced: 03 Mar 2025

https://github.com/sumonta056/security-lab-assignments

Information and Network Security Lab Tasks and Resources

caesar-cipher cipher-algorithms encryption-decryption substitution-cipher

Last synced: 31 Jul 2025

https://github.com/erikdebruijn/seed-split

Cryptocurrency seed splitting system using a one-time pad

bip39 cipher-algorithms cryptocurrency one-time-pad security

Last synced: 16 Mar 2025

https://github.com/clats97/vigenerecipher

A simple CLI & GUI Vigenere cipher tool. This tool will encrypt and decrypt text using the Vigenere cipher method. Its more secure than Caesar or ROT13.

cipher-algorithms ciphers encryption encryption-algorithms encryption-decryption encryption-tool trending trending-repositories vigenere-cipher vigenere-cipher-algorithm vigenere-encoder

Last synced: 25 Jun 2025

https://github.com/edigar/criptografia-cifra-de-cesar

Um programa em C, que encripta e decripta textos no formato txt, baseado no método de criptografia da cifra de césar.

caesar-cipher cifra-cesar cifrado-cesar cipher cipher-algorithms ciphertext criptografia criptography

Last synced: 17 Mar 2025

https://github.com/iharkatkavets/swift.pod.salsa20-cipher

Salsa20 cipher written on Swift

cipher-algorithms salsa20 swift

Last synced: 29 Mar 2025

https://github.com/quantam-studios/pythoncyphers

A collection of cyphers made in python

cipher cipher-algorithms python3

Last synced: 05 Mar 2025

https://github.com/stephenombuya/encryption-and-decryption-tool

A C-based encryption/decryption tool implementing multiple cipher algorithms for text security.

c-programming cipher-algorithms encryption-decryption

Last synced: 22 Feb 2025

https://github.com/michaeltennyson/advanced-security

The following repository contains programs completed for the advanced security Module

cipher cipher-algorithms cryptography java security

Last synced: 05 Mar 2025

https://github.com/zeeshan2k2/classical-ciphers

An app containing different ciphers for encoding and decoding text made using UIKit.

cipher-algorithms classical-cipher swift uikit

Last synced: 11 Aug 2025

https://github.com/kauemiziara/enigma-tui-simulator

Encrypt messages using the Enigma machine (TUI version)

cipher-algorithms ciphers cpp enigma enigma-cipher enigma-machine enigma-simulator

Last synced: 31 Aug 2025

https://github.com/edolor/cipherwhisperer

Cipher Whisperer is a state-of-the-art tool built with LangGraph that automates the process of detecting and decrypting ciphers embedded in text.

aiagents cipher-algorithms ciphertext langchain langgraph openai

Last synced: 12 May 2026

https://github.com/enumera8or/nls-3-tls-cipher-suite-project

This project analyzes the performance of different cipher suites supported in the Transport Layer Security (TLS) 1.3 protocol when used in wireless sensor networks (WSNs). WSNs have resource constraints like limited computing power, memory, and battery life.

cipher-algorithms encryption-decryption ns3 tls

Last synced: 30 Mar 2025

https://github.com/1limxapp/react-native-chacha20-poly1305

ChaCha20-Poly1305 encryption/decryption for Flutter. Native implementation makes sure it has the fastest performance.

256-bit aes android chacha20 chacha20-poly1305 chacha20poly1305 cihper cipher-algorithms cross-platform cryptography encryption encryption-algorithms ios javascript react react-native typescript

Last synced: 21 Feb 2026