Skip to content

ErshovSergey/CredentialProviders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totp Credential Provider

The Totp Credential Provider adds a two step authentication to windows logon. The one time code can be generated by using android application provided (final/WinOtpCred.apk).The implementation is based on RFC 6238.

Install/Uninstall

copy OtpCredentialProvider.dll to the System32 directory and run Register.reg from an elevated command prompt.The credential should appear the next time a logon is invoked (such as when switching users). To uninstall just run Unregister.reg from the elevated prompt.

About

Credential Providers windows vista/7

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.2%
  • C++ 31.3%
  • Other 0.5%