HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/ircII/help/set/encrypt_program
!	 $eterna: encrypt_program,v 1.9 2018/06/10 02:25:32 mrg Exp $
!
! Copyright (c) 1990-2018  Michael Sandrof, Troy Rollo, Matthew Green,
! and other ircII contributors.
!
! All rights reserved.  See the HELP IRCII COPYRIGHT file for more
! information.
!
Usage: SET ENCRYPT_PROGRAM <encryption program path>
  Sets the program used to encrypt and decrypt messages.  The
  program selected must take an encryption key as the first
  line written to work with IRCII, with the second and
  subsequent lines the text to encrypted, which is expected
  on the programs standard output.

  Note that in ircII 4.4 and previous, this variables program
  API was different.  Originally the encryption key was they
  command line argument, and the program a true filter.
  However, it is not secure from local users snooping the
  key and being able to decrypt messages, should they obtain
  them.  Set the OLD_ENCRYPT_PROGRAM variable to ON
  to obtain this old behaviour.
See Also:
  SET OLD_ENCRYPT_PROGRAM
  SET DECRYPT_PROGRAM