
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
easysign-cli
Advanced tools
A CLI helper application to get and verify EasySign.io hashes
Timestamping files on the BSV blockchain
For support: https://twitter.com/EasySign_io
Install easysign-cli
npm i -g easysign-cli
export PLANARIA_TOKEN="<your planaria token>"
Check for a timestamp of a file
easysign-cli -f <file name>
Check for a timestamp of a known file hash
easysign-cli -h <file hash>
You can also add the -j
option to return a JSON string for further processing.
easysign-cli -f <file name> -j
Install in project
npm i easysign-cli
Use any of the functions:
// get a Planaria token and either define it in your env in PLANARIA_TOKEN or set a global
global.PLANARIA_TOKEN = "<your planaria token>";
import { getHashInfo, getFileHash, retrieveData, decrypt } from 'easysign-cli';
const hash = '<fileHash>';
const info = await getHashInfo(hash);
// or
const hash = await getFileHash('<file name>');
const info = await getHashInfo(hash);
// or
const txData = await retrieveData(hash);
// or
// not an async function
const info = decrypt(hash, '<encrypted data from tx>');
FAQs
EasySign CLI helper
We found that easysign-cli 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.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.