[Gambas-bugtracker] Bug #1733: gb.openssl Expose Key Derivation Functions

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Mon Mar 2 18:21:20 CET 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1733&from=L21haW4-

Comment #5 by REALITYRIPPLE:

@Gen: It needs a few adjustments regarding the Salt (I made it a byte array instead of a string, otherwise stuff gets real messy real quick), but SHA256, 384, and 512 are easily implementable as well! Just gotta add:

Private Extern EVP_sha1() As String
Private Extern EVP_sha256() As String
Private Extern EVP_sha384() As String
Private Extern EVP_sha512() As String

and pass the results of those functions as the Digest.




More information about the Bugtracker mailing list