Session Key Provider

Categories

Component ID

2690073

Component name

Session Key Provider

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

The module is a key provider for Encrypt. It generates an encryption key based on the user's session id. This is intended for short term storage of highly sensitive data. Think cache.

Note: hashed sessions by eg https://www.drupal.org/project/hashed_sessions are a requirement.