Changes between Version 2 and Version 3 of zcrypt


Ignore:
Timestamp:
Aug 8, 2010, 3:19:58 PM (14 years ago)
Author:
kevinr@mit.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zcrypt

    v2 v3  
    1414identically to the `zwrite` command, except that it encrypts the
    1515bodies of outgoing zephyrs.
     16
     17If you want to add a keybinding like `z` (which starts a `zwrite` command) for encrypted zephyrs, you can run the following command:
     18{{{
     19  startup bindkey recv C command start-command zcrypt
     20}}}
     21(Note the presence of a trailing space after 'zcrypt'.)
     22
     23BarnOwl will automatically reply to zephyrs with the opcode `crypt` using the `zcrypt` command.
    1624
    1725== The zcrypt key file ==