WanderHuang / kawayicode

A password management using basic javascript syntax rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kawayicode

A password management using basic javascript syntax rules.

Use

install

npm install kawayicode

simple use

  1. esm modules var kawayicode = require('kawayicode');
  2. encode var password = kawayicode.encode(123) Convert a number to kawayi string, you can get origin number by ``
  3. decode var origin = kawayicode.decode(/**kawayi code string*/);

Example

var password = kawayi.encode(123);
// (((((0.**.0)-~[0.0])**(((0.**.0)-~[0.0])+((0.**.0)))-((0.**.0)-~[0.0]))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**1))+((((0.**.0)-~[0.0])**((0.**.0)-~[0.0]))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))+(((((0.**.0)-~[0.0])+((0.**.0)))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**1))+(((0.**.0)-~[0.0])*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))+((((0.**.0))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**1))+((((0.**.0)-~[0.0])**(((0.**.0)-~[0.0])+((0.**.0)))-((0.**.0)-~[0.0]))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))+(((((0.**.0)-~[0.0])**(((0.**.0)-~[0.0])+((0.**.0))))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))+((((0.**.0)-~[0.0])*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))+((((0.**.0))*(((0.**.0)+(((0.**.0)-~[0.0])+((0.**.0)))**((0.**.0)-~[0.0]))**0)))

About

A password management using basic javascript syntax rules.

License:MIT License


Languages

Language:JavaScript 100.0%