security - How secure is a PublicKey in an Android Hardware-Backed keystore? -



security - How secure is a PublicKey in an Android Hardware-Backed keystore? -

if generate public/private keypair in android keystore, publickey treated same level of security privatekey operating system? (irrespective of key in app)

the public , private keys both stored in secure hardware. however, while there no way export private key, public key can extracted. assuming device isn't rooted or otherwise compromised, app can extract public key. if device compromised in way, private key won't leave secure hardware.

android security android-keystore

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -