-
-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest release spins CPU #493
Comments
Can confirm this. Decrypting a small textfile with one line takes up to 5 minutes. I traced this down to this: Line 163 in 8e3f74c
|
Interesting, I don't think we changed anything related to scrypt in this release. Did you maybe update the Go version at the same time? What happens if you build age v1.1.1 with an older version of Go? |
I did a few tests yesterday, I downgraded the crypto package a few times. The problem stayed the same and was reproducible. Currently, I am not suffering from this problem any more, because I did a sysupgrade and rebooted my system. 😮 I will try a different go version once it reappears. |
Huh! If anyone else can reproduce it, I would love to get the binary and |
On Void Linux musl,
age
1.1.1 infinitely spins CPU when using password encryption.The text was updated successfully, but these errors were encountered: