nerves_hub_cli v0.6.0 NervesHubCLI.Crypto

Link to this section Summary

Link to this section Functions

Link to this function

decrypt(cipher_text, password, tag \\ "")
decrypt(binary(), any(), binary()) :: {:ok, binary()} | {:error, String.t()}

Link to this function

encrypt(plain_text, password, tag \\ "")
encrypt(String.t(), String.t(), String.t()) :: binary() | {:error, String.t()}