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/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/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/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/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: 10 Jul 2025

https://github.com/odilitime/strip

Snerx Strip Cipher (SSC)

cipher cipher-algorithms ciphers cypher

Last synced: 07 May 2025

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/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/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/Fimba-Code/cipher-challenges

cipher algorithms challenge

cipher-algorithms coding-challenge

Last synced: 06 May 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/senophyx/arithmos-cipher

A simple Cipher encryption using number.

cipher cipher-algorithms python

Last synced: 14 Oct 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/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/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: 12 Sep 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/azlibdar/caesar-cipher

Caesar Cipher using JavaScript

caesar-cipher cipher-algorithms cryptography

Last synced: 31 Mar 2025

https://github.com/mezantrop/gfaciphers

Gravity Falls Ciphers / Π¨ΠΈΡ„Ρ€Ρ‹ Π“Ρ€Π°Π²ΠΈΡ‚ΠΈ Π€ΠΎΠ»Π·

ancient atbash caesar-cipher-algorithm cipher-algorithms ciphers gravityfalls python python3 russian vigenere-cipher

Last synced: 22 Aug 2025

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/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/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: 28 Mar 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/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: 30 Dec 2025

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/josue-lubaki/cipherblockchaining

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

cbc-aes-encryption cipher-algorithms encryption-decryption

Last synced: 06 Mar 2025

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/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: 19 Apr 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/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/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/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

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/paularoo/row-transposition-cipher

web app implementation of a row transposition cipher

chakra-ui cipher cipher-algorithms reactjs

Last synced: 01 Sep 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/omr-ql/ciphers

Here is some DR.Mohammad EL-Ramly Ciphers

c-plus-plus cipher-algorithms programming

Last synced: 10 Jan 2026

https://github.com/d4v1-sudo/vigenere-cipher

πŸ§©πŸ”’ - Vigenere cipher: encode/decode using passcodes

cipher cipher-algorithms ciphers ciphertext vigenere vigenere-cipher vigenere-cipher-algorithm

Last synced: 03 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/aimenux/cipherbenchdemo

Benchmarking implementation ways of encryption/decryption with AES cipher

bouncycastle cipher-algorithms encryption-decryption net50 rijndaelmanaged vs19

Last synced: 27 Feb 2025

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: 05 Mar 2025

https://github.com/mechiuw/java_cryptography-algorithm

This is a basic algorithm for encryptions and decryptions using handmade algorithm logic using java.

basic-algorithms basic-programming caesar-cipher cipher-algorithms ciphers cryptography scripts

Last synced: 24 Oct 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/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/istudyatuni/a5.1

A5/1 GSM stream cipher

cipher-algorithms

Last synced: 26 Nov 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/istudyatuni/gamma-ciphertext

Π¨ΠΈΡ„Ρ€ΠΎΠ²Π°Π½ΠΈΠ΅ Π² Ρ€Π΅ΠΆΠΈΠΌΠ΅ ΠΎΠ±Ρ€Π°Ρ‚Π½ΠΎΠΉ связи ΠΏΠΎ ΡˆΠΈΡ„Ρ€Ρ‚Π΅ΠΊΡΡ‚Ρƒ (Ρ€Π΅ΠΆΠΈΠΌ гаммирования с ΠΎΠ±Ρ€Π°Ρ‚Π½ΠΎΠΉ связью)

cipher-algorithms

Last synced: 26 Nov 2025

https://github.com/istudyatuni/cipher-block-chaining

Π¨ΠΈΡ„Ρ€ΠΎΠ²Π°Π½ΠΈΠ΅ Π² Ρ€Π΅ΠΆΠΈΠΌΠ΅ сцСплСния Π±Π»ΠΎΠΊΠΎΠ² ΡˆΠΈΡ„Ρ€ΠΎΡ‚Π΅ΠΊΡΡ‚Π° (Ρ€Π΅ΠΆΠΈΠΌ простой Π·Π°ΠΌΠ΅Π½Ρ‹ с Π·Π°Ρ†Π΅ΠΏΠ»Π΅Π½ΠΈΠ΅ΠΌ)

cipher-algorithms

Last synced: 26 Nov 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/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/iamrivu/libcipher

AES-256-CBC key based encryption and decryption in PHP

cipher-algorithms openssl php

Last synced: 14 Jan 2026

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/istudyatuni/gamma-output

Π¨ΠΈΡ„Ρ€ΠΎΠ²Π°Π½ΠΈΠ΅ Π² Ρ€Π΅ΠΆΠΈΠΌΠ΅ гаммирования с ΠΎΠ±Ρ€Π°Ρ‚Π½ΠΎΠΉ связью ΠΏΠΎ Π²Ρ‹Ρ…ΠΎΠ΄Ρƒ ΠΏΡ€ΠΈ n = m

cipher-algorithms

Last synced: 20 Jun 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/arpit-omprakash/cryptex-tools

An educational cryptography toolkit written in Python, designed for learners and hobbyists. It demonstrates classical ciphers, basic cryptanalysis tools, and allows users to experiment with encryption and decryption via a simple command-line interface (CLI).

cipher-algorithms cryptography encryption-decryption python

Last synced: 13 Jun 2025

https://github.com/naveenrajm7/cipherapp

basic python gui for some cryptographic techniques

cipher-algorithms cryptography

Last synced: 09 Sep 2025

https://github.com/rani-abha/cryptography_algorithms

In this repository, I've gathered a collection of cryptographic algorithms that I've learned during my college years and implemented for both learning and practical purposes.

algorithms blacklist cipher-algorithms cryptography digitalsignature firewall-rules playfair-cipher sha1-hash whitelist

Last synced: 06 Jul 2025

https://github.com/clats97/vigenerecracker

A simple python script that will crack the classical implementation of the Vigenere Cipher. It uses a word-list to brute force the correct key and NLTK to identify English words / sentences.

cipher cipher-algorithms ciphers cracking cryptography vigenere vigenere-cipher vigenere-cipher-algorithm

Last synced: 26 Oct 2025