pbkdf: Bcrypt PWKDF

View source: R/pbkdf.R

pbkdfR Documentation

Bcrypt PWKDF

Description

Password based key derivation function with bcrypt.

Usage

pbkdf(password, salt, rounds = 16L, size = 32L)

Arguments

password

string or raw vector with password

salt

raw vector with (usually 16) bytes

rounds

number of hashing rounds

size

desired length of the output key


bcrypt documentation built on Oct. 4, 2024, 5:09 p.m.

Related to pbkdf in bcrypt...