# Cryptographic Keys

This is a more advanced topic on key creation and management.

[](https://docs.libre.org/libre-docs/accounts-and-wallets/libre-account-names "mention")are protected by cryptographic keys. This is typical for all blockchain accounts. Libre uses the same elliptical curve cryptoraphy as Bitcoin ([secp256k1](https://en.bitcoin.it/wiki/Secp256k1)). To generate your own keys you can use any of the following tools.

The benefit of generating your own seed phrase is that you will be able to import your account into Bitcoin Libre which provides a simple to use interface.

### **Libre-Specific Interfaces For Key Generation**

We recommend using either Bitcoin Libre or our web tool to generate seed phrase and pub/private keys:

* Libre Seed Generator <https://explorer.libre.org/generate> ([Open-source](https://github.com/LibreBlocksio/Libre-Blocks-Explorer))

### Other Tools For Key Generation

However, Libre is compatible with any any Standard BIP 39/32/44 seed generator.

You can find [many articles online](https://duckduckgo.com/?q=bip39+12+word+seed+generator\&va=j\&t=hc\&ia=web) about how to generate these or use one of the following tools.

{% hint style="info" %}
The secp256k1 derivation path is 44'/194'/0'/0/0
{% endhint %}

**Bitcoin Libre** (also creates account for you) <https://www.bitcoinlibre.io>

* **Ian Coleman BIP39 tool** (open source) <https://iancoleman.io/bip39/>
* **Ian Coleman BIP39 tool** **offline** (open source) <https://github.com/iancoleman/bip39>
* **Libre key tool (open source) online or offline** <https://github.com/bensig/libre-key-tool>
* **Bitcoin Libre Seed to Key Converter** (open source) <https://github.com/salimcansatici/Bitcoin-Libre-Seed-to-Key-Converter>

### Extract Key from Seed Phrase

Any of the following tools can also extract a key from any BIP39 12 word seed phrase.

* **Ian Coleman BIP39 tool** (open source) <https://iancoleman.io/bip39/>
* **Ian Coleman BIP39 tool** **offline** (open source) <https://github.com/iancoleman/bip39>
* **Libre key tool (open source) online or offline** <https://github.com/bensig/libre-key-tool>
* **Bitcoin Libre Seed to Key Converter** (open source) <https://github.com/salimcansatici/Bitcoin-Libre-Seed-to-Key-Converter>

### **Generate Key**

Simple and secure ways to generate a key to use with Anchor or cleos wallets.

* [Anchor Wallet](https://docs.libre.org/libre-docs/accounts-and-wallets/anchor-wallet)
* [Ledger](https://docs.libre.org/libre-docs/accounts-and-wallets/ledger-hardware-wallet) Hardware Wallet

To create a new account using your key - go to <https://accounts.libre.org>

If you created a seed phrase, you can easily import it into [Bitcoin Libre](https://docs.libre.org/libre-docs/accounts-and-wallets/bitcoin-libre-wallet)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.libre.org/libre-docs/accounts-and-wallets/libre-account-names/cryptographic-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
