PBKDF2 support in the linux kernel

2018-05-21 Thread Yu Chen
Hi all, The request is that, we'd like to generate a symmetric key derived from user provided passphase(not rely on any third-party library). May I know if there is a PBKDF2(Password-Based Key Derivation Function 2) support in the kernel? (https://tools.ietf.org/html/rfc2898#5.2) We have hmac sha1

Re: PBKDF2 support in the linux kernel

2018-05-23 Thread Yu Chen
Hi Stephan, thanks for your reply, On Wed, May 23, 2018 at 1:43 AM Stephan Mueller <smuel...@chronox.de> wrote: > Am Dienstag, 22. Mai 2018, 05:00:40 CEST schrieb Yu Chen: > Hi Yu, > > Hi all, > > The request is that, we'd like to generate a symmetric key derive