Module credentials_obfuscation

Function Index

cipher/0
decrypt/1
enabled/0
encrypt/1
hash/0
iterations/0
refresh_config/0
secret/0
set_secret/1

Function Details

cipher/0

cipher() -> atom()

decrypt/1

decrypt(Term::{plaintext, term()} | {encrypted, binary()}) -> term()

enabled/0

enabled() -> boolean()

encrypt/1

encrypt(Term::term()) -> {plaintext, term()} | {encrypted, binary()}

hash/0

hash() -> atom()

iterations/0

iterations() -> non_neg_integer()

refresh_config/0

refresh_config() -> ok

secret/0

secret() -> binary() | '$pending-secret'

set_secret/1

set_secret(Secret::binary()) -> ok


Generated by EDoc