Topic: "vigenere"
philipperemy/easy-encryption
A very simple C++ module to encrypt/decrypt strings based on B64 and Vigenere ciper.
Language: C++ - Size: 35.2 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 151 - Forks: 50

tigertv/secretpy
Classical ciphers: Caesar, ADFGX, ROT13 and etc.
Language: Python - Size: 473 KB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 60 - Forks: 10

REVENGE977/Revenge-Ransomeware
a vigenere algorithm encrypt ransomeware created by me :p, for education purpose.
Language: C# - Size: 66.4 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 40 - Forks: 9

Carleslc/CryptTools
Tools for encryption, decryption and cracking from several cryptographic systems.
Language: Python - Size: 60.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 37 - Forks: 17

htr-tech/Vigenere-Decoder
Decode / Bruteforce Vigenere cipher text just using the Flag Format!!
Language: Python - Size: 17.6 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 30 - Forks: 6

kayahr/canonn-decryptor 📦
Tool to decrypt the mysteries of the Elite Dangerous universe
Language: TypeScript - Size: 2 MB - Last synced at: 2 months ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 3

rafael-santiago/vigcrack
A simple cryptanalysis tool for the Vigenere cipher.
Language: C - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 1

nannib/crypto
# rsa_nb vigenere_nb Python programs for didactic use only just for explaining the basic working and rules of RSA and Vigenere algorithm
Language: Python - Size: 23.4 KB - Last synced at: 5 days ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 4

Mohammed-Benotmane/Vigenere-Crypto
this is an app witch crypt and decrypt messages with Vigenere's method
Language: Java - Size: 129 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 9 - Forks: 0

shaunlgs/CS50x
Submission for CS50x online course by Harvard University
Language: C - Size: 1.66 MB - Last synced at: almost 2 years ago - Pushed at: almost 11 years ago - Stars: 8 - Forks: 4

ROHAN0011/Encyption-Decryption-by-Vigenere-Cipher
This is a project based on encryption and decryption of a message entered by user it encrypts and decrypts the message by using Vigenere Cipher
Language: Python - Size: 836 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 7 - Forks: 1

R3dSh3rl0ck/Vigenere-Cipher
Since it was first developed in the mid-16th century, the Vigenere cipher has been popular in the cryptography and code-breaking community.
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

HFenjoyer/JackRabbit
light encryption for ham radio, in particular JS8call. primary goal is smallest possible payload.
Language: Python - Size: 81.5 MB - Last synced at: 27 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

PetitPotiron/YoCrypt
YoCrypt is a new way to encode and decode text symetrically. Implementation of Vigenère's cipher.
Language: Python - Size: 24.4 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

HolzerSoahita/Cracking_code_python
This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA
Language: Python - Size: 568 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

raymas/Vigenere
:key: Simple lua cracker for vigenere code
Language: Lua - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 4 - Forks: 0

Rafa-KozAnd/Cryptography
Program that encrypts a message using some known methods.
Language: Python - Size: 204 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

wolfofdalalst/Vigenere-Cipher
Encrypt strings using Vigenere Cipher
Language: Python - Size: 28.3 KB - Last synced at: about 4 hours ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

thalida/ciphers.codes
Encryption and decryption for various ciphers and codes.... en pastel.
Language: JavaScript - Size: 3.51 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 2

Los-had/Vigenere-cipher
Vigenère cipher encryption with ruby
Language: Ruby - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

gsiddhad/Cryptography
Implementation of Ciphers
Language: C++ - Size: 22.5 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

MartinSandeCosta/vigenere_cryptanalysis
:unlock: Vigenère cryptanalysis algorithm based on the Kasiski method.
Language: Python - Size: 1.4 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

N1ghtF1re/Kasiski-Examination
Optimized for progressive key
Language: Java - Size: 46.9 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

yaeby/cipher-decoder
Some ciphers implemented in a streamlit app.
Language: Python - Size: 261 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

miguelzacca/vigenere-encoder
Vigenere cipher encoder/decoder. (npm package)
Language: TypeScript - Size: 65.4 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

Sank6/Nickel
Cipher analyser and auto solver for the Vigenere, Affine Shift and Caeser Shift
Language: JavaScript - Size: 579 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

peippo/vigenere-cipher-visualized
A tool for visualizing the use of Tabula recta for encrypting & decrypting the Vigenère Cipher
Language: JavaScript - Size: 532 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

nning/vigenere_jorin
Quick POC of an idea for a Vigenere variant, my 6 year old son inspired
Language: Go - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

GuilhermeDeconto/Vigenere-IC
Project developed for the Systems Security discipline of the Software Engineering course at PUCRS in 2021/2
Language: C++ - Size: 41.5 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

42tm/vigenere
Encrypt/Decrypt string with key using Vigenère cipher
Language: C++ - Size: 27.3 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

kmein/ciphers
Swiss Army Knife of classical cryptography
Language: Haskell - Size: 126 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

h5law/vinegar
A Golang library for creating and using Vigenere Ciphers
Language: Go - Size: 20.5 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

RaymundoBaca/Vigenere
Method of encrypting alphabetic text by using a series of interwoven Caesar ciphers based on the letters of a keyword. Though the 'chiffre indéchiffrable' is easy to understand and implement, for three centuries it resisted all attempts to break it.
Language: Java - Size: 73.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

MrXMrQ/Vigenere-Encryption
A working Vigenere algorithm implemented in Java. Can encrypt and decrypt using a key.
Language: Java - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

zehadialam/Vigenere-Cipher-Breaker
A C++ implementation of Practical Cryptography's Python Vigenère cipher breaker for improved speed, along with my own additions and features.
Language: C++ - Size: 3.98 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

phillbush/vigenere
C implementation of the Vigènere cipher and the attack on it using Kasiski examination and frequence analysis
Language: C - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 2

lauslim12/vigenere
Dependency-free, secure symmetric encryption implementation with Vigenère-Vernam Cipher algorithm as a library for Go. Acts as a One-Time Pad (OTP) to ensure maximum security, and supports custom alphabets.
Language: Go - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

desgeeko/kryptos
A practical introduction to Kryptos K1-K3 brute-force decryption
Language: Jupyter Notebook - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

outspace/vigdec
vigdec aka heartbreaker – tool that breaks Vigenère cipher without knowing the key.
Language: C++ - Size: 1.57 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Nicholamsious/VigenereCipher
The Vigenere Cipher in Python
Language: Python - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

gmsj/Cryptography
Um repositório simples sobre criptografia, com intuito de reunir técnicas e ferramentas para codificar e decodificar mensagens
Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

ColonelPan1k/Vigenere-in-C
A small CLI app for encrypting and decrypting messages using the Vigenere cipher in your terminal
Language: C - Size: 165 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

sakiryu/vigenere
⛓️ Vigenere autokey finder made for the cybersecurity class
Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

AmanTiwari1503/RSA_Encryption
Implementation of RSA public key cryptosystem using GNU MP library along with Vigenere symmetric key cryptosystem
Language: C - Size: 4.9 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

SleepNotF0und/Vigenere-Cipher
Vigenere Cipher with python
Language: Python - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

sadekmehri/Cryptologie-Vigenere
chiffrement et déchiffrement de vigenere en utilisant java
Language: Java - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

MrKonstantinSh/Simple-Ciphers
Desktop application for encrypting text and files using simple substitution and permutation ciphers
Language: C# - Size: 79.1 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

spcnvdr/vigenerePy
A Python 3.x implementation of the Vigenère cipher
Language: Python - Size: 158 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

azdanov/CS50 📦
Problem sets from MOOC CS50
Language: C - Size: 34.7 MB - Last synced at: 6 days ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 5

Z4ck404/cryptography
popular ciphers in python
Language: Python - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

janiko71/vigenere-cryptanalysis
Some try to decipher a Vigenere's text (in Python)
Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 1

illescasDaniel/VigenereCipher
Example application made in Swift 4 for macOS to encode/decode text using the Vigenère cipher with a GUI.
Language: Swift - Size: 118 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

videlanicolas/cryptopals 📦
Language: Python - Size: 74.2 KB - Last synced at: about 1 year ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

TomJamesGray/cipher-crack
Crack traditional ciphers through dictionary attacks
Language: Python - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

wgarcia1309/Buscador-traductor-encriptador
Buscador-traductor-encriptador
Language: Java - Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 2

Odonno/Vigenere 📦
A Vigenere application (encryption/decryption) in C#/WPF using the Vigenere table
Size: 160 KB - Last synced at: about 2 months ago - Pushed at: about 11 years ago - Stars: 1 - Forks: 0

artdelpi/seguranca-computacional-vigenere
Este projeto implementa a cifra de Vigenère e ataque por análise de frequência.
Language: Python - Size: 1.95 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

Xyphenore/vigenere-api
The project provides an API to use cipher, decipher and decrypt method with the Vigenere algorithm. The Caesar algorithm is provided for the cipher method and decipher method.
Language: Python - Size: 331 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kn0x0x/vigenere-cracker
A powerful tool for automatically breaking Vigenère ciphers in CTF challenges using frequency analysis
Language: Python - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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.
Language: Python - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LimeEng/cipher-salad
A collection of historical ciphers
Language: Rust - Size: 13.7 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

natekali/EZXcryptor
easy encrypt/decrypt tool for CESAR, ROT13, SUBSTITUTION & VIGENERE method
Language: Python - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Walpurga03/CipherRain
CipherRain dient als Lernplattform für alle, die sich für Verschlüsselungstechniken interessieren und diese in einer sicheren Umgebung ausprobieren möchten. Es bietet eine intuitive Benutzeroberfläche und eine Vielzahl von Algorithmen, um das Verständnis und die Anwendung von Verschlüsselung zu fördern.
Language: SCSS - Size: 3.37 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

theredplanetsings/Cipher-Decryptor-Encryptor
Python program to encrypt/decrypt ciphers from .txt files or manually-typed strings.
Language: Python - Size: 50.8 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Maxime-Cllt/PyDecryptor
Projet de l'UE Codage et Cryptographie Ă l'UFR Sciences et Techniques de Dijon
Language: Python - Size: 34.2 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

bemxio/binary-vigenere
A C library for encrypting/decrypting data in a binary Vigenère cipher
Language: C - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

DMLen/VigenereC
A C++ implementation of the Vigenère cipher
Language: C++ - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

BitByNIK/vigenere_cipher
COL759 Assignment-1
Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

Rudxain/Vigenere-hasher.rs
Generic hasher based on Vigenère-ciphers
Language: Rust - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

d4v1-sudo/vigenere-cipher
đź§©đź”’ - Vigenere cipher: encode/decode using passcodes
Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

pushkar-15/Vigenere-Cipher-Decrypter
Program to methodically decrypt text encrypted with Vigenère Cipher
Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

paciente23256/ccc-tool
Cracking Classic Ciphers tool
Language: Python - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

dms-codes/kriptografi-vigenere
Vigenère Cipher Encryption This Python script performs Vigenère cipher encryption on a given plaintext message using a provided keyword.
Language: Python - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

oleoespindola/Python.Criptografia
O objetivo deste projeto é mostrar ao usuário duas apicações de criptografia diferentes: cifra de Vigenère e o método RSA.
Language: HTML - Size: 56.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

thiagorocha503/vigenere-cipher
Vigenère cipher
Language: TypeScript - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

theperk08/dkrypton
Decipher / Cipher Software
Language: Python - Size: 430 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

magnasilvar/vigenere-cipher
Java version of the Vigenère cipher (created in 1553), now breakable (since 1863)
Language: Java - Size: 83 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

diamantis-rafail-papadam/Undergraduate-Cybersecurity-Assignment_2
This is an assignment I completed as an undergraduate student in Technical University of Crete.
Size: 283 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

DanielProg39/Vigenere-Example-Rust
Simple code that implements basic Vigenère Cipher alghoritm in Rust
Language: Rust - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

gtambara/vigenere-cipher-toolkit
A complete C++ Vigenere cipher implementation with file handling and with methods for cracking the cipher.
Language: C++ - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kvdomingo/dc-vision-cipher
Small script to decipher Dreamcatcher's 20220921 mystery code
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

chernovssss/vigenere_cipher_solver
vigenere cipher solver
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

borekl/crypt-cipher-vigenere
Perl implementation of the Vigenère cipher
Language: Perl - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Morticzek/VigenereCipher
Java implementation of the Vigenere Cipher, made with Java Servlets, usable through CLI
Language: Java - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mister-spock/vigenere
Simple Rust implementation of upper-case ASCII based Vigenere cipher
Language: Rust - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Andres-Hernandez-Mata/Cryptography
Retos de CriptografĂa
Language: Python - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

tsaglam/VigenereFrequencyAttack
simple demonstration of a frequency attack on a Vigenère cipher
Language: Haskell - Size: 5.86 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Serene-Arc/text-autocorrelation-calc
Calculate the autocorrelation of a string of ciphertext over arbitrary periods
Language: Python - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

russibc/vigenere-cipher
A simple implementation of Vigenère Cipher.
Language: Python - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Vaiterius/Cipher-Tools
Some cipher-related collaboration projects with a friend. For fun.
Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

clundstrom/crypto_exercises
Exercises for simple ciphers like Caesar and Vigenére.
Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

takakv/avig-cli
Cli utility to analyse and decipher a vigenere cipher to help with my cryptography course tasks.
Language: C# - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

cantugba/Socket_Programming_with_Encryption_Algorithms
Encryption Algorithms : -Caesar -Rail Fence Cipher -Columnar -Polybius -Tomy -Vigenere
Language: Java - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

lucasmagnorc/vigenere_decoder
A decoder of Vigenere encryption developed in javascript.
Language: JavaScript - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Alxertion/ImageSteganography
Image Steganography by the book
Language: Java - Size: 89.8 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

TeWu/shift-ciphers
Implementation of Caesar and Vigenere ciphers
Language: Ruby - Size: 32.2 KB - Last synced at: 2 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

bldavies/vigenere
Python implementation of a simple Vigenère cipher
Language: Python - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 2

AnuragAnalog/crypto
Crypto algorithms
Language: Python - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

smusali/vigenere
Decryption algorithm I created and used to decrypt some ciphers given in the class
Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

Octarine-Phaneron/Vigenere-Cipher
A Simple JavaScript Vigenère Cipher
Language: CSS - Size: 63.5 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
