You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: