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

File: web_interface.php

Source Location: /Crypt_RSA-1.0.0/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 34]
this is a sample script, which shows the usage of Crypt_RSA package

check_error [line 278]

void check_error( &$obj)



Parameters

   &$obj  
[ Top ]



create_sign [line 70]

void create_sign( )



[ Top ]



decrypt [line 125]

void decrypt( )



[ Top ]



encrypt [line 108]

void encrypt( )



[ Top ]



generate_key_pair [line 53]

void generate_key_pair( )

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


[ Top ]



get_session_var [line 266]

void get_session_var( $name, $is_html_encode)



Parameters

   $name  
   $is_html_encode  
[ Top ]



print_layout [line 144]

void print_layout( )



[ Top ]



validate_sign [line 89]

void validate_sign( )



[ Top ]



Documentation generated on Mon, 11 Mar 2019 14:20:36 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.