Sam Atinksonsamatinkson.hashnode.dev·Aug 29, 2024How to Test Biometric Authentication on Mobile Apps?Introduction Smartphones have evolved significantly since their debut in the 2000s, transforming into powerful computing devices. With enhanced features such as advanced GPUs for gaming and sophisticated instrumentation, they present a unique set of ...Discussbiometrics
Enoch Rathodenochrathod.hashnode.dev·Apr 8, 2024Biometric Authentication with Cryptographic in Jetpack ComposeOne method of protecting sensitive information or premium content within your app is to request biometric authentication, such as using face recognition or fingerprint recognition. If we talk about authentication, android has divided it into 3 classe...Discuss·88 readsAndroid
iDigiSol Webidigisolweb.hashnode.dev·Feb 20, 2024Building A Secure Biometric Login App With FlutterIn today’s digital age, security is of utmost importance, especially when it comes to sensitive data and personal information. Biometric authentication has become increasingly popular for its convenience and enhanced security. In this tutorial, we’ll...Discussfluttter
SuperTokenssupertokens.hashnode.dev·Jan 19, 2024The Multifaceted Benefits of Multi-Factor AuthenticationIn 2022, over 80% of data breaches were attributed to compromised passwords. Although email-password based authentication has become the de facto method for authentication, it is very vulnerable to attacks. Through phishing, keylogging or simple brut...DiscussFIDO
Miguel Treviñodevblog.verifik.co·Oct 5, 2023Dive into Advanced Biometrics with Our API in Just 5 Minutes!Revolutionizing Security in Latin America with Biometrics: The Power of API In the ever-evolving digital landscape of Latin America, businesses are seeking innovative ways to interact with their customer base. A significant trend has been the rise of...DiscussAI
Jacob Omukagajacethecoder.hashnode.dev·Jun 15, 2023Biometric Authentication in Network SecurityIntroduction In an era of increasing cybersecurity threats, traditional methods of authentication such as passwords and PINs have proven to be vulnerable. As a result, there has been a growing interest in biometric authentication as a more secure and...Discuss·34 readsbiometrics
Software Architect Insightsmrizki.hashnode.dev·Feb 2, 2023What is Access ControlIntroduction to Access Control This article provides an overview of access control, including its definition, importance, goals, and types of models. It then goes into detail about the four main access control models: RBAC, DAC, MAC, and DMAC, compa...Discuss·42 readsCybersecurity Basicrbac
Anna PoblettsforPassage.id Team Blogpassageid.hashnode.dev·Aug 8, 20224 Misconceptions about BiometricsWhen you think of biometrics, you might think of something out of a spy movie, where the vault needs a fingerprint or eye scan to open, and wonder how realistic that really is. Or maybe you wonder about the privacy implications of using your face or ...Discuss·39 readsauthentication
Quantum Mobquantummob.hashnode.dev·Jul 5, 2022Implementing a Biometrics Hook in React NativeBiometrics is a must-have for any React Native app. Users expect to be able to authenticate with your app using all the methods offered by their device. There are several great npm libraries that make integrating biometrics into your React Native app...Discuss·29 readstechnology
Medet Zhakupovmedet.hashnode.dev·Feb 25, 2022AndroidX Biometrics library integration tips after using it on production for 3 monthsDisclaimer: This post does not contain background information about biometrics on Android. If you need to quickly walk through the background information, here is the great post about it. And it does not contain information on how to implement Androi...Discuss·117 readsAndroid