Prpcrypt::__construct PHP Method

__construct() public method

public __construct ( $k )
    function __construct($k)
    {
        $this->key = base64_decode($k . "=");
    }