Kickass Crypto

Find us on GitHub: https://github.com/jj5/kickass-crypto.

KICKASS_CRYPTO_AT_REST

2023-04-07 jj5 - defines how the passphrase list is generated for at-rest use cases.

Table of Contents

generate_passphrase_list()  : array<string|int, mixed>
2023-04-07 jj5 - generates a passphrase list by hashing each secret in the secret list.

Methods

generate_passphrase_list()

2023-04-07 jj5 - generates a passphrase list by hashing each secret in the secret list.

protected generate_passphrase_list() : array<string|int, mixed>
Return values
array<string|int, mixed>

the list of strings of hashed secret keys to use as the passphrase list.

Search results