Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@ledgerhq/hw-transport-webauthn
Advanced tools
Ledger Hardware Wallet Web implementation of the communication layer, using WebAuthN api
Allows to communicate with Ledger Hardware Wallets.
[Web] (WebAuthn) – WebAuthn api. check browser support.
There is a "blink" at each time there is a communication with the device due to WebAuthn. WebAuthn is meant for authentification and we use it for communication, ideally prefer WebUSB.
Extends Transport
WebAuthn Transport implementation
import TransportWebAuthn from "@ledgerhq/hw-transport-webauthn";
...
TransportWebAuthn.create().then(transport => ...)
Exchange with the device using APDU protocol.
apdu
BufferReturns Promise<Buffer> a promise of apdu response
A scramble key is a string that xor the data exchanged. It depends on the device app you need to exchange with. For instance it can be "BTC" for the bitcoin app, "B0L0S" for the dashboard.
scrambleKey
stringtransport.setScrambleKey("B0L0S")
FAQs
Ledger Hardware Wallet Web implementation of the communication layer, using WebAuthN api
The npm package @ledgerhq/hw-transport-webauthn receives a total of 650 weekly downloads. As such, @ledgerhq/hw-transport-webauthn popularity was classified as not popular.
We found that @ledgerhq/hw-transport-webauthn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.