Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manufosela/lucipher-browserify
LUCipher node package to browser package
https://github.com/manufosela/lucipher-browserify
Last synced: about 1 month ago
JSON representation
LUCipher node package to browser package
- Host: GitHub
- URL: https://github.com/manufosela/lucipher-browserify
- Owner: manufosela
- Created: 2020-02-13T22:28:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T16:34:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T12:04:03.076Z (almost 2 years ago)
- Language: JavaScript
- Size: 838 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LUCipher-browserify
Browserify node package LUCipher
# Use
In your HTML insert script
```code
```
Use LUCipher javascript class
```code
const LUC = new LUCipher('mipassword', 'misalt');
const code = LUC.cipher('Este es el texto a codificar');const decode = LUC.desCipher(code);
```