
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@frequency-chain/recovery-sdk
Advanced tools
Provides utilties for interacting with the Frequency Recovery System
Support for generating and validating the hashes needed to use the Recovery System on Frequency.
npm install @frequency-chain/recovery-sdk
To use this with React Native, you will need to shim crypto.getRandomValues
.
react-native-get-random-values
is suggested.
Method | Description |
---|---|
generateRecoverySecret | Generates a new Recovery Secret, formatted for users |
getRecoveryCommitment | Gets the Recovery Commitment for the given Recovery Secret and contact |
getIntermediaryHashes | Gets the Intermediary Recovery Hashes for the Recovery Provider to use to recover |
getRecoveryCommitmentFromIntermediary | Gets the Recovery Commitment from the Intermediary Recovery Hashes |
@frequency-chain/recovery-sdk
is versioned with Frequency and should work against any release version of a Frequency node that has a compatible recovery system.
If you are working against a development node that has changes in the recovery system, you should match the package version against the commit hash using v0.0.0-[First 6 of the commit hash]
.
Changelog is maintained in the releases for Frequency.
See CONTRIBUTING.md for more information.
Distributed under the Apache 2.0 License. See LICENSE
for more information.
FAQs
Provides utilties for interacting with the Frequency Recovery System
The npm package @frequency-chain/recovery-sdk receives a total of 213 weekly downloads. As such, @frequency-chain/recovery-sdk popularity was classified as not popular.
We found that @frequency-chain/recovery-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.