🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

hornshash

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hornshash

A Very memory human readible hash

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

hornshash

A Human Readable and very memorable hash generator using unsavory words. WARNING NSFW!

This is a really simple POC for a project I've been working on, all it does is take a dictionary of bad words and generates a hash with a set number of them

Usage

var hornshash=require('hornshash');
var HH= new hornshash();

var hash=HH.hash();

hornshash will also take in an options JSON object allowing you to set the number of words it will put out in the hash and the delimiter

var hornshash=require('hornshash');
var options={
              words:7, //default is 4
              delimiter:"|" //default is " "
            };
var HH=new hornshash();
var hash=HH.hash();

Keywords

human

FAQs

Package last updated on 13 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts