node-scrypt
node-scrypt copied to clipboard
Scrypt for Node
Having an issue with a couple of node packages that require `node-scrypt` on my amazon linux server. This works fine on Macos 10.14.1 locally on other node versions. It looks...
Hi everyone I would like to create a new major version of Scrypt, Scrypt version 7. So this could (and actually will) be breaking changes. Can I get some discussion/feedback...
First of all, I don't use this package so I won't participate further, just want to let you know. While [investigating](https://github.com/dominictarr/event-stream/issues/115#issuecomment-441854646) a bit of the `event-stream` "issue", I found that...
I've installed `node-gyp` and `node-scrypt` in a ubuntu docker container running on Windows. Install worked fine, I'm doing the install in the docker container so it's not happening on Windows....
I've got a usage of scrypt that was failing at random. Here is the method definition: ```js // Uses scrypt to hash the master password with a known salt to...
-windows SDK 7.1, 8.1, 10 - npm v 6.4.1 -node v 8.12.0 -node-gyp v 3.8.0 -python 2.7.15 VisualStudio community 2017 installed .NET framework 4.6 installed I get error like: >The...
Dockerfile: ``` FROM node:10.2-alpine RUN mkdir -p /app WORKDIR /app RUN apk update && apk upgrade && \ apk add --no-cache bash git openssh python2 python2-dev py-setuptools dumb-init musl linux-headers...
Probably will solve many issues, like https://github.com/barrysteyn/node-scrypt/issues/135 https://github.com/ethereumjs/testrpc/issues/204#issuecomment-262956174
``` > scrypt.kdfSync(new Buffer('asd'), s.paramsSync(5.0)) ``` Seems good enough, let's try hashSync with similar parameters. ``` > scrypt.hashSync(new Buffer('asd'), s.paramsSync(5.0), 64, new Buffer('')) Error: ��_ at Object.hashSync (/node_modules/scrypt/index.js:359:25) ``` Now...
windows 10 with node-gyp and windows-build-tools compiler try to include a header file called 'nan.h' but can't find it. `.\src\node-boilerplate\scrypt_kdf_async.cc(1): fatal error C1083: Cannot open include file: 'nan.h': No such...