Thanks to visit codestin.com
Credit goes to github.com

Skip to content

codesrg/sipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sipher

PyPI Pypi - License PyPI - Python Version

To encrypt and decrypt message.

Only morse encryption/decryption is supported.

Installation

pip install -U sipher

Usage

usage: sipher [options]

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show version number and exit.

to encrypt/decrypt message:
  data           data to encrypt/decrypt
  -e, --encrypt  to encrypt message
  -d, --decrypt  to decrypt message
  -c, --copy     to copy encrypted/decrypted message to clipboard (default :
                 False)
  -s, --store    to store encrypted/decrypted message as text file (default :
                 False)
  -p, --path     path to store encrypted/decrypted message

To encrypt a text and copy it to clipboard.

$ sipher data --encrypt --copy
Encrypted message copied to clipboard.

To decrypt a cipher and store it as text file.

$ sipher "-.. .- - .- " --decrypt --store
Encrypted message stored in 'path_given/default_path'.

Issues:

If you encounter any problems, please file an issue along with a detailed description.

About

To encrypt and decrypt message.

Resources

License

Stars

Watchers

Forks

Languages