Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milio48/nk26
NKosec Encode, 2 side encode. change alphabet to numeric or back numeric to alphabet.
https://github.com/milio48/nk26
Last synced: 15 days ago
JSON representation
NKosec Encode, 2 side encode. change alphabet to numeric or back numeric to alphabet.
- Host: GitHub
- URL: https://github.com/milio48/nk26
- Owner: milio48
- License: gpl-3.0
- Created: 2018-07-06T21:10:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T16:48:35.000Z (over 6 years ago)
- Last Synced: 2024-08-01T16:38:06.900Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 1.01 MB
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-termux-hacking - nk26 - NKosec Encode, 2 side encode. change alphabet to numeric or back numeric to alphabet..[![->](https://img.shields.io/github/stars/milio48/nk26.svg?style=social&label=Star&maxAge=2592000)](https://github.com/milio48/nk26/stargazers/) (Uncategorized / Uncategorized)
README
# nk26
Nkosec Encode, 2 side encode. change alphabet to numeric or back numeric to alphabet.### nk26 logic
- focused on alphanumeric, use a simple logic str_replace.
- this logic is made, when I make a challenge for a friend in a detective game.### php example
```