GithubHelp home page GithubHelp logo

andyleeboo / qwerty-3-cipher Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 204 KB

QWERTY-3 Cipher is a simple encryption algorithm based on the layout of the QWERTY keyboard that encodes messages with a pair of digits in the format of number-number.

Home Page: https://qwerty-3-cipher.vercel.app

License: MIT License

JavaScript 9.79% TypeScript 41.13% HTML 12.14% Svelte 35.69% CSS 1.24%
cipher toy-project

qwerty-3-cipher's Introduction

qwerty-3-cipher

The QWERTY-3 Cipher is a simple encryption algorithm that uses the layout of the QWERTY keyboard to encode messages. Each letter of the plaintext message is replaced with a pair of digits in the format of "number-number" representing its position on the keyboard.

The first digit can be any number from 1 to 0 and the second digit can only be 1 to 3.

For example, the letter "q" would be encoded as "1-1", "a" as "1-2" and "z" as "1-3".

To represent the spacebar in the ciphertext, we use the string "__".

This type of encryption is relatively simple and easy to use, but it is not considered to be very secure, as the layout of the keyboard is well known and can be easily determined by frequency analysis.

To decrypt a message encrypted with the QWERTY-3 Cipher, the recipient would need to know the algorithm and the exact correspondence between letters and coordinates.

Please note that this is just a fictional cipher example, and it is not considered to be a secure encryption method in practice.

This project was created with the aid of an AI language model, ChatGPT by OpenAI.

qwerty-3-cipher's People

Contributors

andyleeboo avatar

Stargazers

Jihyeon Jeong avatar

Watchers

 avatar

qwerty-3-cipher's Issues

Add playground in home page.

  • The user should be able to input text.
    • Input can only be an alphabet and space bar.
  • When the user clicks encrypt button, the page should display encrypted text.
  • The user should be able to clear the input by clicking clear button.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.