3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Dencrypt { const METHOD = 'aes-256-ctr'; public static function encrypt($message, $key, $encode = true) { // you may change these values to your own $secret_key = 'my_simple_secret_key'; $secret_iv = 'my_simple_secret_iv'; $output = false; $encrypt_method = "AES-256-CBC"; $key = hash( 'sha256', $secret_key ); $iv = substr( hash( 'sha256', $secret_iv ), 0, 16 ); if( $encode ) { $output = base64_encode( openssl_encrypt( $message, $encrypt_method, $key, 0, $iv ) ); } else{ $output = openssl_decrypt( base64_decode( $message ), $encrypt_method, $key, 0, $iv ); } return $output; } } $message = 'Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.Ready your ammunition; we attack at dawn.'; $key = hex2bin('000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f'); $encrypted = Dencrypt::encrypt($message, $key); $decrypted = Dencrypt::encrypt($encrypted, $key, false); var_dump($encrypted, $decrypted);

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
8.3.60.0000.01418.43
8.3.50.0060.01016.40
8.3.40.0120.00318.88
8.3.30.0110.00418.85
8.3.20.0040.00420.29
8.3.10.0040.00421.97
8.3.00.0080.00020.94
8.2.180.0090.00918.29
8.2.170.0100.01022.96
8.2.160.0110.00419.46
8.2.150.0040.00424.18
8.2.140.0040.00424.66
8.2.130.0040.00426.16
8.2.120.0080.00020.25
8.2.110.0050.00522.25
8.2.100.0100.00317.66
8.2.90.0000.00817.78
8.2.80.0080.00019.14
8.2.70.0000.00817.50
8.2.60.0040.00417.50
8.2.50.0050.00317.55
8.2.40.0040.00419.22
8.2.30.0000.00719.22
8.2.20.0080.00018.02
8.2.10.0040.00417.98
8.2.00.0050.00317.96
8.1.280.0060.01225.92
8.1.270.0040.00422.13
8.1.260.0030.00526.35
8.1.250.0040.00428.09
8.1.240.0040.00423.83
8.1.230.0040.00722.55
8.1.220.0050.00317.74
8.1.210.0000.00818.77
8.1.200.0030.00617.22
8.1.190.0080.00017.53
8.1.180.0000.00818.10
8.1.170.0040.00418.96
8.1.160.0040.00418.75
8.1.150.0000.00718.96
8.1.140.0040.00419.60
8.1.130.0000.00720.61
8.1.120.0070.00017.37
8.1.110.0070.00017.42
8.1.100.0040.00417.45
8.1.90.0050.00217.41
8.1.80.0040.00417.48
8.1.70.0000.00817.38
8.1.60.0060.00317.56
8.1.50.0030.00617.57
8.1.40.0030.00617.52
8.1.30.0040.00417.75
8.1.20.0030.00617.56
8.1.10.0000.00917.60
8.1.00.0040.00417.49
8.0.300.0040.00422.02
8.0.290.0040.00416.63
8.0.280.0040.00418.28
8.0.270.0070.00317.18
8.0.260.0060.00018.84
8.0.250.0040.00416.88
8.0.240.0040.00416.97
8.0.230.0030.00816.89
8.0.220.0000.00716.80
8.0.210.0000.00716.94
8.0.200.0030.00316.99
8.0.190.0030.00616.98
8.0.180.0070.00016.91
8.0.170.0070.00016.95
8.0.160.0000.00716.91
8.0.150.0030.00616.90
8.0.140.0020.00516.86
8.0.130.0000.00513.37
8.0.120.0080.00016.87
8.0.110.0000.00716.95
8.0.100.0020.00516.87
8.0.90.0040.00416.97
8.0.80.0090.00616.96
8.0.70.0000.00716.87
8.0.60.0040.00416.95
8.0.50.0040.00416.89
8.0.30.0120.00717.17
8.0.20.0130.00617.40
8.0.10.0040.00417.08
8.0.00.0100.00716.59
7.4.330.0000.00615.55
7.4.320.0030.00316.45
7.4.300.0000.00616.52
7.4.290.0060.00316.54
7.4.280.0000.00816.58
7.4.270.0000.00716.45
7.4.260.0030.00716.50
7.4.250.0050.00216.55
7.4.240.0050.00216.48
7.4.230.0000.00716.64
7.4.220.0070.01016.70
7.4.210.0110.00316.62
7.4.200.0000.00716.38
7.4.160.0090.00916.48
7.4.150.0070.01117.40
7.4.140.0090.00917.86
7.4.130.0090.02616.54
7.4.120.0090.00816.53
7.3.330.0000.00513.42
7.3.320.0050.00013.39
7.3.310.0030.00616.38
7.3.300.0040.00316.37
7.3.290.0030.00316.35
7.3.280.0090.00716.40
7.3.270.0120.00617.40
7.3.260.0090.00816.35
7.3.250.0100.00816.50
7.3.240.0060.01116.51

preferences:
54.7 ms | 400 KiB | 5 Q