简体   繁体   中英

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

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://tools.ietf.org/html/rfc7518#section-4.6

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM