https://github.com/senophyx/arithmos-cipher
A simple Cipher encryption using number.
https://github.com/senophyx/arithmos-cipher
cipher cipher-algorithms python
Last synced: 4 months ago
JSON representation
A simple Cipher encryption using number.
- Host: GitHub
- URL: https://github.com/senophyx/arithmos-cipher
- Owner: Senophyx
- License: mit
- Created: 2022-01-14T03:51:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T11:42:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T02:08:06.478Z (4 months ago)
- Topics: cipher, cipher-algorithms, python
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/LyQuid12/arithmos-cipher)
[](https://pepy.tech/project/arithmos-cipher)
[](https://pypi.org/project/arithmos-cipher)
[](https://pypi.org/project/arithmos-cipher#data)
[](https://github.com/LyQuid12/arithmos-cipher/pulls)
[](https://discord.com/invite/qpT2AeYZRN)# Arithmos Cipher
Arithmos Cipher is the most simple [Cryptography](https://en.wikipedia.org/wiki/Cryptography) that created in [Python](https://python.org).
Arithmos is taken from the Greek word (Arithmós or αριθμός) which means "Number".Arithmos Cipher was created on [**January 14, 2022**](https://days.to/14-january/2022) and first released to the public on [**March 18, 2022**](https://days.to/18-march/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)`[.](https://youtube.com/watch?v=dQw4w9WgXcQ)**Here the example of the explanation above :**
```
Example = 3124011316120531 : 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](https://github.com/LyQuid12/arithmos-cipher/blob/master/cli.md).
*Note* : Arithmos Cipher **chain** are **not available** on CLI.
- Via packagesCheck on [examples](https://github.com/LyQuid12/arithmos-cipher/tree/master/examples) directory.
## Licence & Copyright
This Project under [MIT License](https://github.com/LyQuid12/arithmos-cipher/blob/master/LICENSE).
```
Copyright (c) 2022-present LyQuid
```