dynamic/foxystripe

View on GitHub
thirdparty/rc4crypt.php

Summary

Maintainability
A
1 hr
Test Coverage

Method encrypt has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static function encrypt ($pwd, $data, $ispwdHex = 0)
    {
        if ($ispwdHex)
            $pwd = @pack('H*', $pwd); // valid input, please!
 
Severity: Minor
Found in thirdparty/rc4crypt.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status