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.
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.
bir yerine koyma (substitution) şifreleme yöntemidir. Bu yöntem, alfabenin ters çevrilmesiyle çalışır. Yani, A ↔ Z, B ↔ Y, C ↔ X gibi harflerin yer değiştirmesiyle oluşturulur.
Simple Caesar cipher encrypter/decrypter with file support
In encryption or decryption method Caesar Cipher is very common technique to encrypt data.
A Program in C language to encode and decode messages using Caesar cipher method
Starter code for the 6.179 workshop on 1/20/17
A college project made by me and my friends in the 2nd semester on the topic of Encryption of texts.
project involves obtaining frequency tables from files, Caesar cypher encryption and decryption and binary file encoding and decoding.
This program encodes inputted with the key you would like.
C program that implements the Caesar Cypher encryption and decryption algorithms
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."