Replies: 2 comments 1 reply
-
Hi, Interesting project! Would love to learn more about how it works. Keep us posted with the progress on this! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Here is the video demo for the acoustic authentication system: https://youtu.be/Th2S27lk85k |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Georgi
To begin, I'd like to remark that your work is incredible; there are very little
open-source data over sound libraries available.
I've adopted your technique into my project, and here are the connections to the transmitter and receiver sides of my web-based acoustic authentication system. When I'm finished, I'll export everything and upload it to GitHub so that anyone interested in seeing the code may do so easily.
The aim was to replace the modern MFA authentication methods with acoustic authentication, Instead of using an OTP from an SMS/Email, the code is collected from the database and played from the transmitter, and the receiver collects it and verifies if the two codes are the same depending on the currently signed-in user. I also created a script that tracks failed login attempts and suspends the account if a particular number of failed attempts are made until the user reaches the recovery phase, at which point the user should contact the administrator.
Integration includes the use of PHP, JavaScript, HTML, CSS.
The links below have been updated as the new domain was used
-Video: https://www.youtube.com/watch?v=Th2S27lk85k&ab_channel=ChannelK
Below are the images and the video demo link is attached.
![3 attempts locked](https://user-images.githu
busercontent.com/58569721/144077053-5724bb89-e922-43cd-a310-f7bbae13d3d8.PNG)
Video Demo: https://www.youtube.com/watch?v=Th2S27lk85k&ab_channel=ChannelK
Beta Was this translation helpful? Give feedback.
All reactions