Base114514 encoding, the algorithm from Shimokitazawa
Project description
Base114514
🔏 The algorithm from Shimokitazawa.
Base114514 encoding is based on Base64, but replaces each of the 64 characters with a combination of 1, 4, and 5 digits.
| Plain text | Base64 encoded | Base114514 encoded |
|---|---|---|
| 1919810 | MTkxOTgxMA== | 554145511114141151544551145414115541114541144114 |
Usage
CLI
base114514 cli works like base64 command from GNU coreutils.
printf 'いいよ、来いよ' | base114514 # Encode base114514 from stdin
base114514 '野獸先輩.png' # Encode a file to base114514
base114514 --help # To view help message
Python
base114514 also works as a Python package like base64 in Python standard library.
You can install it from PyPI.
import base114514
base114514.b114514encode('いいよ、来いよ'.encode())
base114514.b114514decode(b'554145511114141151544551145414115541114541144114')
Note:
Base114514 is inspired by memes derived from 真夏の夜の淫夢, which should not be abused everywhere and may be offensive.
Don't be a homo kid, start with me.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file base114514-0.4-py3-none-any.whl.
File metadata
- Download URL: base114514-0.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c8a31db9efdcc6024bfdbbc4286228f34770283cdcc3e3ccca953e71b70818f
|
|
| MD5 |
3cda40a7f401895f6e50751f64d5ce81
|
|
| BLAKE2b-256 |
47295aea224410f7d8e1abde3c95cfd79ba22e128801d480513d0b1193f83e14
|