paixaop / node-sodium

Port of the lib sodium encryption library to Node.js
MIT License
351 stars 126 forks source link

How to tell if the lib uses /dev/random or /dev/urandom? #134

Closed JoHuang closed 5 years ago

JoHuang commented 6 years ago

Hi

My docker file is FROM node:8-alpine. I would like to make sure which random the lib compiled. How to check it?

Thanks, Jo

paixaop commented 5 years ago

This is a libsodium setting. From the change log: