[GH-ISSUE #326] Password Recovery not working with Internet Explorer on Windows 8+ #155

Closed
opened 2026-02-27 15:49:07 +03:00 by kerem · 0 comments
Owner

Originally created by @Mrnikbobjeff on GitHub (Aug 13, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/326

In Windows 8 the default saving mechanism for Internet Explorer Passwords changed from the registry entry to the new Password Vault. Because this mechanism is only present in Windows 8 + , one would have to add a function which checks if the OS is Win8 or newer and then executes the adequate retrieval function. A link to the Password Vault technology from Microsoft: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465069.aspx

Originally created by @Mrnikbobjeff on GitHub (Aug 13, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/326 In Windows 8 the default saving mechanism for Internet Explorer Passwords changed from the registry entry to the new Password Vault. Because this mechanism is only present in Windows 8 + , one would have to add a function which checks if the OS is Win8 or newer and then executes the adequate retrieval function. A link to the Password Vault technology from Microsoft: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh465069.aspx
kerem 2026-02-27 15:49:07 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#155
No description provided.