Algorithms_in_C 1.0.0
Set of algorithms implemented in C.
|
Files | |
affine.c | |
An affine cipher is a letter substitution cipher that uses a linear transformation to substitute letters in a message. | |
rot13.c | |
ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. | |