forked from KolibriOS/kolibrios
6c59cb92e5
- Deleted GPL3 LICENSE file git-svn-id: svn://kolibrios.org@8542 a494cfbc-eb01-0410-851d-a64ba20cac60 |
||
---|---|---|
.. | ||
lang_en.c | ||
Makefile | ||
readme.txt | ||
tea.c | ||
teatool.c | ||
Tupfile.lua |
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