为什么Django在hmac中使用盐?

时间:2016-03-09 07:51:30

标签: django cryptography hmac

Django salted_hmac()settings.SECRET_KEY添加盐。 https://github.com/django/django/blob/master/django/utils/crypto.py#L29

而且,它说A different key_salt should be passed in for every application of HMAC.

为什么我们需要为每个应用程序使用不同的key_salt?

0 个答案:

没有答案