December 20, 2022
–
1 min read
Security
The use of different algorithms can affect the use of the same mnemonic phrase in multiple wallets.

Even though most wallets generate a mnemonic phrase for users to back up their wallets and generate a private key from the mnemonic, not all wallets use the same algorithm tor this key generation process. This variety of algorithms cause unexpected behavior when using the same mnemonic phrase in multiple wallets. Indeed, wallets that use different processes will arrive at a different set of addresses from the exact mnemonic phrase.
Ledger, the three-part system comprising a hardware device, the Ledger Live app, and a platform of integrated dApps, or better known as the the Most Secure self-custody option, uses a standard called BIP 39 for the generation and interpretation of the master seed on all of its' devices. BIP 39 is an industry standard used by many other hierarchical deterministic wallets. The exact type of BIP 39 seed used by Ledger devices by default is a 24-word mnemonic. Accounts generated by a Ledger device can be recovered on any (third-party) hardware or software wallet that supports the same standards as Ledger (BIP32/BIP39/BIP44).
It is important to understand that the same mnemonic may generate different private keys on other wallets due to the various cryptographic algorithms used. For example, Subkey and Polkadot-JS based wallets use the BIP39 dictionary for mnemonic generation, but use the entropy byte array to generate the private key, while full BIP39 wallets (like Ledger) use 2048 rounds of PBKDF2 on the mnemonic. The above explains why users may have trouble exporting their keys from substrate based applications on the Ledger device. See Substrate BIP39 Repo for more information.
Instructions on how to export your accounts here (Ledger Developers Portal)
Read More
Bridging the Gap: A Guide to the ICP-EVM Proxy
The ICP-EVM Proxy is a PoC bridging ICP and Ethereum ecosystems. It translates ICP canister data into Ethereum-compatible formats, enabling cross-chain interaction and use of tools. Opeing doors for cross-chain dApps and simplified on-chain event tracking.
Brussels Takes Center Stage: Key Highlights from EthCC, Polkadot Decoded, and More
Brussels hosted key Web3 events, highlighting progress in UX, AI integration, and blockchain innovations from Polkadot Decoded and Fil Brussels, aiming for a user-friendly Web3 future.
Ensuring a Smooth Transition: Using the Migration App for the Universal Polkadot Application
The new Polkadot app is here! Use the Migration App on Ledger to easily transfer your funds from your existing account to a new account with the updated Polkadot app.
Other Articles

Integration
July 1, 2024
The new Polkadot app streamlines runtime upgrades, minimizing disruptions. It unifies parachains and the relay chain, enhancing functionality and security for developers and users.

June 28, 2024
Para desarrolladores y usuarios de Polkadot, las actualizaciones de runtime son un obstáculo conocido que interrumpe la funcionalidad de las aplicaciones y parachains, aunque son esenciales para la seguridad.

October 17, 2024
For over a year, Zondax has developed the Beryx Explorer and API. With over 90 endpoints, it streamlines interactions with the FVM and FEVM.
Para desarrolladores y usuarios de Polkadot, las actualizaciones de runtime son un obstáculo conocido que interrumpe la funcionalidad de las aplicaciones y parachains, aunque son esenciales para la seguridad.

For over a year, Zondax has developed the Beryx Explorer and API. With over 90 endpoints, it streamlines interactions with the FVM and FEVM.
