Module prople_crypto::passphrase

source ·
Expand description

passphrase is a module used to hash a given secret passphrase or a password

This hashed password will be used as secret key to encrypt and decrypt some critical information such as for encrypted Private Key

Modules§

  • kdf_params module provides an object of KdfParams which hold important parameters shadowing the Argon2 Params
  • prelude used to grouping all defined types and objects used to simplify the import operations.
  • salt module provides a Salt that will generate a random salt
  • types module provides base types for passphrase module

Structs§

  • Passphrase used to hash given input password used to encrypt the private keys and depends to KdfParams