yakivmospan / scytale

One tool to manage key generation, key storing and encryption on different APIs of Android.
432 stars 45 forks source link

is key alias "test" need to be secret? #20

Closed erlangparasu closed 4 years ago

erlangparasu commented 4 years ago

SecretKey key = store.getSymmetricKey("test", null);

erlangparasu commented 4 years ago

@yakivmospan which AES key that need to be secret?

erlangparasu commented 4 years ago

https://stackoverflow.com/questions/49420586/how-to-safely-save-alias-key-of-android-keystore/49431434#49431434