Is there any C or C++ function which can produce the same output of this python code (SHA512 with salt)?
import crypt;
crypt.crypt('test', '$6$Salte2Ck$')
Is there any C or C++ function which can produce the same output of this python code (SHA512 with salt)?
import crypt;
crypt.crypt('test', '$6$Salte2Ck$')