Problem or Use Case
A user needs to be able to receive variables from another user securely.
Proposed Solution
Introduce an lpop receive command that decrypts variables from a colleague that have been encrypted using the user's public key as per #46 . This will decrypted using the corresponding private key that is stored on the system.
Problem or Use Case
A user needs to be able to receive variables from another user securely.
Proposed Solution
Introduce an
lpop receivecommand that decrypts variables from a colleague that have been encrypted using the user's public key as per #46 . This will decrypted using the corresponding private key that is stored on the system.