GitHub topics: ceaser-cipher
pavan-m060/Capstone_Project
🔐 Encryption & Decryption Web App A simple Flask-based web application that implements Caesar and Transposition ciphers for secure text encryption and decryption. Includes file handling support and a user-friendly local HTML interface for seamless interaction.
Size: 8.79 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

breezy-codes/cryptography-guide
A collection of different cryptographic algorithms and ciphers, including the maths behind each algorithm. This is an ongoing project that will be added to over time, with the aim of providing a comprehensive resource for learning about cryptography. The project includes both the code for the algorithms and explanations of how they work.
Language: Jupyter Notebook - Size: 5.63 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 1 - Forks: 0

wertuipeter/Ultimate-Decoder
Decodes Secret Messages (Under Development)
Language: Java - Size: 12.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

FarhanTips/Cryptography-and-Cryptanalysis
This repository covers practical implementations of Cryptography and Cryptanalysis, including encryption algorithms, hashing, digital signatures, and techniques for analyzing and breaking cryptographic systems.
Language: Jupyter Notebook - Size: 18.4 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

EgeErgunn/Caesar-Cipher-Decryption
A C program to decrypt Caesar cipher-encrypted messages using frequency analysis. Reads input files, decrypts messages automatically, and outputs the results.
Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

abhi0930/PRODIGY_CS_01
Implement Caesar Cipher
Language: Python - Size: 3.91 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

coderatul/caesar-cipher
caeser cipher using python
Language: Python - Size: 2.93 KB - Last synced at: 28 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
Language: Python - Size: 106 KB - Last synced at: 9 days ago - Pushed at: almost 3 years ago - Stars: 56 - Forks: 22

TheODDYSEY/Ceaser-Cipher-Python
Ceaser Cipher Encryption using Python
Language: Python - Size: 1000 Bytes - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sudiptab2100/CryptographicAlgorithms
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
Language: Python - Size: 51.3 MB - Last synced at: 26 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Fiiaaad/PRODIGY_CS_01
Implementation of Caesar Cipher Algorithm
Language: Python - Size: 112 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

farazulhoda/CeaseMe
This is an iOS Application that implements a Caesar Cipher using the UIKit library. The GUI allows the user to input a string and a shift value and then encrypts the string using the Caesar Cipher algorithm.
Language: Swift - Size: 704 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

dana-akesh/Encryption_Algorithms
Java Desktop Application for Understanding Confusion and Diffusion in Encryption using Caesar Cipher, Playfair Cipher, Rail Fence Cipher, and Columnar Cipher
Language: Java - Size: 40 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SAJAD-net/cryptoman
most used encryptions in CTFs
Language: Python - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

tarik-celik/caesar-cipher
Simple caesar cipher
Language: C - Size: 212 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

BishoySedra/Data_Security_Project
College's Project to implement encryption and decryption algorithms.
Language: C# - Size: 379 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

satwikbhasin/SpiralKey
SpiralKey is a cutting-edge cryptographic method that combines the robustness of symmetric key encryption with the captivating properties of spiral matrices.
Language: JavaScript - Size: 333 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 1

hamzaskhan/Ceaser-Cipher-C-project
Ceaser cipher based encrypton/decryption code for beginners.
Language: C - Size: 39.1 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

piyush-multiplexer/INS
Information and Network Security
Size: 19.5 KB - Last synced at: 12 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Omware/CeaserCipherApp
A Caesar cipher is a type of substitution in which each letter is shifted a certain number of places also known as a key, down the alphabet.
Language: Java - Size: 77.1 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OmPreetham/python-projects
Explore my coding journey with projects ranging from beginner-level to intermediate to advanced and professional-level expertise.
Language: Python - Size: 397 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

aliabdallah7/Data-Security-Algorithms
Data security algorithms in C#
Language: C# - Size: 2.2 MB - Last synced at: 11 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

nasirshamim01/EncryptAppCeaserSipher
This is an application that takes a message (String) and does a form of Caesar Cipher Encryption on it to change the message based on a given key. It can also decrypt messages made using this application, so long as the same encryption key is also given.
Language: Kotlin - Size: 99.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

yashsuhagiya/ECES-Lab
Network Security and Cryptography Lab Programs
Language: C++ - Size: 598 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

AlaaHajri/PythonCaesarEncryptionDecryption
PythonCaesarEncryptionDecryption
Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

M7mdSh3banX/SecurePy
Welcome to SecurePy, an advanced computer security project designed to provide a user-friendly graphical interface for implementing three powerful encryption and decryption algorithms: Caesar, Monoalphabetic, and Playfair.
Language: Python - Size: 10.7 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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

Auriel3003/Encryption-Techniques
Explore classic and modern encryption methods with the Cryptography Toolbox. This open-source project offers a simple command-line interface for six encryption techniques, including Caesar Cipher and Vigenere Cipher. Ideal for learning and experimenting with cryptography.
Language: Python - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

FrankLSilva/single-projects
Just some little coding exercises or studies that i made along the way
Language: Python - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bislerium/text_encrypt-decrypt
Encryption & brute-force decryption of text using vigenere cipher & caesar cipher.
Language: Java - Size: 6.15 MB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Mohammad-Shoeb-Faizan/encrypt-text
The encrypt-text package is a simple npm package for text encryption and decryption using a basic Caesar cipher algorithm. Please note that this package is intended for educational and demonstration purposes and should not be used for sensitive or secure data encryption.
Language: JavaScript - Size: 3.91 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Milumon/LIM014-cipher Fork of Laboratoria/LIM014-cipher
Primer proyecto realizado individualmente para laboratoria.
Language: JavaScript - Size: 611 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

abdelrahmanna/Cryptography-Ciphers
Implementation of Cryptography Ciphers with python
Language: Python - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

NourKamaly/CryptographyPackage
This package is prepared for the Computer and Networks Security course at Ain Shams University for the summer semester [2022-2023]. It has classical and more advanced cryptography algorithms.
Language: C# - Size: 3.62 MB - Last synced at: 12 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Kadetron/projects
Some simple practice c programs with structure implementation
Language: C - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

NikhilTeja21/Ceaser-Cipher-algorithm
Encryption of text using a private key converting it into cipher text and then decrypting the cipher text using the same private key.
Language: Java - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

dalekvim/Ceaser-Cipher
A simple User Interface that lets you encode and decode messages using a Ceaser Cypher.
Language: JavaScript - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pRimeRly/Password-Manager
A Python based password manager with a user-friendly interface that generates secure passwords and saves them along with website and email information. The data is encrypted and stored in a JSON file using the Ceaser Cipher and reverse cipher methods.
Language: Python - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

OrionJoshi/Caesar_Cipher_Encoder_Decoder
Encoder and Decoder by Implementation of Ceaser cipher algorithm
Language: CSS - Size: 339 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 0

devanshuyadav/ceaser-cipher
Ceaser-Cipher Encoding-Decoding Web App.
Language: EJS - Size: 133 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nickolasbradham/Android-Message-Coder
A simple message encoder app.
Language: Java - Size: 2.55 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

codewithmide/JavaScript-Algorithms-and-Data-Structures-Projects
freeCodeCamp JavaScript DSA projects
Language: JavaScript - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

B0-B/ceaserSalad
A mixed ceaser cipher which uses passphrases instead of single shift integers.
Language: Python - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 1

VivekanandKumar/MiniProject
Third Year Mini Project
Language: CSS - Size: 1.64 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ramahanisha-7/Cryptography
Here are few cipher codes
Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

benedictusyohana/Ceaser-Cipher
Language: Java - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

barkotenicholas/Caesar-Cipher
This is an application the decodes an input string using caesar cypher technique using a specified shift key
Language: Java - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

irenacosta/cifradorLangDom
Aplicação para codificar e decodificar mensagens escritas em Base 64 e Cifra de César usando conhecimentos de DOM(Javascript). Projeto desenvolvido em Sprint do Módulo 2 do curso de Desenvolvimento Web Full Stack da Resilia Educação.
Language: JavaScript - Size: 758 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

SyedAskari-Rizvi/minor_projects
Simple encryption and decryption program
Language: Python - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

shreyashghag/information-and-network-security
Information-and-network-security Algorithms for Encryption.
Language: Java - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

oguzhanagkus/frequence-analyzer
Deciphering Caesar ciphered text by frequence analysing
Language: Python - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Kartik987/Ceaser-Cipher-Cryptographic-Algo
An implementation of the Ceaser Cipher Cryptographic algorithm.
Language: Python - Size: 13.7 KB - Last synced at: 18 days ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

kuroonai/rot
Tool to implement Caesar cipher to encrypt or decrypt a textfile (simple shift code)
Language: Python - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

mhmedwagih1324/security-scripts
It will contain some python implementations of security ciphers (encryption & decryption)
Language: Python - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

pSnehanshu/ceaser-cipher
Node.js implementation of ceaser cipher algorithm
Language: JavaScript - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

amitbasuri/Text-Encription
Encryption and decryption of text (method of encryption is ceasar cipher)
Language: Python - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

jatin69/mca402-IS
Coursework for mca402-Information Security.
Language: C++ - Size: 6.44 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0
