hash - MD5 and SHA tags

native_tags.contrib.hash.md5(value)

Returns MD5 hexadecimal hash of the value. This is a function tag. This is a filter tag.

native_tags.contrib.hash.sha1(value)

Returns SHA1 hexadecimal hash of the value. This is a function tag. This is a filter tag.

native_tags.contrib.hash.sha224(value)

Returns SHA224 hexadecimal hash of the value. Requires the hashlib module This is a function tag. This is a filter tag.

native_tags.contrib.hash.sha256(value)

Returns SHA256 hexadecimal hash of the value. Requires the hashlib module This is a function tag. This is a filter tag.

native_tags.contrib.hash.sha384(value)

Returns SHA384 hexadecimal hash of the value. Requires the hashlib module This is a function tag. This is a filter tag.

native_tags.contrib.hash.sha512(value)

Returns SHA512 hexadecimal hash of the value. Requires the hashlib module This is a function tag. This is a filter tag.

Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.