Git Product home page Git Product logo

wordscrambler2001's Introduction

WordScrambler2001


A (fairly simple) monoalphabetic substitution cipher

This cipher works by replacing every letter in a string with the corresponding letter in the key alphabet, adding a changing offset.

Use cases

  • no

Installation

  1. Contemplate your life choices
  2. Download the repository using git clone https://github.com/Syrapt0r/WordScrambler2001
  3. Open the project in your favourite IDE

Usage

There are two ways to use the program.

Standalone Mode:

  1. Compile and run the program.
  2. Provide the message you want to encrypt.
  3. Provide your key. If you leave this blank, a random key will be generated.
  4. Enter your shifting values. They determine the way the algorithm shifts the individual letters.
  5. Select a mode.
  6. Select if your output should be Base64 encoded.
  7. Select if you want to enable verbose logging

Command Line Mode:

Call the program using WordScrambler2001.exe <parameters>

Command Line Parameters:
Parameter Optional Parameter Meaning Optional
--encrypt -e Encryption Mode No
--decrypt -d Decryption Mode No
--message -m Message to en-/decrypt No
--key -k Cipher Key Yes
--initial-shift -i Initial Cipher Shift No
--shift-value -s Cipher Shift Value No
--base64 -b64 Whether Input/Output is in Base64 Yes
--verbose -v Activate verbose logging Yes

Roadmap

  • Add parameter mode
  • Add spaces / special characters
  • Add Base64 to parameter mode
  • Improve parameter mode overall
  • Improve algorithm safety

wordscrambler2001's People

Contributors

initialposition avatar

Watchers

 avatar

wordscrambler2001's Issues

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.