📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

hashit

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

hashit

A simple hashing method for passwords, codes and secret things

0.0.2
latest
Source
npm
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

hashit is a simple method for making secure codes out of plain text. It uses sha-1 and crypto to make things hopefully secure. #Usage

var hashit = require('hashit');
hashit('somepassword', 'yoursecretcode'); //returns a hashed string

Link to the Github Repo

Keywords

hash

FAQs

Package last updated on 27 Apr 2013

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