0.0.8 • Published 3 years ago

yncode v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

Web, Node.JS 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

Features

  • Encrypt/Decrypt messages

  • Execute Encrypted/Decrypted messages

  • Can execute binary, hex ETC

  • Use btoa() and atob() in Node.JS

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago