siddhantsharma301 / aros

An iOS app to allow you to verify a picture was taken on an iPhone via hardware signing and cryptographic proving. Inspired as the reverse of Sora @ TreeHacks 2024!
10 stars 3 forks source link

Create key pair and persist it across sessions #2

Closed MaanavKhaitan closed 5 months ago

MaanavKhaitan commented 5 months ago

What

Creates a public-private key pair the first time the app inits.

Every other session after that, we retrieve the key using the label and print it out.

siddhantsharma301 commented 5 months ago

lgtm