node-scrypt
node-scrypt copied to clipboard
Scrypt for Node
It looks like `var scryptNative = require("./build/Release/scrypt")` can not be found. If I replace this with `var scryptNative = require("./build/Release/scrypt.node")` it works. Here is the error message: ``` Cannot find...
Having this issue on CentOS 7. Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /src/node_modules/scrypt/build/Release/scrypt.node) at Object.Module._extensions..node (module.js:681:18) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17)...
Hi, I'm experiencing persistent linking errors when trying to install scrypt on a fresh Azure pipelines Windows image. The image has the following installed https://github.com/Microsoft/azure-pipelines-image-generation/blob/master/images/win/WindowsContainer1803-Readme.md It runs the following commands...
`sudo npm i -g scrypt` Fail > > [email protected] preinstall /usr/lib/node_modules/scrypt > > node node-scrypt-preinstall.js > > Error: Error: Command failed: ./configure > ./configure: line 1904: config.log: Permission denied >...
**When I build the docker image in the server, I have the followed issue. I suspect that is due to internet issue.** - My server has internet restriction, what ip...
This package is a hefty ~25 mb on disk! About 90% of that is .obj and .pdb files in the build folder that are not needed outside of development. The...
After deleting the `node_modules` folder, a folder named `node_modules/scrypt/build/Release/obj/copied_files/copied_files.tlog` is recreated, and then recreated over and over again when deleted. This folder contains files with the name prefix `link-VCTIP`. It...
FYI the same person who injected malicious code into the `event-stream` module also tried to do the same to this module: https://web.archive.org/web/20181126192134/https://github.com/right9ctrl/node-scrypt Original issue here: https://github.com/dominictarr/event-stream/issues/116 It's clear this module...
I'm getting the following test failures when running in a Debian stretch Docker image: ``` 71 passing (1s) 2 failing 1) Scrypt Node Module Tests Scrypt Hash Function Verify Hash...