IDNLearn.com: Where your questions are met with thoughtful and precise answers. Ask your questions and receive comprehensive, trustworthy responses from our dedicated team of experts.

You want to securely share the file safe. Txt with a colleague as the file safe. Enc. They’ve given you their RSA public key in the file colleague_key. Pem. Which command should you run to encrypt safe. Txt?
1. Rsautl -encrypt -pubin -inkey colleague_key -in safe. Txt -out safe. Enc
2. Openssl rsautl -encrypt -pubin -inkey colleague_key. Pem -in safe. Enc -out safe. Txt
3. Rsautl -encrypt -pubin -inkey colleague_key. Pem -in safe. Txt -out safe. Enc
4. Openssl rsautl -encrypt -pubin -inkey colleague_key. Pem -in safe. Txt -out safe. Enc