GithubHelp home page GithubHelp logo

jonariley / jabberwocky Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clockworkcosmos/jabberwocky

0.0 0.0 0.0 6.79 MB

A Python utility for the encryption / decryption of text files via Vigenere Cipher

License: The Unlicense

Python 100.00%

jabberwocky's Introduction

Python; CyberSecurity; Secure storage; Vigenere Cipher

Encrypt / decrypt files using an extension of Caesar's Cipher called Vigenere Cipher; Generate random, create custom, or import keys for encryption / decryption

Required modules / libraries:

Random Time

Algorithm(s):

Vigenere Cipher

  1. A key is imported Key's are composed of two parts
  2. External key ( a text file containing a randomly generated or custom created key )
  3. Internal / built-in master key ( a variable within the program )
  4. The final character in each key is a magic number between 0 and 9

Keys are stored securely using a magic number (2) to adjust / increase ASCII values of each character in the key before storage

  1. Data to encrypt / decrypt is imported
  2. Each character of the imported data, imported key, and master key are converted into their corresponding ASCII chart values
  3. During encryption, values are added together and converted back into their characterized form to create the encrypted version of the data
  4. Elsewise for decryption, both key values are substracted from the encrypted data values to revert them back to their decrypted version(s)

Footnote: this program can be further improved in security by adjusting / changing the key length, master key, magic number size, and number of times to be encrypted.

jabberwocky's People

Contributors

clockworkcosmos 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.