Skip to content

std0/pycrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCrypt

PyCrypt is a command-line program which allows to encrypt or decrypt plain text or text files using various ciphers. Written for a university project.

Installation

$ pip install -r requirements.txt

Usage

$ python cli.py [OPTIONS] COMMAND [ARGS]...

Options

-e, --encrypt / -d, --decrypt  Whether you want to encrypt text or decrypt
                               it.  [default: (encrypt)]
-i, --input_file FILENAME      File, from which the input will be read. If
                               not provided, a prompt will appear.
-o, --output_file FILENAME     File, in which the output will be written. If
                               not provided, the output will be printed.
--help                         Show help message.

Commands

arc4        ARC4 cipher
blowfish    Blowfish cipher
cardan      Cardan grille
feistel     Feistel network
idea        IDEA cipher
rc6         RC6 cipher
rijndael    Rijndael cipher
two-square  Two-square cipher
vernam      Vernam cipher

About

Command-line program for text encryption/decryption using various ciphers.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages