Generate Derived Key from Shared Secret (ECDH-ES) - ConcatKDF
Asked Answered
V

1

12

I have used the https://github.com/ricmoo/GMEllipticCurveCrypto to generate a Shared Secret using ECDH Algorithm.

I now have to Generate a Derived Key using the ECDH-ES algorithm as mentioned here: https://www.rfc-editor.org/rfc/rfc7518#section-4.6

I had highly appreciate if someone could guide me in the direction of generating a Derived Key

Various answered 28/5, 2017 at 6:47 Comment(0)
F
2

You need to read about KDF in general and HKDF as common example. BTW KDF was mentioned in link you provided.

Ferreby answered 31/5, 2017 at 20:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.