| @@ -1,12 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | -/** | |
| 3 | - * phpseclib AES - Third-party library | |
| 4 | - * @package phpseclib | |
| 5 | - */ | |
| 6 | -if ( ! defined( 'ABSPATH' ) ) exit; | |
| 7 | - | |
| 8 | -// phpcs:disable WordPress.Security.EscapeOutput, WordPress.NamingConventions.PrefixAllGlobals, Generic.PHP.ForbiddenFunctions, WordPress.PHP.DevelopmentFunctions, WordPress.WP.AlternativeFunctions -- Third-party cryptographic library | |
| 9 | 2 | |
| 10 | 3 | /** |
| 11 | 4 | * Pure-PHP implementation of AES. |
| 12 | 5 | * |