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
As pointed out by @TrickyTroll, university credentials (IDUL & password) are stored in Chrome's local storage, which is an unencrypted storage location and can potentially be read by a malicious application which has access to Chrome's files, without privilege escalation. However, Chrome doesn't seem to provide obvious alternatives to allow for safe data storage, for example, by using an OS system call that encrypts/decrypts data safely (I might be wrong though).
Here are some ideas of potential solutions:
Stop storing credentials and use Chrome's already existing password manager in conjunction with an auto-click mechanism that clicks on the "login" button after the auto-fill
As pointed out by @TrickyTroll, university credentials (IDUL & password) are stored in Chrome's local storage, which is an unencrypted storage location and can potentially be read by a malicious application which has access to Chrome's files, without privilege escalation. However, Chrome doesn't seem to provide obvious alternatives to allow for safe data storage, for example, by using an OS system call that encrypts/decrypts data safely (I might be wrong though).
Here are some ideas of potential solutions:
If you have any other idea, I'm all ears!
Sources:
"Confidential user information should not be stored! The storage area isn't encrypted." https://developer.chrome.com/docs/extensions/reference/storage/
The text was updated successfully, but these errors were encountered: