Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Ask your questions and receive accurate answers from professionals with extensive experience in various fields on our platform. Discover detailed answers to your questions from a wide network of experts on our comprehensive 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