
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Memkey is a simple command line tool to ease the creation of Ethereum private and public keys that can rely on the owner's memory.
Use this tool if:
After you install NodeJS:
npm install -g memkey
Generate a private key and public address from your passphrase:
$ memkey from "my hopefully long passphrase"
Ethereum Memory Key Tool
Passphrase: my hopefully long passphrase
Private Key: cb738ca99e9c5b646806227749c6623a0c576b9a7d7994aa5e5615c458d805f0
Public Address: 0x882458d0e7fb8a927983a64e9177fc0977604817
Important: Make sure that you will be able to remember this exact passphrase (or store the private key in a safe place otherwise).
Important: The passphrase is case sensitive.
To get the public address from an Ethereum private key:
$ memkey addr cb738ca99e9c5b646806227749c6623a0c576b9a7d7994aa5e5615c458d805f0
Ethereum Memory Key Tool
Public Address: 0x882458d0e7fb8a927983a64e9177fc0977604817
As expected, given the private key we generated before, the public address is exactly the same as the one above.
In order to avoid versioning confusion and private key mismatch, any future release/algorithm of memkey will use a different package name (memkey2
, memkey3
, etc.) instead of forcing to manually install specific npm versions like memkey@1.0.0
.
No updates will break the current setup.
Jordi Moraleda
FAQs
Memory Key tool ---
The npm package memkey receives a total of 2 weekly downloads. As such, memkey popularity was classified as not popular.
We found that memkey 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.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.