CSE / 60537: Biometrics

Size: px
Start display at page:

Download "CSE / 60537: Biometrics"

Transcription

1 CSE / 60537: Biometrics * ** * * ** * * Template Protection 3 62

2 The Course Instructor Feedback (CIF) survey window for biometrics opens tomorrow December 1st - 13th How'm I doin'? 63

3 TOP 10 Biometrics PET Requirements 64

4 TOP 10 Biometrics PET Requirements 1. Follow a defense in depth approach 2. Data transmitted outside the system, except during enrollment, should not be suitable for cross-matching/linking 3. It should not be possible for two users to authenticate against the same token with frequency higher than the FMR 4. The unit and the central authority mutually authenticate on both the unit level and the biometric-matching level 5. Helper data/keys cannot be used to compromise biometric data 65

5 TOP 10 Biometrics PET Requirements 6. Multiple enrollments cannot be combined to recover effective biometric data 7. Should allow only 1-1 or 1-few matching except for duplicate enrollment detection. 8. The user should control the usage of their templates 9. The biotoken should be revocable and different on each transmission! 10. Algorithms must be openly described, and subjected to 3rd party review 66

6 Security Basics for Template Protection

7 Template Protection as a Solution Protect the Privacy and Security of the Biometric Features Revoke and re-issue biometric templates like a password or credit card # Match in an encoded space Prevent linking across databases (solve the biometric dilemma) Prevent the doppelganger attack (multi-factors) Getting this right has been much more challenging than we first thought. Fabian Monrose

8 Lots of stuff out there! Biometric Encryption Non-invertible Transforms BioHashing Robust Hashing Fuzzy Vaults Fuzzy Commitment How do they work? How well do they work? How secure are they? Fuzzy Extractors Revocable Biotokens Hybrid Combinations

9 General Categories Straight feature protection Key-generating Key-binding A. Jain, K. Nandakumar and A. Nagar, Biometric Template Security, in EURASIP Journal on Advances in Signal Processing, Special Issue on Biometrics, 2008

10 Straight Feature Protection Simply protect the original biometric features using some transformation that allows matching in encoded space Enrollment Transform Secure Enrollment Template Match? Verification Transform Dynamic Verification Template

11 Key-binding Biometric cryptosystem that binds key data with the biometric data Enrollment Secure Enrollment Template Yes Release Secret Key Match? Verification

12 Key-generating Biometric cryptosystem that derives a key from the biometric data Key Gen. or Hashing Alg. Enrollment Key/Hash Enrollment Match? Verification Key Gen. or Hashing Alg. Verification Key/Hash

13 Attacks Against Secure Template Protection Technologies Basic Brute Force Correlation Attack* Known Key Attack* Substitution Attacks* Decodability Attack Doppelganger Attack Hill Climbing *W. Scheirer and T. Boult, Cracking Fuzzy Vaults and Biometric Encryption, in Proc. of the 2007 Biometrics Symposium

14 Basic Brute Force Attacker tries every possible bit combination till they guess the correct original feature data or key Need a way to test each bit combo Bit Combos Attacker

15 Correlation Attack X 1 X 2 X n Enrollment F 1 (κ 1 ) F 2 (κ 2 ) F n (κ n ) Stolen X and κ 1.. κ n Attacker

16 Known Key Attack Stolen X Attacker F(κ) Key κ is used by owner and obtained by attacker Database

17 Substitution Attacks How difficult will it be to break into a folder containing biometric signatures and replace them with an attacker's biometric signature so that the attacker can get in with his/her own signature easily? * X A, κ A Attacker new key - traditional or blended attack User F(κ A ) Database X U, κ U F(κ U ) & F(κ A ) X A, κ U Insider/SKI Attacker knows κ U - insidious attack F(κ U ) *Avinash Kadam, MIEL e-security, The Memory Game, Information Week, July 29 th, 2011

18 Decodability Attack Exploit available information to link across databases Assume a template W contains helper data H and biometric data X: W 1 = H 1 X 1 ; W 2 = H 2 X 2 If W 1 W 2 is decodable, the two templates are probably derived from the same person F. Carter and A. Stoianov, Implications of Biometric Encryption on Wide Spread Use of Biometrics, EBF Biometric Encryption Seminar, June 2008.

19 The Doppelganger Threat If the FAR is 1 in X, then an attacker can try more than X different prints Lots of public data available! Fingerprint: NIST DB 14, NIST DB 29, FVC 2002, FVC 2004 Face: MBGC, FRGC, FVT, FERET Think of this as a biometric dictionary attack

20 Information Theoretical Security Analysis vs. Practical Matching Security A disconnect exists between information theoretical security models and matching accuracy Both are important! Information leakage is bounded by matching accuracy If a false match to a template releases the correct key, the system leaks 100% of the key information ECC often overcorrects, which drives up the FAR

21 Hill Climbing Requires less than brute-force effort to recover an embedded secret Provides an estimate of the enrollment image In an iterative fashion, modifications are made to the input, and those that increase the match score are retained.

22 Prevalent Template Protection Schemes

23 Fuzzy Vaults Not specific to biometric data, but typically applied to minutiae based fingerprint matchers as a key binding biometric cryptosystem Encoding A. Juels and M. Sudan, A Fuzzy Vault Scheme, IEEE International Symposium on Information Theory, 2002.

24 Fuzzy Vaults Decoding

25 Performance Numbers 112 Bits GAR FAR 128 Bits 160 Bits GAR FAR GAR FAR F.P. Fuzzy Vaults F.P. FV, Mosaic with 2 Queries Password Vault 2 88? 86? 79? 1. K. Nandakumar, A. K. Jain and S. Pankanti, Fingerprint-based Fuzzy Vault: Implementation and Performance, In IEEE TIFS, vol. 2, no. 4, K. Nandakumar, A. Nagar and A. K. Jain, Hardening Fingerprint Fuzzy Vault Using Password, in Proc. of ICB 2007

26 Fuzzy Vaults: Security Problems Chaff Point Identification 1 Improved Brute Force Attack 2 Correlation Attack, Known Key Attack, Substitution Attacks Hill Climbing May be theoretically possible Security proof assumes data held in the vault is random; not the case with biometrics Chaff is placed carefully so as not to conflict with legitimate points; strays from randomness assumption 1. W. Chang, R. Shen, and F. W. Teo, Finding the Original Point Set Hidden Among Chaff, in Proc. of the ACM Symposium on Information, Computer And Communications Security, P. Mihailescu, The Fuzzy Vault for Fingerprints is Vulnerable to Brute Force Attack, 2007.

27 Fuzzy Vaults: Correlation Attack Without a matching sample, the polynomial reconstruction problem is infeasible to solve What if we have two or more BFV instances? Take the intersection of the abscissa (x) values for the BFV instances The result is the original template data Some chaff points are likely to match - but the error correcting code is designed for this possibility

CSE / 60537: Biometrics

CSE / 60537: Biometrics CSE 40537 / 60537: Biometrics * ** * * ** * * Template Protection 5 / Final Review 115 The Course Instructor Feedback (CIF) survey window for biometrics opens tomorrow December 1st - 13th https://cif.nd.edu/

More information

Bipartite Biotokens: Definition, Implementation, and Analysis

Bipartite Biotokens: Definition, Implementation, and Analysis Bipartite Biotokens: Definition, Implementation, and Analysis W.J. Scheirer 2,1, and T.E. Boult 1,2,, 1 Univ. of Colorado at Colorado Springs, Colorado Springs, CO - 80918 2 Securics Inc, Colorado Springs,

More information

A protection scheme for enhancing biometric template security and discriminability

A protection scheme for enhancing biometric template security and discriminability A protection scheme for enhancing biometric template security and discriminability Marco GRASSI a,1, Marcos FAUNDEZ-ZANUY b,2 a D.I.B.E.T. Università Politecnica delle Marche, Ancona, Italy b Escola Universitària

More information

Mahmood Fathy Computer Engineering Department Iran University of science and technology Tehran, Iran

Mahmood Fathy Computer Engineering Department Iran University of science and technology Tehran, Iran 1 Alignment-Free Fingerprint Cryptosystem Based On Multiple Fuzzy Vault and Minutia Local Structures Ali Akbar Nasiri Computer Engineering Department Iran University of science and technology Tehran, Iran

More information

Remote authentication using Vaulted Fingerprint Verification

Remote authentication using Vaulted Fingerprint Verification Remote authentication using Vaulted Fingerprint Verification Hamdan Alzahrani, a Terrance E. Boult University of Colorado, Colorado Springs, CO, USA ABSTRACT This paper presents a novel approach to remotely

More information

IMPROVED FUZZY VAULT SCHEME FOR FINGERPRINT VERIFICATION

IMPROVED FUZZY VAULT SCHEME FOR FINGERPRINT VERIFICATION IMPROVED FUZZY VAULT SCHEME FOR FINGERPRINT VERIFICATION C. Örencik, T. B. Pedersen, E. Savaş and M. Keskinoz Faculty of Engineering & Natural Sciences, Sabanci University, Istanbul, 34956, Turkey {cengizo@su.,

More information

A Hybrid Approach for Generating Secure and Discriminating Face Template Yi C. Feng, Pong C. Yuen, Member, IEEE, and Anil K. Jain, Fellow, IEEE

A Hybrid Approach for Generating Secure and Discriminating Face Template Yi C. Feng, Pong C. Yuen, Member, IEEE, and Anil K. Jain, Fellow, IEEE IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 5, NO. 1, MARCH 2010 103 A Hybrid Approach for Generating Secure and Discriminating Face Template Yi C. Feng, Pong C. Yuen, Member, IEEE, and

More information

Multibiometric Template Security Using Fuzzy Vault

Multibiometric Template Security Using Fuzzy Vault Multibiometric Template Security Using Fuzzy Vault Karthik Nandakumar and Anil K. Jain Abstract Template security is a critical issue in biometric systems because biometric templates cannot be easily revoked

More information

REMOTE AUTHENTICATION USING VAULTED FINGERPRINT VERIFICATION

REMOTE AUTHENTICATION USING VAULTED FINGERPRINT VERIFICATION REMOTE AUTHENTICATION USING VAULTED FINGERPRINT VERIFICATION by Hamdan Ahmed Alzahrani M.S., The University of Sydney, Australia, 2006 A Dissertation submitted to the Graduate Faculty of the University

More information

arxiv: v1 [cs.ai] 7 Aug 2017

arxiv: v1 [cs.ai] 7 Aug 2017 MULTIBIOMETRIC SECURE SYSTEM BASED ON DEEP LEARNING Veeru Talreja, Matthew C. Valenti, and Nasser M. Nasrabadi West Virginia University, Morgantown, USA arxiv:1708.02314v1 [cs.ai] 7 Aug 2017 ABSTRACT In

More information

Security analysis for fingerprint fuzzy vaults

Security analysis for fingerprint fuzzy vaults Security analysis for fingerprint fuzzy vaults Jesse Hartloff, Maxwell Bileschi, Sergey Tulyakov, Jimmy Dobler, Atri Rudra, Venu Govindaraju Dept. of Computer Sc. and Eng., University at Buffalo, Buffalo,

More information

Vulnerabilities in biometric encryption systems

Vulnerabilities in biometric encryption systems Vulnerabilities in biometric encryption systems Andy Adler School of Information Technology and Engineering, University of Ottawa, Ontario, Canada adler@site.uottawa.ca Abstract. The goal of a biometric

More information

Security-Enhanced Fuzzy Fingerprint Vault Based on Minutiae s Local Ridge Information

Security-Enhanced Fuzzy Fingerprint Vault Based on Minutiae s Local Ridge Information Security-Enhanced Fuzzy Fingerprint Vault Based on Minutiae s Local Ridge Information Peng Li, Xin Yang, Kai Cao, Peng Shi, and Jie Tian Institute of Automation, Chinese Academy of Sciences, Beijing 100190

More information

A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA

A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA A NOVEL APPROACH FOR GENERATING FACE TEMPLATE USING BDA Shraddha S. Shinde 1 and Prof. Anagha P. Khedkar 2 1 P.G. Student, Department of Computer Engineering, MCERC, Nashik (M.S.), India. shraddhashinde@gmail.com

More information

Adapting Biometric Representations for Cryptosystems

Adapting Biometric Representations for Cryptosystems Adapting Biometric Representations for Cryptosystems Anil K. Jain With Abhishek Nagar & Karthik Nandakumar Department of Computer Science and Engineering Michigan State University http://biometrics.cse.msu.edu

More information

CHAPTER 6 EFFICIENT TECHNIQUE TOWARDS THE AVOIDANCE OF REPLAY ATTACK USING LOW DISTORTION TRANSFORM

CHAPTER 6 EFFICIENT TECHNIQUE TOWARDS THE AVOIDANCE OF REPLAY ATTACK USING LOW DISTORTION TRANSFORM 109 CHAPTER 6 EFFICIENT TECHNIQUE TOWARDS THE AVOIDANCE OF REPLAY ATTACK USING LOW DISTORTION TRANSFORM Security is considered to be the most critical factor in many applications. The main issues of such

More information

SECURE MODULAR AUTHENTICATION SYSTEMS BASED ON CONVENTIONAL XOR BIOMETRICS

SECURE MODULAR AUTHENTICATION SYSTEMS BASED ON CONVENTIONAL XOR BIOMETRICS The 9 th International Conference on Business Information Security (BISEC-2017), 18 th October 2017, Belgrade, Serbia SECURE MODULAR AUTHENTICATION SYSTEMS BASED ON CONVENTIONAL XOR BIOMETRICS NEMANJA

More information

Security analysis for fingerprint fuzzy vaults

Security analysis for fingerprint fuzzy vaults Security analysis for fingerprint fuzzy vaults Jesse Hartloff, Maxwell Bileschi, Sergey Tulyakov, Jimmy Dobler, Atri Rudra, Venu Govindaraju Dept. of Computer Sc. and Eng., University at Buffalo, Buffalo,

More information

Template Protection and its Implementation in 3D Face Recognition Systems

Template Protection and its Implementation in 3D Face Recognition Systems Template Protection and its Implementation in 3D Face Recognition Systems Xuebing Zhou Fraunhofer IGD, Fraunhoferstr. 5, 64283 Darmstadt, Germany E-mail: xuebing.zhou@igd.fhg.de ABSTRACT As biometric recognition

More information

Feature Level Fusion of Multibiometric Cryptosystem in Distributed System

Feature Level Fusion of Multibiometric Cryptosystem in Distributed System Vol.2, Issue.6, Nov-Dec. 2012 pp-4643-4647 ISSN: 2249-6645 Feature Level Fusion of Multibiometric Cryptosystem in Distributed System N. Geethanjali 1, Assistant.Prof. K.Thamaraiselvi 2, R. Priyadharshini

More information

Application of Biometrics to Obtain High Entropy Cryptographic Keys

Application of Biometrics to Obtain High Entropy Cryptographic Keys 1 Application of Biometrics to Obtain High Entropy Cryptographic Keys Sanjay Kanade, Danielle Camara, Dijana Petrovska-Delacrétaz, and Bernadette Dorizzi Abstract In this paper, a two factor scheme is

More information

Biometric Cryptosystem Using Online Signatures

Biometric Cryptosystem Using Online Signatures Biometric Cryptosystem Using Online Signatures Alisher Kholmatov and Berrin Yanikoglu Sabanci University Faculty of Engineering and Natural Sciences Istanbul 34956, Turkey alisher@su.sabanciuniv.edu, berrin@sabanciuniv.edu

More information

A Study on Attacks and Security Against Fingerprint Template Database

A Study on Attacks and Security Against Fingerprint Template Database A Study on Attacks and Security Against Fingerprint Template Database Abstract: Biometric based authentication, the science of using physical or behavioral characteristics for identity verification is

More information

Security Analysis of Key Binding Biometric Cryptosystems

Security Analysis of Key Binding Biometric Cryptosystems Security Analysis of Key Binding Biometric Cryptosystems Maryam Lafkih 1, Mounia Mikram 1,2, Sanaa Ghouzali 1,3, and Mohamed El Haziti 4 1 LRIT, Faculty of Sciences, Mohammed V University, Rabat, Morocco

More information

Digital Signature Generation using Fingerprint, Password and Smart Card

Digital Signature Generation using Fingerprint, Password and Smart Card Digital Signature Generation using Fingerprint, Password and Smart Card FAWAD AHMED and MOHAMMED YAKOOB SIYAL School of Electrical and Electronic Engineering Nanyang Technological University 50 Nanyang

More information

CSE 565 Computer Security Fall 2018

CSE 565 Computer Security Fall 2018 CSE 565 Computer Security Fall 2018 Lecture 9: Authentication Department of Computer Science and Engineering University at Buffalo 1 Lecture Outline Definition of entity authentication Solutions password-based

More information

Biometric Cryptography - Mobile Application Viewpoint. Tomáš Rosa Raiffeisenbank, a.s. crypto.hyperlink.cz

Biometric Cryptography - Mobile Application Viewpoint. Tomáš Rosa Raiffeisenbank, a.s. crypto.hyperlink.cz Biometric Cryptography - Mobile Application Viewpoint Tomáš Rosa Raiffeisenbank, a.s. crypto.hyperlink.cz Biometric Identification/Verification...automated establishment of the human identity based on

More information

Face Template Protection using Deep Convolutional Neural Network

Face Template Protection using Deep Convolutional Neural Network Face Template Protection using Deep Convolutional Neural Network Arun Kumar Jindal, Srinivas Chalamala, Santosh Kumar Jami TCS Research, Tata Consultancy Services, India {jindal.arun, chalamala.srao, santoshkumar.jami}@tcs.com

More information

CIS 4360 Secure Computer Systems Biometrics (Something You Are)

CIS 4360 Secure Computer Systems Biometrics (Something You Are) CIS 4360 Secure Computer Systems Biometrics (Something You Are) Professor Qiang Zeng Spring 2017 Previous Class Credentials Something you know (Knowledge factors) Something you have (Possession factors)

More information

Biometrics: Machines recognizing people

Biometrics: Machines recognizing people Biometrics: Machines recognizing people Biometrics & Authentication Technologies: security issues Andy Adler Systems and Computer Engineering, Carleton Finger anatomy Fingerprint: Rolled ink Ink Roller

More information

Technical Report: Multibiometric Cryptosystems

Technical Report: Multibiometric Cryptosystems 1 Technical Report: Multibiometric Cryptosystems Abhishek Nagar, Student Member, IEEE, Karthik Nandakumar, Member, IEEE, and Anil K. Jain, Fellow, IEEE Abstract Multibiometric systems are being increasingly

More information

Biometric Template Security Attack: A Review

Biometric Template Security Attack: A Review IOSR Journal of Engineering (IOSRJEN) ISSN: 2250-3021 ISBN: 2878-8719 PP 04-08 National Symposium on engineering and Research Biometric Template Security Attack: A Review Mrs.Swati A.Jadhav M.E.[computer]student,

More information

FUZZY VAULT FOR FACE BASED CRYPTOGRAPHIC KEY GENERATION. Yongjin Wang, K.N. Plataniotis

FUZZY VAULT FOR FACE BASED CRYPTOGRAPHIC KEY GENERATION. Yongjin Wang, K.N. Plataniotis FUZZY VAULT FOR FACE BASED CRYPTOGRAPHIC KEY GENERATION Yongjin Wang, K.N. Plataniotis The Edward S. Rogers Sr. Department of Electrical and Computer Engineering, University of Toronto, 1 King s College

More information

Cancelable Biometrics: A Review

Cancelable Biometrics: A Review IEEE SIGNAL PROCESSING MAGAZINE, VOL. X, NO. X, MONTH 20XX 1 Cancelable Biometrics: A Review Vishal M. Patel, Member, IEEE, Nalini K. Ratha, Fellow, IEEE, and Rama Chellappa, Fellow, IEEE Abstract Recent

More information

Cancellable fuzzy vault with periodic transformation for biometric template protection

Cancellable fuzzy vault with periodic transformation for biometric template protection IET Biometrics Research Article Cancellable fuzzy vault with periodic transformation for biometric template protection ISSN 2047-4938 Received on 12th May 2015 Revised on 29th September 2015 Accepted on

More information

Multi-Secure Authentication using Sift Algorithm in Biometric Cryptosystem

Multi-Secure Authentication using Sift Algorithm in Biometric Cryptosystem Multi-Secure Authentication using Sift Algorithm in Biometric Cryptosystem R. K. Rakesh Raja University College of Engineering, Nagercoil T. Viveka Assistant Professor, TF, University College of Engineering,

More information

Password Hardened Multimodal Biometric Fuzzy Vault with Feature Points Extracted from Retina and Iris

Password Hardened Multimodal Biometric Fuzzy Vault with Feature Points Extracted from Retina and Iris 34 IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.10, October 2009 Password Hardened Multimodal Biometric Fuzzy Vault with Feature Points Extracted from Retina and Iris

More information

Hybrid Multimodal Template Protection Technique Using Fuzzy Extractor And Random Projection

Hybrid Multimodal Template Protection Technique Using Fuzzy Extractor And Random Projection Hybrid Multimodal Template Protection Technique Using Fuzzy Extractor And Random Projection G. Karthi, M. Ezhilarasan Research scholar, Pondicherry Engineering College, Professor & Head, Department of

More information

Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity

Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity Seung-Hoon Chae 1,Chang-Ho Seo 2, Yongwha Chung 3, and Sung Bum Pan 4,* 1 Dept. of Information and Communication Engineering,

More information

Biometric Encryption: Emerging Privacy-Enhancing Technologies

Biometric Encryption: Emerging Privacy-Enhancing Technologies Biometric Encryption: Emerging Privacy-Enhancing Technologies Alex Stoianov, Ph.D. Biometrics Specialist Office of the Information and Privacy Commissioner of Ontario Ontario Government Access & Privacy

More information

OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION

OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION 1 Sanjyoti Lakhe, Student of ME (CSE), Government College of Engineering,Aurangabad, Dr.Babasaheb Ambedkar Marathwada University, Aurangabad.

More information

Combined Fingerprint Minutiae Template Generation

Combined Fingerprint Minutiae Template Generation Combined Fingerprint Minutiae Template Generation Guruprakash.V 1, Arthur Vasanth.J 2 PG Scholar, Department of EEE, Kongu Engineering College, Perundurai-52 1 Assistant Professor (SRG), Department of

More information

A Geometric Transformation to Protect Minutiae-Based Fingerprint Templates

A Geometric Transformation to Protect Minutiae-Based Fingerprint Templates A Geometric Transformation to Protect Minutiae-Based Fingerprint Templates Yagiz Sutcu a, Husrev T. Sencar b and Nasir Memon b a Polytechnic University, Electrical & Computer Engineering Dept., Brooklyn,

More information

CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018

CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018 CSCE 548 Building Secure Software Biometrics (Something You Are) Professor Lisa Luo Spring 2018 Previous Class Credentials Something you know (Knowledge factors) Something you have (Possession factors)

More information

Biometric Cryptosystems based Fuzzy Commitment Scheme: A Security Evaluation

Biometric Cryptosystems based Fuzzy Commitment Scheme: A Security Evaluation The International Arab Journal of Information Technology, Vol. 13, No. 4, July 16 443 Biometric Cryptosystems based Fuzzy Commitment Scheme: A Security Evaluation Maryam Lafkih 1, Mounia Mikram 1, 2, Sanaa

More information

Images can be regenerated from quantized biometric match score data

Images can be regenerated from quantized biometric match score data Images can be regenerated from quantized biometric match score data Andy Adler School of Information Technology and Engineering University of Ottawa 1 Problem: Biometrics security Biometric authentication:

More information

Lecture 3 - Passwords and Authentication

Lecture 3 - Passwords and Authentication CSE497b Introduction to Computer and Network Security - Spring 2007 - Professor Jaeger Lecture 3 - Passwords and Authentication CSE497b - Spring 2007 Introduction Computer and Network Security Professor

More information

Securing Iris Templates using Combined User and Soft Biometric based Password Hardened Fuzzy Vault

Securing Iris Templates using Combined User and Soft Biometric based Password Hardened Fuzzy Vault Securing Iris Templates using Combined User and Soft Biometric based Password Hardened Fuzzy Vault V. S. Meenakshi SNR Sons College, Coimbatore,Tamil Nadu, India.. Dr. G. Padmavathi Avinashilingam University

More information

Zero private information leak using multi-level security and privileged access for designated authorities on demand

Zero private information leak using multi-level security and privileged access for designated authorities on demand Zero private information leak using multi-level security and privileged access for designated authorities on demand Syama BabuRaj 1, Pretty Babu 2 Dept.Computer Science & Engg., Sree Buddha College of

More information

Chapter 3: User Authentication

Chapter 3: User Authentication Chapter 3: User Authentication Comp Sci 3600 Security Outline 1 2 3 4 Outline 1 2 3 4 User Authentication NIST SP 800-63-3 (Digital Authentication Guideline, October 2016) defines user as: The process

More information

Biometric Template Protection Using Universal Background Models: An Application to Online Signature

Biometric Template Protection Using Universal Background Models: An Application to Online Signature IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 7, NO. 1, FEBRUARY 2012 269 Biometric Template Protection Using Universal Background Models: An Application to Online Signature Enrique Argones

More information

CSC 5930/9010 Modern Cryptography: Cryptographic Hashing

CSC 5930/9010 Modern Cryptography: Cryptographic Hashing CSC 5930/9010 Modern Cryptography: Cryptographic Hashing Professor Henry Carter Fall 2018 Recap Message integrity guarantees that a message has not been modified by an adversary Definition requires that

More information

Lecture 3 - Passwords and Authentication

Lecture 3 - Passwords and Authentication Lecture 3 - Passwords and Authentication CMPSC 443 - Spring 2012 Introduction Computer and Network Security Professor Jaeger www.cse.psu.edu/~tjaeger/cse443-s12 What is authentication? Reliably verifying

More information

Dual Fingerprints Fusion for Cryptographic Key Generation

Dual Fingerprints Fusion for Cryptographic Key Generation Dual Fingerprints Fusion for Cryptographic Key Generation M.Marimuthu Assistant Professor Coimbatore Institute of Technology A.Kannammal Professor Coimbatore Institute of Technology ABSTRACT Secured data

More information

Biometric Cryptography: Key Generation Using Feature and Parametric Aggregation

Biometric Cryptography: Key Generation Using Feature and Parametric Aggregation Biometric Cryptography: Key Generation Using Feature and Parametric Aggregation Christopher Ralph Costanzo School of Engineering and Applied Sciences Department of Computer Science The George Washington

More information

PYTHIA SERVICE BY VIRGIL SECURITY WHITE PAPER

PYTHIA SERVICE BY VIRGIL SECURITY WHITE PAPER PYTHIA SERVICE WHITEPAPER BY VIRGIL SECURITY WHITE PAPER May 21, 2018 CONTENTS Introduction 2 How does Pythia solve these problems? 3 Are there any other solutions? 4 What is Pythia? 4 How does it work?

More information

Exploring Similarity Measures for Biometric Databases

Exploring Similarity Measures for Biometric Databases Exploring Similarity Measures for Biometric Databases Praveer Mansukhani, Venu Govindaraju Center for Unified Biometrics and Sensors (CUBS) University at Buffalo {pdm5, govind}@buffalo.edu Abstract. Currently

More information

Combining Iris Biometric System and Cryptography Provide a Strong Security Authentication

Combining Iris Biometric System and Cryptography Provide a Strong Security Authentication American Research Journal of Computer Science and Information Technology (ARJCSIT), 17 pages Research Article Introduction Open Access Combining Iris Biometric System and Cryptography Provide a Strong

More information

PIN-based cancelable biometrics

PIN-based cancelable biometrics PIN-based cancelable biometrics Patrick Lacharme, Aude Plateaux To cite this version: Patrick Lacharme, Aude Plateaux. PIN-based cancelable biometrics. International Journal of Automated Identification

More information

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3 Volume 8 Issue 2 March 2017 - Sept 2017 pp. 72-80 available online at www.csjournals.com A Novel Approach to Improve the Biometric Security using Liveness Detection Gurmeet Kaur 1, Parikshit 2, Dr. Chander

More information

Privacy-aware Biometrics: Design and Implementation of a Multimodal Verification System

Privacy-aware Biometrics: Design and Implementation of a Multimodal Verification System Privacy-aware Biometrics: Design and Implementation of a Multimodal Verification System Stelvio Cimato, Marco Gamassi, Vincenzo Piuri, Roberto Sassi and Fabio Scotti Dipartimento di Tecnologie dell Informazione,

More information

Key Management. Digital signatures: classical and public key Classic and Public Key exchange. Handwritten Signature

Key Management. Digital signatures: classical and public key Classic and Public Key exchange. Handwritten Signature Key Management Digital signatures: classical and public key Classic and Public Key exchange 1 Handwritten Signature Used everyday in a letter, on a check, sign a contract A signature on a signed paper

More information

Fingerprint based Biometric Cryptosystem using the Fuzzy Embedder

Fingerprint based Biometric Cryptosystem using the Fuzzy Embedder MONASH UNIVERSITY Fingerprint based Biometric Cryptosystem using the Fuzzy Embedder Minor Thesis Dylan Field - Masters of Information Technology (Honours) April, 2014 Supervisors: Nandita Bhattacharjee

More information

Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India. IJRASET: All Rights are Reserved

Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India. IJRASET: All Rights are Reserved Generate new identity from fingerprints for privacy protection Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India Abstract : We propose here a novel system

More information

A Simple Review of Biometric Template Protection Schemes Used in Preventing Adversary Attacks on Biometric Fingerprint Templates

A Simple Review of Biometric Template Protection Schemes Used in Preventing Adversary Attacks on Biometric Fingerprint Templates A Simple Review of Biometric Template Protection Schemes Used in Preventing Adversary Attacks on Biometric Fingerprint Templates Joseph Mwema, Michael Kimwele, Stephen Kimani School of Computing and Information

More information

AIT 682: Network and Systems Security

AIT 682: Network and Systems Security AIT 682: Network and Systems Security Topic 6. Authentication Instructor: Dr. Kun Sun Authentication Authentication is the process of reliably verifying certain information. Examples User authentication

More information

Authentication. Identification. AIT 682: Network and Systems Security

Authentication. Identification. AIT 682: Network and Systems Security AIT 682: Network and Systems Security Topic 6. Authentication Instructor: Dr. Kun Sun Authentication Authentication is the process of reliably verifying certain information. Examples User authentication

More information

c Springer Verlag. The copyright for this contribution is held by Springer Verlag. The original publication is available at

c Springer Verlag. The copyright for this contribution is held by Springer Verlag. The original publication is available at Christian Rathgeb and Andreas Uhl, Systematic Construction of Iris-Based Fuzzy Commitment Schemes, In M. Tistarelli, M.S. Nixon, editors, Proceedings of the 3rd International Conference on Biometrics 2009

More information

Lecture 9 User Authentication

Lecture 9 User Authentication Lecture 9 User Authentication RFC 4949 RFC 4949 defines user authentication as: The process of verifying an identity claimed by or for a system entity. Authentication Process Fundamental building block

More information

CS530 Authentication

CS530 Authentication CS530 Authentication Bill Cheng http://merlot.usc.edu/cs530-s10 1 Identification vs. Authentication Identification associating an identity (or a claimed identity) with an individual, process, or request

More information

Indirect Attacks on Biometric Systems

Indirect Attacks on Biometric Systems Indirect Attacks on Biometric Systems Dr. Julian Fierrez (with contributions from Dr. Javier Galbally) Biometric Recognition Group - ATVS Escuela Politécnica Superior Universidad Autónoma de Madrid, SPAIN

More information

IJITKM Volume 7 Number 1 December 2013 pp (ISSN )

IJITKM Volume 7 Number 1 December 2013 pp (ISSN ) Biometric Recognition Challenges Dr. Chander Kant, Archana Toky Assistant Professor, Deptt. of computer Science & Appl. K.U. Kurukshetra Faculty, Deptt. Of Computer Science, Govt. College for women, Hisar

More information

Public-key Cryptography: Theory and Practice

Public-key Cryptography: Theory and Practice Public-key Cryptography Theory and Practice Department of Computer Science and Engineering Indian Institute of Technology Kharagpur Chapter 1: Overview What is Cryptography? Cryptography is the study of

More information

Mike Reiter. University of North Carolina at Chapel Hill. Proliferation of mobile devices. Proliferation of security-relevant apps using these

Mike Reiter. University of North Carolina at Chapel Hill. Proliferation of mobile devices. Proliferation of security-relevant apps using these 1 Capture-Resilient Cryptographic Devices Mike Reiter University of North Carolina at Chapel Hill Relevant Trends 2 Proliferation of mobile devices Proliferation of networking Proliferation of security-relevant

More information

Mechanism-based PKI - A real-time key generation from fingerprints -

Mechanism-based PKI - A real-time key generation from fingerprints - Mechanism-based PKI - A real-time key generation from fingerprints - Yoichi Shibata Graduate School of Science and Engineering Shizuoka University Hamamatsu-shi, Shizuoka, JAPAN cs9042@s.inf.shizuoka.

More information

CSC 474 Network Security. Authentication. Identification

CSC 474 Network Security. Authentication. Identification Computer Science CSC 474 Network Security Topic 6. Authentication CSC 474 Dr. Peng Ning 1 Authentication Authentication is the process of reliably verifying certain information. Examples User authentication

More information

Efficient Biometric Verification in Encrypted Domain

Efficient Biometric Verification in Encrypted Domain Efficient Biometric Verification in Encrypted Domain by Maneesh Upmanyu, Anoop M Namboodiri, Kannan Srinathan, C.V.Jawahar in ICB 2009 (International Conference on Biometrics) Report No: IIIT/TR/2009/194

More information

Secure Biometrics Via Syndromes

Secure Biometrics Via Syndromes Secure Biometrics Via Syndromes Emin Martinian, Sergey Yekhanin, Jonathan S. Yedidia Mitsubishi Electric Research Labs Cambridge, MA 02139 {martinian,yedidia}@merl.com, yekhanin@mit.edu Abstract We consider

More information

Stegano-CryptoSystem for Enhancing Biometric-Feature Security with RSA

Stegano-CryptoSystem for Enhancing Biometric-Feature Security with RSA 2011 International Conference on Information and Network Technology IPCSIT vol.4 (2011) (2011) IACSIT Press, Singapore Stegano-CryptoSystem for Enhancing Biometric-Feature Security with RSA Pravin M.Sonsare

More information

The Research and Application of the Fingerprint Key based USB-Key Pin Number Protection System Yu Lu 1, a, Zhong Liang 2, b, Chen Yue 3, c

The Research and Application of the Fingerprint Key based USB-Key Pin Number Protection System Yu Lu 1, a, Zhong Liang 2, b, Chen Yue 3, c 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) The Research and Application of the Fingerprint Key based USB-Key Pin Number Protection System Yu Lu 1,

More information

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition Hiren D. Joshi Phd, Dept. of Computer Science Rollwala Computer Centre

More information

A flexible biometrics remote user authentication scheme

A flexible biometrics remote user authentication scheme Computer Standards & Interfaces 27 (2004) 19 23 www.elsevier.com/locate/csi A flexible biometrics remote user authentication scheme Chu-Hsing Lin*, Yi-Yi Lai Department of Computer Science and Information

More information

User Authentication. E.g., How can I tell you re you?

User Authentication. E.g., How can I tell you re you? User Authentication E.g., How can I tell you re you? 1 The Basics Unlike real world authentication (e.g., you recognize someone s voice over the phone) computer can t recognize someone (well, not in the

More information

Template Protection for PCA-LDA-based 3D Face Recognition Systems

Template Protection for PCA-LDA-based 3D Face Recognition Systems Template Protection for PCA-LDA-based 3D Face Recognition Systems Daniel Hartung Email: hartung.dani@gmail.com Abstract: Authentication based on biometrics became significantly important over the last

More information

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 10, April 2014

ISSN: ISO 9001:2008 Certified International Journal of Engineering and Innovative Technology (IJEIT) Volume 3, Issue 10, April 2014 Two Way User Authentication Using Biometric Based Scheme for Wireless Sensor Networks Srikanth S P (Assistant professor, CSE Department, MVJCE, Bangalore) Deepika S Haliyal (PG Student, CSE Department,

More information

Protecting Information Assets - Week 10 - Identity Management and Access Control. MIS 5206 Protecting Information Assets

Protecting Information Assets - Week 10 - Identity Management and Access Control. MIS 5206 Protecting Information Assets Protecting Information Assets - Week 10 - Identity Management and Access Control MIS5206 Week 10 Identity Management and Access Control Presentation Schedule Test Taking Tip Quiz Identity Management and

More information

ICT 6541 Applied Cryptography Lecture 8 Entity Authentication/Identification

ICT 6541 Applied Cryptography Lecture 8 Entity Authentication/Identification ICT 6541 Applied Cryptography Lecture 8 Entity Authentication/Identification Hossen Asiful Mustafa Introduction Entity Authentication is a technique designed to let one party prove the identity of another

More information

Multi-Algorithm Fusion with Template Protection

Multi-Algorithm Fusion with Template Protection Multi-Algorithm Fusion with Template Protection E.J.C. Kelkboom, X. Zhou, J. Breebaart, R.N.J. Veldhuis, C. Busch Abstract The popularity of biometrics and its widespread use introduces privacy risks.

More information

Fingerprint Authentication for SIS-based Healthcare Systems

Fingerprint Authentication for SIS-based Healthcare Systems Fingerprint Authentication for SIS-based Healthcare Systems Project Report Introduction In many applications there is need for access control on certain sensitive data. This is especially true when it

More information

A Remote Biometric Authentication Protocol for Online Banking

A Remote Biometric Authentication Protocol for Online Banking International Journal of Electrical Energy, Vol. 1, No. 4, December 2013 A Remote Biometric Authentication Protocol for Online Banking Anongporn Salaiwarakul Department of Computer Science and Information

More information

Test 2 Review. (b) Give one significant advantage of a nonce over a timestamp.

Test 2 Review. (b) Give one significant advantage of a nonce over a timestamp. Test 2 Review Name Student ID number Notation: {X} Bob Apply Bob s public key to X [Y ] Bob Apply Bob s private key to Y E(P, K) Encrypt P with symmetric key K D(C, K) Decrypt C with symmetric key K h(x)

More information

User Authentication. Modified By: Dr. Ramzi Saifan

User Authentication. Modified By: Dr. Ramzi Saifan User Authentication Modified By: Dr. Ramzi Saifan Authentication Verifying the identity of another entity Computer authenticating to another computer Person authenticating to a local/remote computer Important

More information

PRIVV: Private Remote Iris-authentication with Vaulted Verification

PRIVV: Private Remote Iris-authentication with Vaulted Verification PRIVV: Private Remote Iris-authentication with Vaulted Verification Michael J. Wilber, Walter J. Scheirer, Terrance E. Boult University of Colorado at Colorado Springs and Securics, Inc. Colorado Springs,

More information

CSci530 Final Exam. Fall 2011

CSci530 Final Exam. Fall 2011 CSci530 Final Exam Fall 2011 Instructions: Show all work. No electronic devices are allowed. This exam is open book, open notes. You have 120 minutes to complete the exam. Please prepare your answers on

More information

Securing Minutia Cylinder Codes for Fingerprints through Physically Unclonable Functions: An Exploratory Study

Securing Minutia Cylinder Codes for Fingerprints through Physically Unclonable Functions: An Exploratory Study Securing Minutia Cylinder Codes for Fingerprints through Physically Unclonable Functions: An Exploratory Study R. Arjona, M. A. Prada-Delgado, I. Baturone Instituto de Microelectrónica de Sevilla (IMSE-CNM)

More information

Cancelable Key-Based Fingerprint Templates

Cancelable Key-Based Fingerprint Templates Cancelable Key-Based Fingerprint Templates Russell Ang, Rei Safavi Naini, and Luke McAven School of Information Technology and Computer Science, University of Wollongong, Northfields Avenue, NSW 2522,

More information

How to Evaluate Transformation Based Cancelable Biometric Systems?

How to Evaluate Transformation Based Cancelable Biometric Systems? How to Evaluate Transformation Based Cancelable Biometric Systems? Rima Belguechi, Estelle Cherrier, Christophe Rosenberger To cite this version: Rima Belguechi, Estelle Cherrier, Christophe Rosenberger.

More information

CIS 4360 Introduction to Computer Security Fall WITH ANSWERS in bold. First Midterm

CIS 4360 Introduction to Computer Security Fall WITH ANSWERS in bold. First Midterm CIS 4360 Introduction to Computer Security Fall 2010 WITH ANSWERS in bold Name:.................................... Number:............ First Midterm Instructions This is a closed-book examination. Maximum

More information

Authentication Objectives People Authentication I

Authentication Objectives People Authentication I Authentication Objectives People Authentication I Dr. Shlomo Kipnis December 15, 2003 User identification (name, id, etc.) User validation (proof of identity) Resource identification (name, address, etc.)

More information

An Information-Theoretic Analysis of Revocability and Reusability in Secure Biometrics

An Information-Theoretic Analysis of Revocability and Reusability in Secure Biometrics An Information-Theoretic Analysis of Revocability and Reusability in Secure Biometrics Ye Wang Boston University Boston, MA. yw@bu.edu Shantanu Rane Mitsubishi Electric Research Laboratories Cambridge,

More information