An open API service indexing awesome lists of open source software.

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.

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!