rsa v0.1.0
  • Pages
  • Modules

    View Source RSA (rsa v0.1.0)

    Link to this section Summary

    Functions

    decrypt_priv(text, key, b64 \\ false)
    decrypt_pub(text, key, b64 \\ false)
    encrypt_priv(text, key, b64 \\ false)
    encrypt_pub(text, key, b64 \\ false)
    from_pem(text)
    generate_pair(x \\ "2048")
    sign(msg, priv, b64 \\ false)
    verify(msg, sign, pub, b64 \\ false)

    Link to this section Functions

    Link to this function

    decrypt_priv(text, key, b64 \\ false)

    View Source
    Link to this function

    decrypt_pub(text, key, b64 \\ false)

    View Source
    Link to this function

    encrypt_priv(text, key, b64 \\ false)

    View Source
    Link to this function

    encrypt_pub(text, key, b64 \\ false)

    View Source
    Link to this function

    from_pem(text)

    View Source
    Link to this function

    generate_pair(x \\ "2048")

    View Source
    Link to this function

    sign(msg, priv, b64 \\ false)

    View Source
    Link to this function

    verify(msg, sign, pub, b64 \\ false)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.4) for the Elixir programming language