mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #466] Before viewing or exporting passwords, require for Windows hello verification. #3287
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VShawn on GitHub (Jul 30, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/466
Originally assigned to: @VShawn on GitHub.
Discussed in https://github.com/1Remote/1Remote/discussions/464
Before viewing plain text passwords or exporting passwords in plain text to json, it is require Windows Hello authentication (if supported by the system).
Note that this ticket does not involve secondary encryption of passwords, and if the database or memory is physically copied, password theft can still occur.
@VShawn commented on GitHub (Jul 30, 2023):
Feasibility experiment demo has been completed: https://github.com/VShawn/WpfWindowsHelloLoginApp
@VShawn commented on GitHub (Aug 10, 2023):
I trying to use Windows Api
CredUIPromptForWindowsCredentialsinstead ofMicrosoft.Windows.SDK.NET.dll.works with win10
fail on win11.
@bokkoman commented on GitHub (Aug 10, 2023):
Needs W11 support.
@VShawn commented on GitHub (Aug 11, 2023):
it do support:)
@majkinetor commented on GitHub (Aug 11, 2023):
I don't want this, now I can't see password nor I can export. I am blocked now.
This is Windows 10.
This feature absolutelly needs to prevent otucomes like this one. It should at least revert to OS password as it is probably a safe bet.
Feature should be diasbled by default. When enabling, you should confirm it works by asking it the very same as with password. You should also ask on disabling it later. This will prevent enabling the feature and not being able to disable it if it doesn't work.
@VShawn commented on GitHub (Aug 13, 2023):
The task of importing Windows Hello has been completed. The remaining work needs to be carried out after I finish testing the Windows API, which will be handled as another ticket.
@bokkoman commented on GitHub (Aug 15, 2023):
Which ticket will this be? So i can follow it :)
@VShawn commented on GitHub (Aug 15, 2023):
@bokkoman
https://github.com/1Remote/1Remote/issues/484