Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Encrypting the "in.file" file with the "FFAB1100C176001F1ADDB8E792001EA5" key in normal mode:
  2.     # teatool in.file out.file -k FFAB1100C176001F1ADDB8E792001EA5 -e normal
  3. Encrypting the "in.file" file with the key-file "my.key" in speed mode:*
  4.     # teatool in.file out.file -K my.key -e speed
  5. Writing the "FFAB1100C176001F1ADDB8E792001EA5" key to the key-file "my.key"*    
  6.     # teatool -r FFAB1100C176001F1ADDB8E792001EA5 my
  7.  
  8.  
  9.  
  10.