# Private Key Management

LDK provides a default implementation for key management, but you can choose to provide private keys to LDK in any way you wish following a simple API. LDK even supports a generic API for signing transactions, allowing you to run LDK without any private keys in memory and/or putting private keys only on hardware wallets.

While LDK's default implementation is currently located within the rust-lightning crate, it is still considered a sample module.

LDK's KeysManager docs (opens new window).

Last Updated: 10/21/2024, 9:28:31 PM