关键词:用户身份验证;生物认证;智能手机;安卓应用
摘 要:In this project, we explore two forms of user authentication, alternative to the alpha-numeric password, through utilization of various hardware components in a modern smartphone. These components act as input channels for biometric and geolocative data, which can be used to validate the identity of a user through gesture-based authentication (via the accelerometer and orientation sensor) and location-based authentication (via the WIFI sensor). We develop an Android application that incorporates these two authentication methods. We implement two different gesture-based authentication algorithms adapted from existing work done in this field of security research. We find that one algorithm is more convenient to train and implement than the other algorithm, but also performs more poorly in terms of accuracy compared to the other algorithm. We also implement a location-based authentication algorithm based on scanning the WIFI access points around the user’s current location. We introduce thresholds into the algorithm to provide tolerance and robustness against inconsistent WIFI access points, and these thresholds show improvement in the algorithm’s performance.