forked from KolibriOS/kolibrios
2e992f24ea
- Compressed kos32-tcc - Changed the paths of the output files in buid_all.sh git-svn-id: svn://kolibrios.org@8251 a494cfbc-eb01-0410-851d-a64ba20cac60
10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
Encrypting the "in.file" file with the "FFAB1100C176001F1ADDB8E792001EA5" key in normal mode:
|
|
# teatool in.file out.file -k FFAB1100C176001F1ADDB8E792001EA5 -e normal
|
|
Encrypting the "in.file" file with the key-file "my.key" in speed mode:*
|
|
# teatool in.file out.file -K my.key -e speed
|
|
Writing the "FFAB1100C176001F1ADDB8E792001EA5" key to the key-file "my.key"*
|
|
# teatool -r FFAB1100C176001F1ADDB8E792001EA5 my
|
|
|
|
|
|
|