8000 GitHub - ayangc/node-x11-hash
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ayangc/node-x11-hash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-x11-hash

X11 hashing function for node.js.

Usage

Install

# install node, check updated script at https://github.com/nodesource/distributions
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs

# if you previously installed node-gyp via apt-get - remove it
# sudo apt-get remove node-gyp

# install proper version of node-gyp via npm
sudo npm i -g node-gyp

# install git and build tools
sudo apt-get install git python make g++

# clone this repo and go to that folder
# ...

# install dependencies
sudo npm i

# configure and build
sudo node-gyp configure
sudo node-gyp build

Test

npm test

See test/test.js for usage example.

Credits

  • Uses scrypt.c written by Colin Percival
  • Neisklar for the python module this is based off of

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%
0