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 05848bb

Browse files
readme updated
1 parent 1357c68 commit 05848bb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎Caesar-Cipher/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Caesar-cipher:
2+
Caesar's cipher, the shift cipher, 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.
3+
4+
5+
### How to run this:
6+
7+
- Simply copy-paste the code in your editor and run it using:
8+
9+
```python
10+
python3 caesar_cipher.py
11+
```
12+
13+
### Output:
14+
15+
![](output.png)
16+
17+
> Learn more about this [here.](https://www.youtube.com/watch?v=fR8rVR72a6o)

0 commit comments

Comments
(0)

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