Crypt::TripleDES man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

Crypt::TripleDES(3)   User Contributed Perl Documentation  Crypt::TripleDES(3)

NAME
       Crypt::TripleDES - Triple DES encyption.

SYNOPSIS
	my $des = new Crypt::TripleDES;
	my $cyphertext = $des->encrypt3 ( $plaintext, $passphrase );
	my $plaintext = $des->decrypt3 ( $cyphertext, $passphrase );

DESCRIPTION
       This module implements 3DES encryption in ECB mode. The code is based
       on Eric Young's implementation of DES in pure perl. It's quite slow
       because of the way Perl handles bit operations and is not recommended
       for use with large texts.

METHODS
       new The constructor.

       encrypt3 $plaintext, $passphrase
	   Encrypts the plaintext string using the passphrase. Whitespace
	   characters are appended to the string if its length is not a multi-
	   ple of eight. User applications can correct for this by storing
	   plaintext size with the cyphertext. The passphrase is an ASCII
	   character string of upto 48 characters.

       decrypt3 $cyphertext, $passphrase
	   Inverse of encrypt3().

AUTHOR
	Vipul Ved Prakash, mail@vipul.net
	Eric Young, eay@psych.psy.uq.oz.au

	Patches:
	Jonathan Mayer <jmayer@cobaltnet.com>

perl v5.8.8			  1999-10-13		   Crypt::TripleDES(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net