lucipher-browserify

1.0.0 • Public • Published

LUCipher-browserify

Browserify node package LUCipher

Use

In your HTML insert script

<script type="text/javascript" src="lucipher-browserify.min.js"></script>

Use LUCipher javascript class

  const LUC = new LUCipher('mipassword', 'misalt');
  
  const code = LUC.cipher('Este es el texto a codificar');

  const decode = LUC.desCipher(code);

Readme

Keywords

none

Package Sidebar

Install

npm i lucipher-browserify

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

952 kB

Total Files

6

Last publish

Collaborators

  • manufosela