
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@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
The npm package @cipherstash/beta-ore receives a total of 0 weekly downloads. As such, @cipherstash/beta-ore popularity was classified as not popular.
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.