https://github.com/divinemonk/ancipher
Alpha Numeric Cipher, replaces similar words to numbers & gives a CyFi look.
https://github.com/divinemonk/ancipher
alpha cipher cryptography hacking hacking-tool numeric pypi python python3
Last synced: about 1 month ago
JSON representation
Alpha Numeric Cipher, replaces similar words to numbers & gives a CyFi look.
- Host: GitHub
- URL: https://github.com/divinemonk/ancipher
- Owner: Divinemonk
- License: mit
- Created: 2022-02-10T16:22:19.000Z (about 4 years ago)
- Default Branch: m41n
- Last Pushed: 2022-03-02T19:20:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-12T17:17:20.588Z (11 months ago)
- Topics: alpha, cipher, cryptography, hacking, hacking-tool, numeric, pypi, python, python3
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Ancipher**
**"Alpha Numeric Cipher"**
### 🪛 Installtion
It is a python (precisely v3) package, uploaded on [PyPi](https://pypi.org/project/ancipher/).
```
pip install ancipher
```
### 📑 Usage
Firstly import it:
```
from ancipher import anc
```
Now, use `anc()` (datatype: string)
```
anc("As simple as that!")
```
Output
```
45 51mpl3 45 7h47!
```
### 🖱️ Requirements
Obviously ***Python 3***
> A Divinemonk creation!