simple-hider

0.0.2 • Public • Published

hider

A simple encrypt-decrypt tool.

Install the module from the npm registry

npm install hider

Import the default exports from the module

import hider from 'hider';

Use the imported values

hider.hide('foo', 'bar'); // => '040714' hider.unhide('foo', '040714'); // => 'bar'

Package Sidebar

Install

npm i simple-hider

Weekly Downloads

2

Version

0.0.2

License

MIT License

Unpacked Size

3.1 kB

Total Files

4

Last publish

Collaborators

  • federico.c