Skip to content

mprices/crypto-webpage-1

 
 

Repository files navigation

crypto-webpage

Gitpod ready-to-code CI GitHub issues GitHub pull requests

Check your Hacktoberfest progress!

Introduction

We are building a website to learn about building websites and encryption:

https://video-game-coding-club.github.io/crypto-webpage/

GitPod Chrome Extension

You might find the GitPod Chrome extension useful

https://chrome.google.com/webstore/detail/gitpod-dev-environments-i/dodmmooeoklaejobgleioelladacbeki

Encryption Methods

Caesar Cipher

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.

Caesar Cipher

ROT13

A special case of the Caesar cipher is known as ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13). ROT13 is a simple letter substitution cipher that replaces a letter with the 13th letter after it.

Because there are 26 letters (2×13) in the basic Latin alphabet, ROT13 is its own inverse; that is, to undo ROT13, the same algorithm is applied, so the same action can be used for encoding and decoding

Example for ROT13

About

A project to learn how to build web pages and how encryption works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 75.4%
  • JavaScript 17.8%
  • CSS 6.8%