Skip to main content

A simple Cipher encryption using number

Project description

Repo Visitors Downloads PyPI - Version PyPI - Python Version GitHub pull requests Discord

Arithmos Cipher

Arithmos Cipher is the most simple Cryptography that created in Python. Arithmos is taken from the Greek word (Arithmós or αριθμός) which means "Number".

Arithmos Cipher was created on January 14, 2022 and first released to the public on March 18, 2022.

Not recommended for encrypting important thing.

Explanation of how it works

Basically, the given sentences will be exchanged with numbers in alphabetical order (Example: a = 01 to z = 26 and A = 27 to Z = 52). For alphabet with one digit will be added 0 in front of it. Each one of the alphabet has a 2 digit number. And for uppercase letters starting from the number 27 after lowercase (z = 26).

Here the example of the explanation above :

Example = 31240113161205

31 : E
24 : x
01 : a
13 : m
16 : p
12 : l
05 : e

Usage

  • Install
pip install arithmos-cipher
  • Example
    • Via CLI

      Check on the documentation.
      Note : Arithmos Cipher chain are not available on CLI.

    • Via packages

      Check on examples directory.

Licence & Copyright

This Project under MIT License.

Copyright (c) 2022-present LyQuid

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arithmos-cipher-4.5.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

arithmos_cipher-4.5-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page