프로그래밍/알고리즘
시저 암호 및 복호 알고리즘
mi-nos
2019. 7. 23. 00:49
시저 암호 및 복호 관련 코드 샘플이 포함된 링크
https://www.thecrazyprogrammer.com/2016/11/caesar-cipher-c-c-encryption-decryption.html
Caesar Cipher in C and C++ [Encryption & Decryption] - The Crazy Programmer
Get program for caesar cipher in C and C++ for encryption and decryption. What is Caesar Cipher? It is one of the simplest encryption technique in which each character in plain text is replaced by a character some fixed number of positions down to it.
www.thecrazyprogrammer.com