Skip to content

2023 07 31 Meeting Minutes

Tracy Kuhrt edited this page Aug 1, 2023 · 1 revision

recording

Agenda

Discussion

  • Digital Container Code Base - a digital container capable of managing cryptographic keys in its simplest term for a wallet, presenting credentials using different protocols and formats, and managing credentials

    OWF-digital-container
    • Conversation around using the hardware trusted execution environment or secure enclave to hold the encryption key that secures the credentials.
    • Concern raised that when you wrap the key using the hardware-backed key, you still must decrypt the key and it lives in memory which lends itself to possible attack vectors and 0-day exploits.
    • Recommend designing the system so the application runtime space is not the same as where the cryptographic material lives.
    • Bruno has volunteered to do a write-up on this topic and present at a future call.
    • Discussion about crypto agility and post-quantum crypto
      • Tom discussed Dilithium and Krystal as crypto-primitives that have been submitted to the NIST Post Quantum project (https://pq-crystals.org/index.shtml)
      • Two facets of crypt-agility: hardware vs. software and current crypto vs. tomorrow's crypto
  • Credential Signature/Formats

  • Presentation Protocols

  • Authentication

    • Juliana is going to detail out different authentication methods, contexts, and strengths and present at next week's call.
Clone this wiki locally