Module nixio.crypto

Cryptographical library.

Functions

nixio.crypto.hash (algo) Create a hash object.
nixio.crypto.hmac (algo, key) Create a HMAC object.


Functions

nixio.crypto.hash (algo)
Create a hash object.

Parameters:

  • algo Algorithm ["sha1", "md5"]

Returns:

    CryptoHash Object
nixio.crypto.hmac (algo, key)
Create a HMAC object.

Parameters:

  • algo Algorithm ["sha1", "md5"]
  • key HMAC-Key

Returns:

    CryptoHash Object
generated by LDoc 1.5.0 Last updated 2024-09-14 22:58:31