-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfc6fb0
commit 6fdd727
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
|
||
# windows-Credential-Provider-library | ||
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10. | ||
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows 7 up to version 10. | ||
### v0.1 | ||
# Links to CP code examples | ||
### On GitHub | ||
- [Windows 8 & 8.1 Sample by Microsoft](https://github.com/Microsoft/Windows-classic-samples/tree/master/Samples/CredentialProvider)`Start from here - if you have knowledge` | ||
- [Windows 7 Samples by Microsoft in one link](https://github.com/Microsoft/Windows-classic-samples/tree/3e987d98a074051dc9cd5c87431d162035f69a24/Samples/Win7Samples/security/credentialproviders) | ||
- [pGina](https://github.com/pgina/pgina)`Start from here - if you want to quick implement without to realy know whats going on. ` | ||
- [MultiOneTimePassword](https://github.com/LastSquirrelIT/MultiOneTimePassword-CredentialProvider) | ||
- [multiOTPCredentialProvider](https://github.com/multiOTP/multiOTPCredentialProvider) | ||
- [MultiotpCPV2RDP](https://github.com/arcadejust/MultiotpCPV2RDP) | ||
- [multiOTP open source](https://github.com/multiOTP/multiotp) | ||
- [dxlogin](https://github.com/jwtab/dxlogin) `I recommand to look into this one for is well docommanded CP` | ||
### Links from the web for download / view | ||
- [https://blogs.technet.microsoft.com/aho/2009/11/14/custom-credential-provider-for-password-reset/](https://blogs.technet.microsoft.com/aho/2009/11/14/custom-credential-provider-for-password-reset/) | ||
- [https://www.microsoft.com/en-us/download/details.aspx?id=4057](https://www.microsoft.com/en-us/download/details.aspx?id=4057) | ||
- [https://code.msdn.microsoft.com/windowsapps/V2-Credential-Provider-7549a730](https://code.msdn.microsoft.com/windowsapps/V2-Credential-Provider-7549a730)`its the same one as the windows 8 from above but without the update's.` | ||
- [Signature-based User Authentication ***PDF***](https://is.cuni.cz/webapps/zzp/download/120183949)`very useful` |