Saturday 16 December 2023

Django HMAC Authentication 3.0.0 - Camellia Cipher support

 django-hmac-authentication package now supports Camellia cipher along with existing AES. User hmac secrets are secured with AES or Camellia 256 and chosen at random. To use feature just update package and run migrations.

pip install -U django-hmac-authentication

python manage.py migrate

version: 3.0.0

PyPi: https://pypi.org/project/django-hmac-authentication/

GitHub: https://github.com/harisankar-krishna-swamy/django_hmac_authentication