Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

simple-substitutions-encryption

YaakovHatam9ISC1.0.5

Usage example `javascript const secret = require('./secret');

readme

Simple

Usage example

const secret = require('secret');

const str = 'Hello Omar! how are you...';

console.log(secret.encode(str)); // Svool Lnzi! sld ziv blf...
console.log(secret.decode('Svool Lnzi! sld ziv blf...')); // Hello Omar! how are you...