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

Decrypt credentials only once #29

Closed
alxndr13 opened this issue Jun 12, 2023 · 0 comments · Fixed by #91
Closed

Decrypt credentials only once #29

alxndr13 opened this issue Jun 12, 2023 · 0 comments · Fixed by #91

Comments

@alxndr13
Copy link
Contributor

Currently the encrypted credentials file is separately decrypted for each configured calendar (aka. twice). The used encryption aims for a key expansion duration of 5 seconds, such that retrieving the locally stored credentials takes a total of a bout 10 seconds. By loading and decryption the credentials only once, it would be possible to reduce that delay to 5 seconds.

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

Successfully merging a pull request may close this issue.

1 participant