Linux: how to open the file encrypted by openssl (the encrypted file is logs.tar.gz. des) solution steps (considering the interests of the company, you cannot describe the problem in detail): 1. view the system through the whichopenssl command... linux openssl usage analysis
Environment: linux
Question: How to open an openssl encrypted file (the encrypted file is logs.tar.gz. des)
Solution steps (considering the interests of the company, the relevant issues cannot be described in detail ):
1. run the which openssl command to check whether openssl is installed in the system.
2. make sure that openssl is installed in the system. then, run the following command to view the related parameter applications. you can find that the decoded parameter is-e and changed to-d:
3. change to the-d parameter and run the following command: (when source input error occurs, check whether the source file contains any content)
Note: run the tar-zxvf gz file command to decompress the gz file.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.