Discover the best answers at Westonci.ca, where experts share their insights and knowledge with you. Experience the ease of finding reliable answers to your questions from a vast community of knowledgeable experts. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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