
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
denariicore-message
Advanced tools
# Denarius Message Verification and Signing for Bitcore
denariicore-message adds support for verifying and signing bitcoin messages in Node.js and web browsers.
See the main denariicore repo for more information.
npm install denariicore-message
bower install denariicore-message
To sign a message:
var denariicore = require('denariicore-lib');
var Message = require('denariicore-message');
var privateKey = denariicore.PrivateKey.fromWIF('cPBn5A4ikZvBTQ8D7NnvHZYCAxzDZ5Z2TSGW2LkyPiLxqYaJPBW4');
var signature = Message('hello, world').sign(privateKey);
To verify a message:
var address = 'n1ZCYg9YXtB5XCZazLxSmPDa8iwJRZHhGx';
var signature = 'IKdE4ut+leOMMN2CgW3iq71+K6NzjXJLwpMs0ZfFw3IoFzy6J7F06iK5qwQNQQxakUZPLmUlDKh2iG2VA1gygGY=';
var verified = Message('hello, world').verify(address, signature);
See CONTRIBUTING.md on the main denariicore repo for information about how to contribute.
Code released under the MIT license.
Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.
Copyright 2017 The Denarius Core Developers
FAQs
Denarius Messages for Denariicore
We found that denariicore-message demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.