{"id":19149998,"url":"https://github.com/smashingboxes/surelock","last_synced_at":"2025-07-23T12:33:10.675Z","repository":{"id":140669301,"uuid":"82335257","full_name":"smashingboxes/surelock","owner":"smashingboxes","description":"Android fingerprint authentication made easy. Elementary, my dear Watson.","archived":false,"fork":false,"pushed_at":"2020-02-26T15:32:59.000Z","size":205,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-03T18:12:25.768Z","etag":null,"topics":["android","android-library","authentication","fingerprint","fingerprint-authentication"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smashingboxes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T20:27:30.000Z","updated_at":"2017-03-15T00:17:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7d9fc64-c16c-42df-81e4-be5e262cae91","html_url":"https://github.com/smashingboxes/surelock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fsurelock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fsurelock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fsurelock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashingboxes%2Fsurelock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smashingboxes","download_url":"https://codeload.github.com/smashingboxes/surelock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236196,"owners_count":19769570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","authentication","fingerprint","fingerprint-authentication"],"created_at":"2024-11-09T08:10:20.364Z","updated_at":"2025-02-22T20:43:18.033Z","avatar_url":"https://github.com/smashingboxes.png","language":"Java","readme":"# surelock\nSurelock aims to make Fingerprint authentication easy for developers.\n\nWith Surelock, all you have to worry about is:\n1. **Where** you want to store your encrypted information  \n2. And **when** you want to allow the user to use their fingerprint to encrypt that information.\n\nAnd there's no need to check the Android version everywhere. That's handled for you!\nElementary, my dear Watson.\n\nDownload\n--------\n\n```groovy\ndependencies {\n  compile 'com.smashingboxes.surelock:0.1.0'\n  compile 'com.android.support:appcompat-v7:LATEST_VERSION'\n}\n```\nSnapshots of the development version are available in [Sonatype's `snapshots` repository][snap].\n\nGetting Started\n---------------\n1. Create a new instance of Surelock in your activity's `onCreate` method\n```java\nSurelock surelock = Surelock.initialize(this, new SharedPreferencesStorage(this, SHARED_PREFS_FILE_NAME), KEYSTORE_KEY_ALIAS);\n```\n2. \n\nCompatibility\n-------------\nThe FingerprintManager APIs are only supported on Android versions 23+\nHowever, you can add Surelock to any project and check for compatibility with Surelock's helper methods.\n\nNOTE: Samsung S5 and Note 4 devices do not support the Android FingerprintManager APIs, and therefore Surelock cannot support these devices.\nSamsung S6 and newer devices which have Fingerprint Scanning hardware should work fine.\n\n\nBuilt With\n----------\n* [Swirl](https://github.com/mattprecious/swirl) - Animated Fingerprint Icon\n\nAuthors\n-------\n\n* **Tyler McCraw** - *Architecture, baseline library, initial demo samples* - [TylerMcCraw](https://github.com/TylerMcCraw)\n* **Nick Cook** - *Custom styling, Material Design dialog, validation, testing* - [nicholas-cook](https://github.com/nicholas-cook)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\nLicense\n-------\n\n    Copyright 2017 Smashing Boxes\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n    \n[snap]: https://oss.sonatype.org/content/repositories/snapshots/","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashingboxes%2Fsurelock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmashingboxes%2Fsurelock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashingboxes%2Fsurelock/lists"}