Stuck at decrypting key #5

Open
opened 2024-07-10 07:53:40 +12:00 by fiatjaf · 4 comments
fiatjaf commented 2024-07-10 07:53:40 +12:00 (Migrated from github.com)

Whenever I run this, no matter what I do, the program halts at github.com/mikedilger/relay-manager@6e49568228/src/signer.rs (L27) forever.

Whenever I run this, no matter what I do, the program halts at https://github.com/mikedilger/relay-manager/blob/6e49568228a663b5935f570790a28c4eef436243/src/signer.rs#L27 forever.
mikedilger commented 2024-07-10 09:14:08 +12:00 (Migrated from github.com)

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.

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.
fiatjaf commented 2024-07-10 11:45:41 +12:00 (Migrated from github.com)

No, my private key doesn't take more than a second to decrypt anywhere, there must something else going on.

No, my private key doesn't take more than a second to decrypt anywhere, there must something else going on.
mikedilger commented 2024-07-10 13:58:52 +12:00 (Migrated from github.com)

Does it prompt you for a password? Do you enter a password? Or are you running it from a script?

Does it prompt you for a password? Do you enter a password? Or are you running it from a script?
fiatjaf commented 2024-07-10 23:58:36 +12:00 (Migrated from github.com)

Yes, it prompted me and I entered it.

Yes, it prompted me and I entered it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/relay-manager#5
No description provided.