I'm using custom key provider and found that it is not possible to pass dynamic data. Key provider only has access to the form settings.

What is the best way to pass variable to the "key callback" while encrypting/decrypting data? How about using Drupal hooks to allow altering provider settings and other configuration settings that are used in the _encrypt_decrypt() function?

Comments

aprogs created an issue.