PBCS (pbcs v0.1.4) View Source
PKCS #5: Password-Based Cryptography Specification Version 2.0.
Link to this section Summary
Link to this section Types
Link to this section Functions
Specs
decrypt({tag(), cipher_text()}, opts()) :: plain_text() | {:error, String.t()} | :error
Specs
encrypt({tag(), plain_text()}, protected(), opts()) :: cipher_text() | {:error, String.t()}