NathanCastle / BootShellCredentialProvider

Windows 10 Credential Provider intended to simplify the process of logging directly into alternative shells to Windows Explorer.
MIT License
785 stars 43 forks source link

Is the Credential Provider have to use the Windows password? #7

Open trac3me opened 4 years ago

trac3me commented 4 years ago

Hello there, great product: I am using CredentialProvider to develop my custom login method,After my research,the Credential Provider seems to require the user's original Windows password. my question is : Is the Credential Provider have to know the original Windows password, and pass it to the operating system for verification, Otherwise the user cannot log in successfully?