Diseñado por SISCO para Azor

v3.9.6


Mnemotécnico

Un mnemotécnico es una técnica de memoria que utiliza asociaciones, acrónimos, ritmos o imaginación para facilitar el recuerdo de información específica.
Es como una herramienta mental que ayuda a recordar cosas importantes de manera más fácil y rápida.

Podemos ingresar un mnemotécnico BIP39 existente o generar uno nuevo aleatorio. Escribir las propias doce palabras probablemente no funcionará como esperamos, ya que las palabras requieren una estructura particular (la última palabra contiene una suma de verificación).

Generar un mnemotécnico aleatorio: palabras, o ingresar a continuación..

Ruta de derivación


For more info see the BIP44 spec.

The account extended keys can be used for importing to most BIP44 compatible wallets, such as mycelium or electrum.

The BIP32 derivation path and extended keys are the basis for the derived addresses.


For more info see the BIP32 spec

Use path m/0'/0' with hardened addresses.

For more info see the Bitcoin Core BIP32 implementation

Use path m/0'/0. For change addresses use path m/0'/1.

For more info see MultiBit HD

Use path m/44'/0'/0. Exclusivo de esta wallet para las address y Privkey m/0'/1.

For more info see blockchain.info

Use path m/44'/0'/0'. Only enter the xpub extended key into block explorer search fields, never the xprv key.

Can be used with: blockchain.info


For more info see the BIP49 spec.

The account extended keys can be used for importing to most BIP49 compatible wallets.

The BIP32 derivation path and extended keys are the basis for the derived addresses.


For more info see the BIP141 spec


For more info see the BIP84 spec.

The account extended keys can be used for importing to most BIP84 compatible wallets.

The BIP32 derivation path and extended keys are the basis for the derived addresses.


Derived Addresses

Note these addresses are derived from the BIP32 Extended Key

Enabling BIP38 means each key will take several minutes to generate.
Path  
Address  
Public Key  
Private Key  
    
    
    
    
    
Show starting from index (leave blank to generate from next index)

Más Detalles

BIP39 Código mnemónico para generar claves deterministas

Leer más en: official BIP39 spec

BIP32 Carteras deterministas jerárquicas

Leer más en: official BIP32 spec

Ver demostración: bip32.org

BIP44 Jerarquía de cuentas múltiples para carteras deterministas

Leer más en: official BIP44 spec

BIP49 Esquema de derivación para cuentas basadas en P2WPKH anidadas en P2SH

Leer más en: official BIP49 spec

Entropía

Los valores de entropía no deben incluir la suma de comprobación BIP39. La herramienta lo agrega automáticamente.

Los valores de entropía deben obtenerse de una fuente de aleatoriedad fuerte. This means flipping a fair coin, rolling a fair dice, noise measurements etc. Do NOT use phrases from books, lyrics from songs, your birthday or street address, keyboard mashing, or anything you think is random, because chances are overwhelming it isn't random enough for the needs of this tool.

Do not store entropy.

Storing entropy (such as keeping a deck of cards in a specific shuffled order) is unreliable compared to storing a mnemonic. Instead of storing entropy, store the mnemonic generated from the entropy. Steganography may be beneficial when storing the mnemonic.

The random mnemonic generator on this page uses a cryptographically secure random number generator. The built in random generator can generally be trusted more than your own intuition about randomness. If cryptographic randomness isn't available in your browser, this page will show a warning and the generate button will not work. In that case you might choose to use your own source of entropy.


LINKS ADICIONALES DEL PROYECTO

Nivel Bitcoin - bech32 - Testigo Segregado

Firmado en BTC - Verifica la autenticidad del dato

Base 64 - Formato imagenes

Ejemplo Imagenes - Convertir Base64

AES - Demo Encriptar Archivos

HMAC-SHA256 Final con Salt (Salt, un conjunto aleatorio de bytes, se usa para dificultar el descifrado no autorizado de un mensaje.)

Loading...