Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Add support for gating access to key on stored using user supplied password. #60

Open
rmhrisk opened this issue Jun 30, 2016 · 0 comments

Comments

@rmhrisk
Copy link
Contributor

rmhrisk commented Jun 30, 2016

We want to provide the option to provide a secret at sign time to authorize use, we should, in theory, be able to do this by:

  1. Creating the users asymmetric key in memory session
  2. Generate a symmetric key from a pin
  3. Encrypt asymetric key using symmetric key
  4. Put encrypted key in data object on token.

This is a bit lame but will meet their requirements.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant