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 I created myself in Python. Arithmos is taken from the Greek word (Arithmós or αριθμός) which means "Number".

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 numbers 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 explanation :

LyQuid = 382543210904

38 : L
25 : y
43 : Q
21 : u
09 : i
04 : d

Packages

  • Install
pip install arithmos-cipher
  • Example
import arithmos

word = "Example"

# Encrypt
encrypted = arithmos.encrypt(word)
print(encrypted)

# Decrypt
decrypted = arithmos.decrypt(encrypted)
print(decrypted)

Licence & Copyright

This Project under Apache License 2.0.

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-1.2.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

arithmos_cipher-1.2-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