Repo Visitors
PyPI Version
PyPI - Python Version

Arithmos Cipher CLI

This is the CLI version of Arithmos Cipher.

Install

pip install arithmos-cipher

Example

Encrypt

  • For one sentence :
arithmos enc LyQuid
  • For two sentences or more :
arithmos enc "Arithmos cipher"

Decrypt

  • For one sentence :
arithmos dec 382543210904
  • For two sentences or more :
arithmos dec "2718092008131519 030916080518"

For more information of all command, you can type:

arithmos help

GitHub

View Github