Digitally Signing Files with Node.js
Node.js

Digitally Signing Files with Node.js

Node.js gives you everything needed to sign files properly: modern algorithms through a stable built-in module, streaming digests for artifacts of any size, and a standards-based alternative when code must run in more than one runtime.
Read more