Veramo: Use existing private key or store the private key in mobile TEE environment #1458
-
|
Is there a way to use an existing private key instead of generating a new one? If not, is it possible to store the private key directly in a TEE environment (such as Keychain or Keystore) without using the KMS? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
|
The KMS abstraction is designed to allow various providers of crypto functionality to be used together regardless of the underlying implementation. We provide a It should be similarly possible to wrap other TEE-based crypto functionality as a KMS to use seamlessly with the rest of Veramo. I am aware of KMS implementations that use HSM, for example.
If you're OK with using the
You would have to implement an |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mirceanis , I've added this: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @mirceanis , Is there any method to use Selective disclosure |
Beta Was this translation helpful? Give feedback.

Thanks!