Stuck at decrypting key #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/relay-manager#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whenever I run this, no matter what I do, the program halts at
github.com/mikedilger/relay-manager@6e49568228/src/signer.rs (L27)forever.Maybe your encrypted private key uses a very high parameter for it's scrypt value?
I think the scrypt code is compiled with opt=3 even if you compile relay-manager in debug mode (based on the Cargo.toml in nostr-types), but if I'm wrong that could be an issue too.
No, my private key doesn't take more than a second to decrypt anywhere, there must something else going on.
Does it prompt you for a password? Do you enter a password? Or are you running it from a script?
Yes, it prompted me and I entered it.