加密 openssl des -k password -in plainfile -out encryptfile
解密 openssl des -k password -d -in encryptfile -out plainfile
加密並壓縮
openssl des -k password -in plainfile | gzip - > file.gz
加密 openssl des -k password -in plainfile -out encryptfile
解密 openssl des -k password -d -in encryptfile -out plainfile
加密並壓縮
openssl des -k password -in plainfile | gzip - > file.gz
This page contains a single entry by Pank published on September 16, 2003 12:13 PM.
Populating the Root File System was the previous entry in this blog.
skype is the next entry in this blog.
Find recent content on the main index or look in the archives to find all content.
Leave a comment