
Geschlossen
Veröffentlicht
Bezahlt bei Lieferung
I have a working ASP.NET (VB.NET) + SQL face-recognition attendance portal that already checks for basic liveness by asking the user to say “Hi” while their mouth movement is tracked. The weakness is that a pre-recorded video of the real user passing that prompt can still fool the system. I now want to harden the liveness layer with a random-phrase verification challenge. On each login the application should show or speak a short, unpredictable phrase, capture the user’s response in real time, and confirm—through synchronized audio–video analysis—that the words were truly spoken live by the person whose face is being matched. No stored photo, looping clip, or deepfake should get through. Key goals • Generate and render fresh phrases every attempt, drawing from a configurable list. • Detect accurate lip-sync and timing, not just audio similarity. • Hook directly into my existing VB.NET codebase and SQL user tables with minimal architectural change. • Return a clear pass/fail flag so the current attendance logic remains untouched. Acceptance criteria 1. Demonstrable defeat of static images and replayed videos during testing. 2. Source code and comments in VB.NET, plus any helper libraries (e.g., OpenCV, MediaPipe, Azure Cognitive Services) properly referenced. 3. Simple setup guide so I can build, deploy, and tweak the phrase list myself. If you have ideas for extra safeguards—like random head-movements or an optional MFA step—I’m open to discussing them once the core random-phrase check is solid.
Projekt-ID: 40261957
41 Vorschläge
Remote Projekt
Aktiv vor 3 Tagen
Legen Sie Ihr Budget und Ihren Zeitrahmen fest
Für Ihre Arbeit bezahlt werden
Skizzieren Sie Ihren Vorschlag
Sie können sich kostenlos anmelden und auf Aufträge bieten
41 Freelancer bieten im Durchschnitt $148 USD für diesen Auftrag

Hello! I understand your current ASP.NET (VB.NET) + SQL attendance system already performs basic liveness, but replayed videos can still bypass it. You now need a stronger random-phrase challenge with synchronized audio–video verification that integrates cleanly into your existing codebase. Here’s how I’d approach it: Core Upgrade Strategy • Random phrase generator from configurable SQL-backed list • Text-to-speech playback (or on-screen prompt) per attempt • Real-time webcam + mic capture • Audio transcription using Azure Speech SDK (or local model) • Lip movement + viseme timing analysis via MediaPipe / OpenCV • Correlate spoken phonemes with detected mouth shapes and timing • Reject static images, replayed clips, and mismatched lip-sync Integration Plan • Encapsulate logic in a VB.NET-compatible service class • Minimal change to existing attendance logic • Return simple Boolean pass/fail flag • Store attempt logs for audit Optional Enhancements • Random head movement prompt (turn left, blink twice) • Frame-depth checks to detect screen replay • Optional OTP-based MFA fallback Deliverables • VB.NET source code with comments • Referenced helper libraries configured • SQL phrase list schema • Setup and deployment guide Let’s open the chat and review your current liveness implementation so I can align integration precisely. Best regards, Jasmin
$140 USD in 7 Tagen
8,2
8,2

Are you capturing video/audio fully in browser now? Is your current mouth tracking OpenCV based? Do you already store face embeddings in SQL? I’ve done similar automation work before. The current “say Hi” works, but since it’s predictable, a replay can pass. So we just make the prompt unpredictable and tie audio + lip timing to that session. On each login the server generates a short random phrase from SQL (no recent repeats). Phrase ID + session token stored before recording starts. Browser captures live video + mic (WebRTC). Audio is checked using Azure Speech for word timestamps. Video frames go through MediaPipe FaceMesh for lip landmarks. Then I compare spoken word timing with lip movement timing inside a small tolerance window. If timing doesn’t match → fail. Replayed videos usually drift here. I’ll also add: – 10 second max response window – simple head-turn prompt in middle of phrase – basic depth check using landmark Z values – session nonce so old recordings can’t be reused – replay attempt logging in SQL – configurable phrase table (you can edit anytime) Everything plugs into VB.NET. I return a simple pass/fail boolean. Attendance logic untouched. Setup steps included. No big architectural change. Strict sync mode or balanced tolerance?
$140 USD in 7 Tagen
8,1
8,1

SURE--I will help you Advanced Face Liveness Upgrade it's aligned with my expertise ------------------I am highly proficient to work on this project . I am Passionate ASP.NET/VB.NET Full stack developer having rich experience with all the latest technologies with so many successful Tasks. I have some queries to give you accurate time and price Please ping me to get started and provide you great results. Thanks
$250 USD in 4 Tagen
7,2
7,2

Hello, Hope you are doing well! I am a .NET developer with strong expertise in building secure, scalable, and high-performance applications. I work with both frontend & backend frameworks to deliver end-to-end solutions using modern Microsoft technologies. What I Can Deliver: 1. Full backend development using .NET Core 2. Secure & scalable RESTful APIs 3. Enterprise web applications with MVC or Razor Pages 4. Fully optimized SQL Server databases 5. Payment gateway / third-party API integrations 6. Role-based authentication & authorization 7. Admin dashboards, CRUD operations, reporting modules 8. Microservices architecture (if required) 9. Application maintenance & bug fixing 10. Cloud deployment (Azure App Services / AWS) Why Choose Me: 1. Clean, maintainable & scalable code 2. Strong problem-solving & debugging skills 3. On-time delivery with proper documentation 4. Experience in enterprise-level systems 5. Strong communication & requirement understanding Let's Get Started Share your requirements or a sample/reference website — I will provide: 1. Best approach 2. Timeline 3. Cost estimate Looking forward to working with you!
$100 USD in 7 Tagen
5,6
5,6

Hi, there, I specialize in VB.NET, Microsoft SQL Server, and ASP.NET, with a focus on enhancing security measures for face recognition systems. With hands-on experience in developing robust solutions, I am excited about the opportunity to upgrade your face liveness layer effectively. ✅ Leveraging my expertise, I will enhance the liveness layer by introducing a random-phrase verification challenge to ensure real-time authentication alongside face matching. ✅ I will integrate a dynamic phrase generation system that presents unpredictable phrases, strengthening the liveness detection mechanism. ✅ By implementing advanced lip-sync and timing analysis, I will verify the authenticity of spoken phrases, mitigating risks associated with pre-recorded content. ✅ Seamlessly integrating into your existing VB.NET codebase and SQL user tables, I will ensure minimal architectural changes while maintaining the integrity of your attendance logic. ✅ The solution will deliver a definitive pass/fail outcome, safeguarding against stored photos, looping clips, and deepfake manipulations. I look forward to working with you. Best Regards. Brayan
$200 USD in 3 Tagen
4,6
4,6

Hello [ClientFirstName], I hope you are doing well. I’m a software engineer focused on .NET (ASP.NET and VB.NET) and real‑time identity workflows. I align security hardening with seamless user experiences, keeping architecture changes minimal and code changes targeted to the liveness layer. I’ve built live‑verification features for VB.NET apps that combine synchronized audio‑video analysis with dynamic challenge phrases, integrated directly into SQL user tables and existing auth flows. I’ve used toolsets like OpenCV and AI services to validate lip‑sync, timing, and real‑time response, ensuring no static image or replay works while preserving the current attendance logic. I can implement fresh, configurable phrases, robust lip‑sync checks, and a clean VB.NET integration path so you get a clear pass/fail result without touching the rest of your system. I’ll provide clear comments, a simple setup guide, and optional safeguards for later extension. Please feel free to contact me so we can discuss more details. Best regards,
$250 USD in 5 Tagen
4,6
4,6

Hi, Your attention to reinforcing face liveness verification reveals a clear aim to stop deepfake and replay attacks cold. With extensive experience in VB.NET and SQL integration, plus real-time media processing, I’m confident in elevating your current ASP.NET portal with a robust, randomized phrase challenge. I will ensure fresh phrases are generated per login, perfectly synchronized for lip-sync and audio analysis, using trusted tools like OpenCV or MediaPipe, seamlessly hooking into your existing code and database. I’ve shared an initial estimate based on your description, and once we go over a few technical or functional details, I’ll confirm the exact cost and delivery schedule. I’m ready to deliver a clear pass/fail result without disturbing your attendance logic and provide a thorough setup guide to empower your tweaks. Could you share details on your current hosting environment and whether you have any preferences for on-premises versus cloud deployment for this liveness upgrade? Thanks, Asad
$95 USD in 5 Tagen
4,5
4,5

Your current mouth-movement check is vulnerable precisely because it's predictable—a single repeated prompt lets an attacker pre-record a passing clip. I'll solve this by integrating a random-phrase challenge engine directly into your VB.NET/ASP.NET pipeline: on each login, a phrase is pulled from your configurable SQL table, displayed to the user, and validated through synchronized MediaPipe lip-landmark tracking plus Azure Speech-to-Text transcription, ensuring the spoken words match the prompt with correct timing and facial motion. The module returns a simple pass/fail flag, so your existing attendance logic stays untouched. I can also add optional random head-turn challenges for an extra anti-deepfake layer. Ready to start immediately—let's harden this system.
$30 USD in 1 Tag
1,0
1,0

Hello, I will enhance your face-recognition attendance portal by implementing a robust random-phrase verification challenge. The goal is to ensure that only live users can pass the authentication, effectively defeating replay attacks. With over 8 years of experience in developing secure authentication systems, I’ve successfully integrated advanced liveness detection in similar applications. I’ll hook into your existing VB.NET codebase to generate and render fresh phrases, utilizing libraries like OpenCV and Azure Cognitive Services for real-time audio-video analysis. This will ensure accurate lip-sync and timing, returning a clear pass/fail flag without altering your current attendance logic. To align with your requirements, I’d like to clarify: 1. What is your preferred method for generating the random phrases? 2. Are there any specific performance benchmarks you’d like to achieve during testing? 3. Do you have existing user data that needs to be integrated into this new verification process? I’m ready to start immediately and will provide a comprehensive setup guide, along with well-documented source code, to ensure you can manage and tweak the phrase list easily. Let’s secure your system effectively.
$30 USD in 7 Tagen
1,0
1,0

You’re looking to upgrade your existing ASP.NET (VB.NET) face-recognition attendance portal by adding a robust random-phrase verification that defeats replay attacks with synchronized audio-video analysis. I understand you want fresh phrases generated each login, integrated directly into your current VB.NET and SQL setup, with a clear pass/fail output to keep your attendance logic intact. With over 15 years in software development and more than 200 projects completed, I specialize in ASP.NET and Microsoft SQL Server environments. My experience includes enhancing security features and integrating complex verification workflows into legacy VB.NET codebases, ensuring minimal disruption to existing architecture. I will implement a dynamic phrase generation system tied to your configurable list, using precise lip-sync and timing checks to verify live speech against the matched face. The integration will hook seamlessly into your SQL user tables, maintaining your current attendance flow. I estimate this can be delivered within a week, including full commented source code and a straightforward setup guide. Let’s discuss the details so I can tailor the solution exactly to your needs.
$33 USD in 7 Tagen
0,7
0,7

Hello, I will enhance your face-recognition attendance portal by implementing a random-phrase verification challenge. This will ensure genuine liveness detection, preventing static images or video loops from bypassing your system. I have extensive experience with similar biometric authentication systems. My work includes integrating real-time audio-video analysis in security applications using VB.NET and SQL. **Implementation Approach:** - Integrate a phrase generator pulling from a configurable list. - Utilize real-time audio-video synchronization for lip-sync and timing verification. - Hook into your existing VB.NET codebase with minimal disruption. - Return a clear pass/fail flag to maintain current attendance logic. - Test extensively to defeat static images and replayed videos. **Questions:** - What criteria will you use to configure the phrase list? - Are there specific user experience considerations for the audio prompts? - What is the expected user volume to plan for scalability? I am ready to start immediately and ensure robust and reliable liveness detection for your application.
$30 USD in 7 Tagen
0,0
0,0

Hello, I appreciate the opportunity to present our case for your Face Liveness Upgrade project. Our experience as a leading service provider in Pakistan encompasses a wide array of web development and design services, including my expertise in Microsoft SQL Server, which is essential for hooking into your existing VB.NET code and SQL user tables with minimal architectural change. This seamless integration guarantees we can reinforce your Attendance Portal without disrupting its current logic. In terms of defeating static images and replayed videos, our team is both aware of and seasoned in leveraging technologies such as OpenCV, MediaPipe, and Azure Cognitive Services. By making use of these tools, we not only foster lip-sync accuracy but also detect precise timing differences. These are key aspects needed to ensure effective real-time phrase capture, authentication, and verification. Moreover, I believe the 'extra safeguards' you mentioned are crucial in reinforcing this project's integrity. Our technical proficiency extends to random head-movements for additional liveness checks and we are open to discussing optional Multi-Factor Authentication (MFA) steps. Further to our commitment in delivering quality solutions, we'll provide clear pass/fail flags and detailed VB.NET source code with proper referencing to all external libraries used. Also, we’ll make sure you have a simple setup guide empowering you with the ability to manage Thanks!
$130 USD in 3 Tagen
0,0
0,0

Hi there, I see your current ASP.NET + SQL face-recognition portal is vulnerable to replayed videos even though it checks for a spoken “Hi.” I’ve spent the last 7 years strengthening biometric and liveness systems, and I can upgrade your flow with a robust random-phrase challenge that synchronizes audio, lip motion, and timing to defeat pre-recorded clips. I’ll integrate real-time phrase generation, implement lip-sync validation using OpenCV or MediaPipe, and hook it cleanly into your VB.NET codebase with minimal architectural changes while keeping your attendance logic intact. I’ll also provide fully commented VB.NET code and a simple setup guide so you can manage your phrase list easily. Which part of your current liveness check is most important for you to preserve during the upgrade? Best regards, Generoso III
$180 USD in 2 Tagen
0,0
0,0

Hi there, I’m Ahmed from Eastvale, California — a Senior Full-Stack & AI Engineer with over 15 years of experience building high-quality web and mobile applications. After reviewing your job posting, I’m confident that my background and skill set make me an excellent fit for your project — Advanced Face Liveness Upgrade . I’ve successfully completed similar projects in the past, so you can expect reliable communication, clean and scalable code, and results delivered on time. I’m ready to get started right away and would love the opportunity to bring your vision to life. Looking forward to working with you. Best regards, Ahmed Hassan
$120 USD in 2 Tagen
0,0
0,0

Hello, I understand that you are looking to enhance the liveness verification process in your ASP.NET (VB.NET) + SQL face-recognition attendance portal to prevent pre-recorded videos from fooling the system. I appreciate your focus on security and accuracy in user authentication. To address this challenge, I propose implementing a random-phrase verification challenge that will require users to respond to unpredictable phrases in real-time. By incorporating synchronized audio-video analysis and detecting accurate lip-sync and timing, we can ensure that only live responses from the authenticated user are accepted. Key Goals: - Generate and render fresh phrases dynamically for each login attempt. - Implement robust detection mechanisms for lip-sync and timing. - Integrate seamlessly with your existing VB.NET codebase and SQL user tables. - Provide a clear pass/fail flag to maintain the current attendance logic. I have experience in developing secure authentication systems and will ensure that the enhanced liveness layer meets your requirements effectively. I look forward to discussing this project further and sharing relevant portfolio examples with you in a direct message. Kindly ping me there. I'd be happy to discuss your project further and answer any questions. Best regards,
$140 USD in 3 Tagen
0,0
0,0

Hello, I can assist right away. I understand the main goals and will ensure the final result that matches your expectations. I am an experienced and specialized freelancer with 5+ years of practical experience in ASP.NET. I have a few questions before we get started. Could you please send me a message in the chat? If you like my approach, please connect in chat. Looking forward, Dax Manning
$30 USD in 7 Tagen
0,0
0,0

Hi, I can definitely help implement this liveness upgrade. The main challenge with random phrase checks is ensuring audio synchronization does not create latency or client side timeouts. Are you planning to use Azure Speech Services for the recognition, or are you looking for a local model to avoid recurring API costs? Also, do you need the validation to run entirely client side before submission, or does the raw stream need to upload to the server for processing? I recently hardened a biometric module for a financial app facing similar deepfake and spoofing risks. I used OpenCV and MediaPipe to track lip movement against audio in real-time. I integrated this into an ASP.NET environment by creating a middleware that validates the liveness signal before the attendance logic processes the login. This approach reduced false acceptance rates while keeping your existing database schema and user management logic fully intact. I am eager to discuss how we can secure your attendance portal. Reach out to initiate a conversation!
$140 USD in 7 Tagen
0,0
0,0

Hi there! I see you’re looking to strengthen your face-recognition attendance portal with a robust liveness check to prevent replay attacks and deepfakes. Ensuring only a live person can pass verification is critical for secure attendance tracking. I have hands-on experience with ASP.NET (VB.NET), SQL, and integrating real-time audio-video analysis using OpenCV and MediaPipe. I’ve implemented random-phrase and lip-sync verification systems before and can hook new features directly into existing codebases with minimal disruption. I’ve also worked with Azure Cognitive Services for secure and reliable liveness detection. My approach will generate unpredictable phrases each login, perform synchronized lip-sync analysis, and return a clear pass/fail flag that integrates seamlessly with your current attendance logic. Extra safeguards like optional head-movement checks or MFA can also be layered in for enhanced security. Check our work https://www.freelancer.com/u/ayesha86664 Do you already have a phrase library, or should I design one that’s configurable for future expansion? Let me know if you’re interested & we can discuss it. Best Regards Ayesha
$140 USD in 5 Tagen
0,0
0,0

Hi, I hope you're doing well. I understand you're looking for Advanced Face Liveness Upgrade I am the ideal candidate for your project. I have read the provided job description and I understand what you are looking for. I have over 10+ years of experience ASP.NET, Microsoft SQL Server, VB.NET .Please feel free to further discuss the requirements and timeline for the project. I'd be happy to assist you. I am ready to start right now. ✅ No Upfront Payment ✅ Release Milestone After Completion ✅ 100% Project Completion Rate You can visit my Profile https://www.freelancer.com/u/HiraMahmood4072 Thank you
$100 USD in 2 Tagen
0,0
0,0

----------------------- ✅✅✅✅✅ Ready To Support You Fully ✅✅✅✅✅ ----------------------- I understand your current system already performs basic liveness (“say Hi” + mouth tracking), but replay attacks using pre-recorded videos can still bypass it. You now need a true dynamic, challenge-response liveness layer with synchronized audio–video verification. My approach: • Generate random phrases per login from a configurable SQL-backed list • Real-time audio capture + speech-to-text validation • Lip movement + phoneme timing alignment (MediaPipe/OpenCV integration) • Timestamp correlation to detect replay latency patterns • Return clean Pass/Fail flag to your existing VB.NET attendance logic Architecture will integrate directly into your ASP.NET (VB.NET) pipeline with minimal structural change. Optional enhancements: • Random head-turn challenge • Blink detection • Optional secondary MFA trigger Deliverables: Fully commented VB.NET code + setup guide + dependency documentation. Estimated timeline: 7–10 days Let’s make replay attacks impossible.
$140 USD in 7 Tagen
0,0
0,0

Sharjah, United Kingdom
Zahlungsmethode verifiziert
Mitglied seit Aug. 9, 2006
$30-250 USD
$30-250 USD
$30-250 USD
$30-250 USD
$30-250 USD
$30-250 USD
₹1500-12500 INR
£18-36 GBP / Stunde
₹50000-60000 INR
€250-750 EUR
$30-250 AUD
₹1500-12500 INR
₹600-1500 INR
₹100-400 INR / Stunde
$3000-5000 USD
£750-1500 GBP
₹1250-2500 INR / Stunde
€250-750 EUR
$30-250 AUD
$250-750 USD
₹1500-12500 INR
$25-50 USD / Stunde
$250-750 USD
$250-750 USD
$35-60 AUD / Stunde