decipher
Here are 62 public repositories matching this topic...
Simple C program implementing the Caesar Cipher for encrypting and decrypting text.
-
Updated
Aug 17, 2022 - C
Encryption/decryption python app that has tkinter GUI and three different cipher/decipher algorithms.
-
Updated
Apr 6, 2024 - Python
encrypt and decrypt data with java
-
Updated
Dec 13, 2022 - Java
3rd year Assembly language project: enciphering and deciphering using ROT cipher algorithm with any key from 1 to 25. Ranked 3rd in "Best assembly project 2023" contest at Faculty of Computers and Information Science - Mansoura University.
-
Updated
Apr 12, 2023 - Assembly
The idea behind Huffman coding is based upon the frequency of a symbol in a sequence. The symbol that is the most frequent in that sequence gets a new code that is very small, the least frequent symbol will get a code that is very long, so that when we’ll translate the input, we want to encode the most frequent symbols will take less space than …
-
Updated
Aug 14, 2021 - C++
The Vigenère cipher is a method of encrypting messages by using a series of different Caesar ciphers based on the letters of a particular keyword. The Vigenère cipher is more powerful than a single Caesar cipher and is much harder to crack.
-
Updated
Mar 18, 2024 - Python
CriptoDriver class related to cipher and decipher of data.
-
Updated
Jun 12, 2023 - JavaScript
In this endeavor, I've delved into the intricate world of cryptographic puzzles, taking on the challenge of deciphering a unique fusion cipher that incorporates elements of both simple shift and columnar transposition techniques. The goal? To unlock hidden messages and understand the artistry behind secure communication methods.
-
Updated
Nov 25, 2023 - Python
A program that inputs DNI numbers and returns DNI number and encoded letter
-
Updated
Apr 25, 2024 - Fortran
Encipher, decipher common algorithms
-
Updated
Aug 15, 2017 - JavaScript
Decipher / Cipher Software
-
Updated
May 3, 2023 - Python
I am building a Discord Bot that can encipher and decipher messages.
-
Updated
Dec 26, 2020 - Python
Small script to decipher Dreamcatcher's 20220921 mystery code
-
Updated
Sep 20, 2022 - Python
Improve this page
Add a description, image, and links to the decipher topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the decipher topic, visit your repo's landing page and select "manage topics."