Skip to content

This fork have all the feature from original (Thanks @vvb2060). Plus, have extra features added by chiteroman, @changhuapeng, @VisionR1, @linuxct and @TheFreeman193. See README.

Notifications You must be signed in to change notification settings

VisionR1/KeyAttestation

 
 

Repository files navigation

Android Key Attestation Test App

This app supports generating, saving, loading, parsing and verifying Android key and ID attestation data.

The app is used for self-testing, so it has no network permission. The certificate revocation data is embedded in the apk and will not be updated online. If the system is compromised, parsing and verifying is not safe, you should save the data to a file and then load the file on another device to verify it.

This app also supports loading certificate chain generated by other software.

This fork have this extra features:

  • RSA KeyStore attestation support

  • Language & Color Menu

  • Copy verifiedBootHash when clicking on Root of Trust item

  • Option to hide certificate info (Secret Mode)

  • Support to parse revoked certificates list from remote server

NOTE: This fork need network permissions to check online the Revocation List, see 8b9d92f

Useful links

Official documentation

Official implementation

Authorization tags

Key attestation extension data schema

RKP documentation

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

This fork have all the feature from original (Thanks @vvb2060). Plus, have extra features added by chiteroman, @changhuapeng, @VisionR1, @linuxct and @TheFreeman193. See README.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 59.2%
  • Kotlin 29.7%
  • AIDL 11.1%