ICE Graphics Site Admin
Joined: 31 Mar 2003 Posts: 430
|
Posted: Thu Mar 07, 2013 4:59 am Post subject: Re: ICE Encrypt - How to encrypt single files ? |
|
|
1. Usually not need to encrypt a single file. Just copy file to directory, where located encrypted files and encrypt whole directory. ICE Encrypt will encrypt only not encrypted file.
2. If you strongly need to encrypt single file you can create any temporary directory, place inside file, and encrypt files in this is temporary directory.
3. You can use command line options, like:
Code: | ICEEncrypt.exe /e <KeyFile> <FileOrDirectory>
ICEEncrypt.exe /d <KeyFile> <FileOrDirectory>
ICEEncrypt.exe /t <KeyFile> <FileOrDirectory> |
where <KeyFile> is path to text file witch store password
and <FileOrDirectory> is single file or path to directory witch need to encrypt or decrypt |
|