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.
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
- 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.
-
This Project under MIT License.
Copyright (c) 2022-present LyQuid