Skip to content
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

GUI Performance issue with decrypting large encrypted armored files #28

Open
grempe opened this issue Jul 31, 2020 · 0 comments
Open

GUI Performance issue with decrypting large encrypted armored files #28

grempe opened this issue Jul 31, 2020 · 0 comments

Comments

@grempe
Copy link

grempe commented Jul 31, 2020

Decrypting a large armored encrypted file using the CLI is fast.

CLI 233 ms

❯ ls -la testing.jpg.enc
-rw-r--r--@ 1 glenn  staff  166221 Jul 31 12:08 testing.jpg.enc

❯ time keys decrypt -in testing.jpg.enc -out foo.jpg
file already exists /Users/glenn/Desktop/foo.jpg
keys decrypt -in testing.jpg.enc -out foo.jpg  0.11s user 0.06s system 74% cpu 0.233 total

However, pasting that same file into the GUI decrypt text field takes approximately 5 seconds for decryption to happen and any output to show in the output field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant