A simple Cipher encryption using number
Project description
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
Built Distribution
File details
Details for the file arithmos-cipher-4.5.tar.gz
.
File metadata
- Download URL: arithmos-cipher-4.5.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cca9865d8461ec299cd7539d6cf3fa6aea7a2d74fc303d0bb06dc161eac4752d |
|
MD5 | a1acaa31e14984b23d89c33d8ab4ab8f |
|
BLAKE2b-256 | 2689a39650810ee7f843a82b3c67b792d090bbcdf0a703859ae079c42a3b34bf |
File details
Details for the file arithmos_cipher-4.5-py3-none-any.whl
.
File metadata
- Download URL: arithmos_cipher-4.5-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f5562ec2c12418f33e73d4aa28776db769576aa3eca8a72c3689888e402da62 |
|
MD5 | 9db107b95cfcf8dea82bbbefc8bf1503 |
|
BLAKE2b-256 | 4d85348186b3855087fe64b062c93439aed30df8d37cdad78275444ec8f34507 |