Hi.
From: http://www.yiiframework.com/doc/guide/1.1/en/topics.security
Which hash function is used in the calculation of the HMAC? MD5? SHA-1? SHA-2?
From: http://www.yiiframework.com/doc/guide/1.1/en/topics.security
Quote
Yii implements a cookie validation scheme that prevents cookies from being modified. In particular, it does HMAC check for the cookie values if cookie validation is enabled.
Which hash function is used in the calculation of the HMAC? MD5? SHA-1? SHA-2?