credentials_obfuscation (credentials_obfuscation v3.5.0)
Link to this section Summary
Link to this section Functions
Link to this function
cipher()
-spec cipher() -> atom().
Link to this function
decrypt(Term)
-spec decrypt(none | undefined) -> none | undefined;
({plaintext, binary()} | {encrypted, binary()}) -> binary().
Link to this function
enabled()
-spec enabled() -> boolean().
Link to this function
encrypt(Term)
-spec encrypt(none | undefined) -> none | undefined;
(iodata()) -> {plaintext, binary()} | {encrypted, binary()}.
Link to this function
hash()
-spec hash() -> atom().
Link to this function
iterations()
-spec iterations() -> non_neg_integer().
Link to this function
refresh_config()
-spec refresh_config() -> ok | {error, invalid_config}.
Link to this function
secret()
-spec secret() -> binary() | '$pending-secret'.
Link to this function
set_fallback_secret(Secret)
-spec set_fallback_secret(binary()) -> ok.
Link to this function
set_secret(Secret)
-spec set_secret(binary()) -> ok.