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
Release files for arithmos-cipher 4.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arithmos-cipher-4.5.tar.gz | 7.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arithmos_cipher-4.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / arithmos-cipher-4.5.tar.gz
| Download URL | arithmos-cipher-4.5.tar.gz |
|---|---|
| Size | 7.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cca9865d8461ec299cd7539d6cf3fa6aea7a2d74fc303d0bb06dc161eac4752d
|
|
BLAKE2b-256 checksum How to use checksums |
2689a39650810ee7f843a82b3c67b792d090bbcdf0a703859ae079c42a3b34bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|
Release files / arithmos_cipher-4.5-py3-none-any.whl
| Download URL | arithmos_cipher-4.5-py3-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9f5562ec2c12418f33e73d4aa28776db769576aa3eca8a72c3689888e402da62
|
|
BLAKE2b-256 checksum How to use checksums |
4d85348186b3855087fe64b062c93439aed30df8d37cdad78275444ec8f34507
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|