Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meowgorithm/node-html-crypt
Self-decrypting JavaScript
https://github.com/meowgorithm/node-html-crypt
Last synced: 6 days ago
JSON representation
Self-decrypting JavaScript
- Host: GitHub
- URL: https://github.com/meowgorithm/node-html-crypt
- Owner: meowgorithm
- Created: 2014-02-26T04:23:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T22:56:49.000Z (almost 10 years ago)
- Last Synced: 2024-12-13T22:35:38.194Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-HTML-Crypt
Self-decrypting JavaScript for general purpose spam defense.
Because the internet really hasn’t changed that much in the last twelve years.™
Ported from the excellent [HTML_Crypt][1] package by Mike Dransfield and
Christian Weiske which was first released on September 8, 2002.[1]: http://pear.php.net/package/HTML_Crypt/
## Installation
npm install html-crypt
## Usage
var crypt = require('html-crypt');
crypt('var a,s,nfunction rkxstbicjzemlnvofdpgawhyqu(s){r=""for(i=0iThe above will automatically decrypt to `Karl Lagerfeld')
## To-Do
Write some tests.