A collection of small programs — cryptography, simulations, algorithms etc.
-
Updated
May 31, 2023 - C
A collection of small programs — cryptography, simulations, algorithms etc.
Rot Cipher Encryption and Decryption Algorithm.
This is code implementations of Shift cipher, also known as the Caesar cipher, one of the simplest and most widely known encryption techniques in cryptography.
Starter code for the 6.179 workshop on 1/20/17
The third assignment for AUT's Basic Programming course (Fall 2024) engages students with diverse C programming exercises, such as sorting words alphabetically, validating passwords, checking palindromes, encrypting with Caesar Cipher, and manipulating arrays. This assignment focuses on developing skills in string manipulation.
Simple Caesar cipher encrypter/decrypter with file support
In encryption or decryption method Caesar Cipher is very common technique to encrypt data.
A college project made by me and my friends in the 2nd semester on the topic of Encryption of texts.
A Program in C language to encode and decode messages using Caesar cipher method
This program encodes inputted with the key you would like.
C program that performs encryption using the Caesar cipher technique. Replace each plaintext letter of a string with a different one using a user input number of places down the alphabet.
Using Chi Squared frequency analysis to bruteforce Caesar Shift code.
Add a description, image, and links to the caesar-cipher topic page so that developers can more easily learn about it.
To associate your repository with the caesar-cipher topic, visit your repo's landing page and select "manage topics."