fogme

Make string (such as password) behind fog.

Usage no npm install needed!

<script type="module">
  import fogme from 'https://cdn.skypack.dev/fogme';
</script>

README

Build Status Dependency Status

About

fogme is a simple string confounded module for Node.js.

Usage


var _me	= require('fogme').create('base64');
_me.encode('abcd');
_me.decode('abcd');

License

MIT