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.