https://github.com/decipher2k/fingerprintauthotp
A cloud based 2FA (OTP) and STP solution using Android and Windows. Login to Windows using your Android fingerprint sensor.
https://github.com/decipher2k/fingerprintauthotp
Last synced: about 1 year ago
JSON representation
A cloud based 2FA (OTP) and STP solution using Android and Windows. Login to Windows using your Android fingerprint sensor.
- Host: GitHub
- URL: https://github.com/decipher2k/fingerprintauthotp
- Owner: decipher2k
- License: gpl-3.0
- Created: 2020-08-15T17:51:32.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-08-30T09:38:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T23:39:42.829Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 52.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FingerprintAuth
A cloud based 2FA, Webpassword and Windows Logon solution using Android and Windows.
Select the account in the overview of the android app, authenticate with your fingerprint, and the password will be entered on your PC (which will have to have the client app running).
Currently supportet login types:
-2FA (OTP)
-Windows Logon using password
-Typing in the password (Weblogin etc.)
Please Note:
You will need the app from github under "Releases" (install.bat will install all files from \redist, which is the credential provider for windows logons as well as the client app and a registry key) and the Android app from the repository
ToDo:
-fix mockups like "ERR"
-split the servercode into classes
-implement sha256 for password hashes
Error fixes:
-run the following command from an admin command prompt:
c:\windows\syswow64\regasmcpy.bat c:\windows\syswow64\CredNet.dll
-run \redist\install.reg manually