Currently the module is generating Public/Private key pairs by leveraging the OpenSSL library. The logic of Public/Private keys generation should be abstracted into a pluggable system instead of being hard-coded into the module. In this way, one would be able to easily configure the module to use any other library for Public/Private keys generation 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.