Skip to main content
added reference from @mti2935
Source Link
Hex
  • 111
  • 4

You could save non-extractable private key using WebCrypto in IndexedDb. The key itself isn't extractable then, you can only use it for e.g. decryption.

See also: https://crypto.stackexchange.com/a/52488

You could save non-extractable private key using WebCrypto in IndexedDb. The key itself isn't extractable then, you can only use it for e.g. decryption.

You could save non-extractable private key using WebCrypto in IndexedDb. The key itself isn't extractable then, you can only use it for e.g. decryption.

See also: https://crypto.stackexchange.com/a/52488

Source Link
Hex
  • 111
  • 4

You could save non-extractable private key using WebCrypto in IndexedDb. The key itself isn't extractable then, you can only use it for e.g. decryption.