0.0.8 • Published 3 years ago
yncode v0.0.8
PATCH NOTES (0.0.8)
- Upgraded decrypt_binary auto, now more advanced
- Added space editor to encrypt_binary, instead of " " you can add "." and more
- Added Auto option in encrypt, binary and execute
- Added type checker in encrypt & decrypt
- It now has an API, try it out at Yncode Read the documentation at API Documentation
- Upgraded binary auto, now more advanced
Yncode (Unread)
Unread can encrypt messages or code. You can execute code inside of these encrypted messages. Unread also support binary.
Currently only supporting Browser, Node.JS and API
API
Try out my API at: Yncode
Documentaion on the API is at API Documentation
License
Yncode (Unread) is currently using the GNU General Public License v3.0 License
Installation
Install Yncode with npm
npm install yncode
<script src="./unread.js"></script>
Documentation
JS Documentation API Documentation
Usage/Examples
// Encrypt Code With Yncode
var yncode = require("yncode");
console.log(yncode.encrypt("hex", "Hello World!"));
console.log(yncode.encrypt("binary", "Hello World!"));
console.log(yncode.encrypt("bb3", "Hello World!"));
console.log(yncode.encrypt("unread", "Hello World!"));
console.log(yncode.encrypt("abn", "Hello World!"));
console.log(yncode.encrypt("polo", "Hello World!"));
Support
Created a pull-request for bugs/recommendations