openssl enc -e -des -in lxtxt -out encrypttxt -pass pass666999
This command uses OpenSSL to encrypt the contents of the "lx.txt" file using the DES algorithm and a password of "666999". The encrypted output is then saved to a new file named "encrypt.txt".
原文地址: https://www.cveoy.top/t/topic/fssf 著作权归作者所有。请勿转载和采集!