Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWeiss2 authored Apr 29, 2018
1 parent cfc6fb0 commit 6fdd727
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
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`

0 comments on commit 6fdd727

Please sign in to comment.