node-hwid

0.1.0 • Public • Published

NodeJS HWID

Use it to get machine unique 'hardware' id

const hwid = require(`node-hwid`)
hwid({
    hash: true, // hash id output (sha256), if false - module will return original id
}).then(id =>
    console.log(id) // HWID here
)

Package Sidebar

Install

npm i node-hwid

Weekly Downloads

9

Version

0.1.0

License

ISC

Last publish

Collaborators

  • mxmn