SCRYPT function

Hi. I would like to ask if anyone has a C program that uses Scrypt function as Rclone function to derive keys based on user password / salt.

The scrypt function is standardised so any C implementation should work, eg this one from boringSSL: https://boringssl.googlesource.com/boringssl/+/HEAD/crypto/evp/scrypt.c

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.