- 🇮🇹Italy apaderno Brescia, 🇮🇹
An encryption key is not a password; a password generator should not be used for an encryption key, since the latest has different and more strict requirements.
An encryption key should not be distinguishable from a random value. In fact, with PHP can be generated by a call to
random_bytes()
, provided that the required length is as least 32 bytes. - Merge request !13Updated Bakery Settings form giving developers examples of best practice. → (Merged) created by purencool
- 🇦🇺Australia purencool
Updated the Baker settings to provide developers with examples of best practices. Also, updated point six of the documentation below to encourage developers to use long encryption keys.
https://www.drupal.org/docs/extending-drupal/contributed-modules/contrib... →
- Merge request !14Issue #781014: Document how to set the encryption key → (Merged) created by apaderno
-
purencool →
committed 70c4a81d on 3.x authored by
avpaderno →
Issue #781014: Document how to set the encryption key
-
purencool →
committed 70c4a81d on 3.x authored by
avpaderno →
Automatically closed - issue fixed for 2 weeks with no activity.