Coder Social home page Coder Social logo

iinjyi / cipher-wheel Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 25 KB

3rd year Assembly language project: enciphering and deciphering using ROT cipher algorithm with any key from 1 to 25. Ranked 3rd in "Best assembly project 2023" contest at Faculty of Computers and Information Science - Mansoura University.

License: Apache License 2.0

Assembly 100.00%
cipher rot13 assembly-language decipher encipher rot

cipher-wheel's Introduction

Cipher-Wheel

Enciphering / Deciphering ROT cipher in Assembly language using any specified key.

  • Demo:

CIPHERWHEEL.mp4
  • Instruction manual:

    • Encipher:
      • Press E then enter a key, press enter and start typing the text to encipher.
      • Text has to be ALL UPPERCASE.
    • Decipher:
      • Press D then enter a key, press enter and start typing the text to decipher.
      • Text can be uppercase or lowercase.
    • Start processing:
      • Embed @ to the end of your text so that the program can start text processing.
    • Notes:
      • You will find the processed (i.e. enciphered / deciphered) text in output.txt file
        • In case of running from tasm, you will find it in "..\GUI Turbo Assembler\BIN" folder.
        • In case of running the executable with DOSBox, you will find it in the same directory as the executable.
      • You can enter numbers, new lines, or even special characters (except for @ as I am using it as a start sign). this will not break my code. :D

cipher-wheel's People

Contributors

iinjyi avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.