Kõik projektid
Echogate
Echogate is your entry point into the wired. Strong biometric authentication and encrypted access. Use your voice or any other method to log in.
Projekti tehniline kirjeldus on inglise keeles.
Iseseisev projekt
Minu panus
I built the Python application and its authentication interface, exploring voice and other biometric access methods.
Kuidas ma töötasin
- Connected the authentication flow to a desktop interface and kept the project focused on alternative ways to access a system.
- Treated biometric behavior as an implementation area to test, rather than a reason to promise universal security.
Teostuse eelvaade
- Authentication input
- Verification logic
- Access decision
Mis see on
Voice and biometric authentication gateway. The repo is small (39KB) because it is a concept and reference implementation. The interesting parts are the auth flow and the crypto plumbing, not the UI. Repo only, no demo.
Funktsioonid
- Biometric auth as the primary credential
- Encrypted session token flow
- Pluggable auth methods (voice, fingerprint, MFA)
Tehnoloogiad
Kuidas jooksutada
git clone https://github.com/AG064/echogate.git
cd echogate
pip install -r requirements.txt
python main.py