Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2fb88ea

Browse files
Update README.md
1 parent 5057069 commit 2fb88ea

File tree

1 file changed

+1
-0
lines changed
  • src/algorithms/cryptography/caesar-cipher

1 file changed

+1
-0
lines changed

‎src/algorithms/cryptography/caesar-cipher/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
_Read this in other languages:_
44
[_Русский_](README.ru-RU.md)
5+
[Bahasa Indonesia](README.id-ID.md)
56

67
In cryptography, a **Caesar cipher**, also known as **Caesar's cipher**, the **shift cipher**, **Caesar's code** or **Caesar shift**, is one of the simplest and most widely known encryption techniques. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter some fixed number of positions down the alphabet. For example, with a left shift of `3`, `D` would be replaced by `A`, `E` would become `B`, and so on. The method is named after Julius Caesar, who used it in his private correspondence.
78

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /