Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
simple-js-ecdsa
Advanced tools
this project is intended as an easy to use ecdsa
creating a new identity
let identity = Identity.new()
opening an existing identity using a private key
Identity.fromKey(<private number>)
opening a identity using a wif
Identity.fromWif(<private wif>)
retrievable items in a identity
identity.key
identity.sec1Compressed
identity.sec1Uncompressed
identity.wif
identity.address
identity.compressAddress
signing a message
const signature = identity.sign(message)
verify a signature
identity.verify(message, signature)
signing in bip66 format
const signature = identity.bip66Sign(message)
verify bip66 signature
identity.verifyBip66(message, signature)
bitcoin address: 1KKiniL7QnMPZZLjgGB2Kq1d7zsjUr6TnS
FAQs
easy and light weight ecdsa implementation
The npm package simple-js-ecdsa receives a total of 6 weekly downloads. As such, simple-js-ecdsa popularity was classified as not popular.
We found that simple-js-ecdsa 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.