Gumbo_Decrypt

Gumbo_Encryption
   |
   --Gumbo_Decrypt

Decrypt Class

Author(s): Michael Luster <mluster79@yahoo.com>
License:New BSD License
Copyright:Copyright (c) 2007, iBayou, Michael Luster
Link:http://sourceforge.net/projects/phpgumbo
Version:0.0.1

Inherited Methods

Class Methods

public Gumbo_Decrypt __construct ( [string $data], [string $key], [int $cipher], [int $mode], [bool $encode] ) [line 45]

Constructor

Parameter(s):

  • (string) $data
  • (string) $key
  • (int) $cipher
  • (int) $mode
  • (bool) $encode

[ Top ]
public string parse ( ) [line 61]

Parses the data by decryption

  • throws:  Gumbo_Exception
Overrides
Gumbo_Encryption::parse()

[ Top ]