django-hash-filter

Provides a simple filter to produce hashed (hex digest) values in templates.


License
MIT
Install
pip install django-hash-filter==1.1

Documentation

django-hash-filter

Provides a simple filter to produce hashed (hex digest) values in templates.

Install

$ pip install django-hash-filter

Usage

{% load hash_filter %}
{{ string_variable|hash:"sha256" }}