Skip to content

GUI Performance issue with decrypting large encrypted armored files #28

@grempe

Description

@grempe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions