Giter Club home page Giter Club logo

a1z26-cipher's Introduction

A1Z26 Cipher

It's a simple script to encrypt and decrypt A1Z26 Cipher.

Install

git clone https://github.com/KHPROG55/a1z26-cipher

Options

$ python a1z26-cipher.py
usage: a1z26-decrypter.py [-h] [-e ENCRYPT [ENCRYPT ...]]
                          [-d DECRYPT [DECRYPT ...]] [-v]

optional arguments:
  -h, --help            show this help message and exit
  -e ENCRYPT [ENCRYPT ...], --encrypt ENCRYPT [ENCRYPT ...]
                        Encrypt one string or list of strings
                        from stdin or file(s)
  -d DECRYPT [DECRYPT ...], --decrypt DECRYPT [DECRYPT ...]
                        Decrypt one string or list of strings
                        from stdin or file(s)
  -v, --version         show program's version number and
                        exit

Usage

$ # encrypt a string
$ python a1z26-cipher.py -e testing
20 5 19 20 9 14 7
$ # decrypt an encrypted string
$ python a1z26-cipher.py -d 20 5 19 20 9 14 7
testing
$ # encrypt a string from file, inside the file > "testing"
$ python a1z26-cipher.py -e filename.txt
20 5 19 20 9 14 7
$ # decrypt a string from file, inside the file > "20 5 19 20 9 14 7"
$ python a1z26-cipher.py -d filename.txt
testing
$ # encrypt from multiple files
$ python a1z26-cipher.py -e file1.txt file2.txt ...
output of file1.txt
output of file2.txt
...
$ # decrypt from multiple files
$ python a1z26-cipher.py -d file1.txt file2.txt ...
output of file1.txt
output of file2.txt
...

License

a1z26-cipher is licensed under the GNU General Public License (GPL) 3.0.

a1z26-cipher's People

Contributors

khprog55 avatar

Watchers

James Cloos avatar  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.