
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@cipherstash/beta-ore
Advanced tools
This package is a thin wrapper around FASTORE for use in Node.js projects.
const ORE = require('./node-ore');
const PRF_KEY = Buffer.from('2e877eebe7f0b8ef1492f314d66c4dcc', 'hex');
const PRP_KEY = Buffer.from('e6c53234aa05cfe2dd54df83d18d09be', 'hex');
const plaintext = 1566n;
const ore = new ORE(PRP_KEY, PRF_KEY);
const {left: left, right: right} = ore.encrypt(plaintext);
Note: This library does not implement compare functions!
NOTE: this package contains a symbolic link to fastore
in src
that points to the fastore
directory in the same Git repo.
This package is built using node-gyp.
Config is managed in binding.gyp
.
To build, run:
node-gyp configure
node-gyp build
The package is configured to publish to the private Github repo at https://github.com/cipherstash/node-ore/packages.
To publish, run npm publish
.
See also the GitHub Guide.
FAQs
Order revealing encryption library for CipherStash
We found that @cipherstash/beta-ore demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.