lucipher-browserify
v1.0.0
Published
LUCipher, Let Us Cipher - Browserify version
Downloads
4
Readme
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);