Closed (fixed)
Project:
Pubkey Encrypt
Component:
Architecture
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2016 at 16:07 UTC
Updated:
14 Jul 2016 at 22:39 UTC
Jump to comment: Most recent
Currently the module is using users login passwords during encryption and decryption phases. The logic for fetching user-credentials should be abstracted in a pluggable system instead of being hard-coded. In this way, one would be able easily configure the module to use any form of user-credentials like passwords, PIN etc. just by providing a plugin implementation.
Comments
Comment #2
talhaparacha commentedPostponed until a working prototype of the module is ready.
Comment #3
talhaparacha commentedComment #4
talhaparacha commentedDone in https://github.com/d8-contrib-modules/pubkey_encrypt/pull/6.