Crypt_RSA
[ class tree: Crypt_RSA ] [ index: Crypt_RSA ] [ all elements ]

File: web_interface.php

Source Location: /Crypt_RSA-1.2.1/examples/web_interface.php

Classes:

Page Details:

Crypt_RSA allows to do following operations:

  • key pair generation
  • encryption and decryption
  • signing and sign validation
This module requires the big_int PECL package, which is available at http://pecl.php.net/packages/big_int

PHP versions 4 and 5

LICENSE: This source file is subject to version 3.0 of the PHP license that is available through the world-wide-web at the following URI: http://www.php.net/license/3_0.txt. If you did not receive a copy of the PHP License and are unable to obtain it through the web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('Crypt/RSA.php') [line 32]
this is a sample script, which shows the usage of Crypt_RSA package

check_error [line 276]

void check_error( &$obj)



Parameters

   &$obj  
[ Top ]



create_sign [line 68]

void create_sign( )



[ Top ]



decrypt [line 123]

void decrypt( )



[ Top ]



encrypt [line 106]

void encrypt( )



[ Top ]



generate_key_pair [line 51]

void generate_key_pair( )

********************************************************


[ Top ]



get_session_var [line 264]

void get_session_var( $name, $is_html_encode)



Parameters

   $name  
   $is_html_encode  
[ Top ]



print_layout [line 142]

void print_layout( )



[ Top ]



validate_sign [line 87]

void validate_sign( )



[ Top ]



Documentation generated on Mon, 11 Mar 2019 15:28:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.