cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2018-2021 IOHK
License Apache-2.0
Safe Haskell None
Language Haskell2010

Cardano.Wallet.Primitive.Passphrase.Current

Description

Generating and verifying hashes of wallet passwords.

Synopsis

Documentation

encryptPassphrase :: MonadRandom m => Passphrase "encryption" -> m PassphraseHash Source #

Encrypt a Passphrase into a format that is suitable for storing on disk