Join Nostr
2025-02-13 21:28:46 UTC
in reply to

Yuki Kishimoto on Nostr: ```python from nostr_sdk import EncryptedSecretKey encrypted = ...

```python
from nostr_sdk import EncryptedSecretKey

encrypted = EncryptedSecretKey.from_bech32("ncryptsec...")
secret_key = encrypted.to_secret_key("<password>")
```