module OpenSSL::PKCS5

Defined in:

openssl/pkcs5.cr

Class Method Summary

Class Method Detail

def self.pbkdf2_hmac(secret, salt, iterations = 2 ** 16, algorithm : OpenSSL::Algorithm = OpenSSL::Algorithm::SHA1, key_size = 64) : BytesSource

def self.pbkdf2_hmac_sha1(secret, salt, iterations = 2 ** 16, key_size = 64) : BytesSource

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/OpenSSL/PKCS5.html