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.

Previous topic

comparison - compare template variables

Next topic

feeds - RSS feed parsing using feedparser

This Page