Skip to content

OhSeungho/Simple-Substitution-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Simple-Substitution-Cipher

Simple Substitution Cipher C++ Programming

  • 대문자
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
H Q O I G J S V A K B F C R U L T M E X N W Z D Y P
  • 소문자
a b c d e f g h i j k l m n o p q r s t u v w x y z
h q o i g j s v a k b f c r u l t m w x n w z d y p

위의 표를 근거로 text 값을 받아와 치환하는 방식으로 진행하였습니다. ASCII 값으로 변환하여 사용하였습니다. 복호화는 단일 치환 암호 표를 바탕으로 복호화 진행하였습니다.

About

Simple Substitution Cipher C++ Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages