3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (!defined('PHP_EOL')) { define('PHP_EOL', "\r\n"); } // generate the 32bit byte array (if you have the "openssl_random_pseudo_bytes" function available) if (function_exists('openssl_random_pseudo_bytes')) { $random_key = openssl_random_pseudo_bytes(32); } else { // this is the longer way to do it... $random_key = ''; for( $i = 0; $i < 64; $i++) { $random_key .= ((bool)mt_rand(0, 1) ? chr(mt_rand(65, 90)) : mt_rand(0, 9)); } $random_key = hexdec($random_key); } // this is it as hex print "Hex key: " . bin2hex($random_key) . PHP_EOL; print PHP_EOL; // this is the base64 string that you want to save print "Save this string: " . base64_encode($random_key) . PHP_EOL;
Output for 7.4.1
Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/HUTLE on line 16 Hex key: 312e32393837333931363235363631452b3531 Save this string: MS4yOTg3MzkxNjI1NjYxRSs1MQ==
Output for 7.4.0
Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/HUTLE on line 16 Hex key: 312e32323931373237373832333434452b3434 Save this string: MS4yMjkxNzI3NzgyMzQ0RSs0NA==
Output for 7.3.13
Hex key: 372e31313034373435333139303931452b3431 Save this string: Ny4xMTA0NzQ1MzE5MDkxRSs0MQ==
Output for 7.3.12
Hex key: 392e33323332323431313731363532452b3438 Save this string: OS4zMjMyMjQxMTcxNjUyRSs0OA==
Output for 7.3.11
Hex key: 382e35383933323236323430343731452b3532 Save this string: OC41ODkzMjI2MjQwNDcxRSs1Mg==
Output for 7.3.10
Hex key: 362e36383530353032313232383632452b3433 Save this string: Ni42ODUwNTAyMTIyODYyRSs0Mw==
Output for 7.3.9
Hex key: 322e30393234353135393834383434452b3434 Save this string: Mi4wOTI0NTE1OTg0ODQ0RSs0NA==
Output for 7.1.25, 7.3.8
Hex key: 352e38303835363536373531333333452b3533 Save this string: NS44MDg1NjU2NzUxMzMzRSs1Mw==
Output for 7.3.7
Hex key: 372e30313632303430383031303032452b3431 Save this string: Ny4wMTYyMDQwODAxMDAyRSs0MQ==
Output for 7.2.10, 7.3.6
Hex key: 332e33303232323031393734383235452b3533 Save this string: My4zMDIyMjAxOTc0ODI1RSs1Mw==
Output for 7.3.5
Hex key: 312e31343833353039383230383535452b3434 Save this string: MS4xNDgzNTA5ODIwODU1RSs0NA==
Output for 7.1.10, 7.3.4
Hex key: 372e39313337333131373235363938452b3434 Save this string: Ny45MTM3MzExNzI1Njk4RSs0NA==
Output for 7.3.3
Hex key: 322e333938323331303336313932452b3439 Save this string: Mi4zOTgyMzEwMzYxOTJFKzQ5
Output for 7.1.1, 7.3.2
Hex key: 362e36343534383437393639303738452b3430 Save this string: Ni42NDU0ODQ3OTY5MDc4RSs0MA==
Output for 7.3.1
Hex key: 312e37383730393530373138303436452b3537 Save this string: MS43ODcwOTUwNzE4MDQ2RSs1Nw==
Output for 7.3.0
Hex key: 352e34383435393735383736343736452b3431 Save this string: NS40ODQ1OTc1ODc2NDc2RSs0MQ==
Output for 7.2.26
Hex key: 352e32373039343139333332353736452b3531 Save this string: NS4yNzA5NDE5MzMyNTc2RSs1MQ==
Output for 7.2.25
Hex key: 312e32343837393139303930303935452b3531 Save this string: MS4yNDg3OTE5MDkwMDk1RSs1MQ==
Output for 7.2.24
Hex key: 352e32383138353538323835353732452b3436 Save this string: NS4yODE4NTU4Mjg1NTcyRSs0Ng==
Output for 7.2.23
Hex key: 312e37363432363830343432343736452b3530 Save this string: MS43NjQyNjgwNDQyNDc2RSs1MA==
Output for 7.2.22
Hex key: 352e33363734343638383439313933452b3531 Save this string: NS4zNjc0NDY4ODQ5MTkzRSs1MQ==
Output for 7.2.21
Hex key: 332e32363538323437333432373036452b3435 Save this string: My4yNjU4MjQ3MzQyNzA2RSs0NQ==
Output for 7.2.20
Hex key: 342e30383737383833363836383935452b3436 Save this string: NC4wODc3ODgzNjg2ODk1RSs0Ng==
Output for 7.2.19
Hex key: 312e31363833313630313433313233452b3433 Save this string: MS4xNjgzMTYwMTQzMTIzRSs0Mw==
Output for 7.2.18
Hex key: 342e31383231363732373437313131452b3436 Save this string: NC4xODIxNjcyNzQ3MTExRSs0Ng==
Output for 7.1.4, 7.1.14, 7.2.17
Hex key: 312e393930373337323836303231452b3439 Save this string: MS45OTA3MzcyODYwMjFFKzQ5
Output for 7.1.6, 7.2.16
Hex key: 312e32323534363834333531323134452b3437 Save this string: MS4yMjU0Njg0MzUxMjE0RSs0Nw==
Output for 7.2.15
Hex key: 382e39353332363634323738313633452b3431 Save this string: OC45NTMyNjY0Mjc4MTYzRSs0MQ==
Output for 7.2.14
Hex key: 342e30393335323430363930373536452b3532 Save this string: NC4wOTM1MjQwNjkwNzU2RSs1Mg==
Output for 7.1.29, 7.2.13
Hex key: 372e35383733303039323631333934452b3437 Save this string: Ny41ODczMDA5MjYxMzk0RSs0Nw==
Output for 7.2.12
Hex key: 332e33373337333237373837373933452b3433 Save this string: My4zNzM3MzI3Nzg3NzkzRSs0Mw==
Output for 7.2.11
Hex key: 312e38303532373236353336383131452b3434 Save this string: MS44MDUyNzI2NTM2ODExRSs0NA==
Output for 7.2.9
Hex key: 312e38313130323439393939353338452b3436 Save this string: MS44MTEwMjQ5OTk5NTM4RSs0Ng==
Output for 7.2.8
Hex key: 322e383935373737343937373134452b3530 Save this string: Mi44OTU3Nzc0OTc3MTRFKzUw
Output for 7.1.31, 7.2.7
Hex key: 312e34393239363233303738333533452b3534 Save this string: MS40OTI5NjIzMDc4MzUzRSs1NA==
Output for 7.2.4, 7.2.6
Hex key: 312e34343130313931383937393134452b3530 Save this string: MS40NDEwMTkxODk3OTE0RSs1MA==
Output for 7.1.2, 7.1.16, 7.2.5
Hex key: 322e31393239373432343036303936452b3431 Save this string: Mi4xOTI5NzQyNDA2MDk2RSs0MQ==
Output for 7.1.32, 7.2.3
Hex key: 352e31373637333431353538303239452b3430 Save this string: NS4xNzY3MzQxNTU4MDI5RSs0MA==
Output for 7.2.2
Hex key: 392e38323336353732383136383237452b3533 Save this string: OS44MjM2NTcyODE2ODI3RSs1Mw==
Output for 7.1.12, 7.2.0 - 7.2.1
Hex key: 372e303731353230343338343639452b3533 Save this string: Ny4wNzE1MjA0Mzg0NjlFKzUz
Output for 7.1.0, 7.1.18, 7.1.33
Hex key: 382e35353339373938393134303632452b3437 Save this string: OC41NTM5Nzk4OTE0MDYyRSs0Nw==
Output for 7.1.30
Hex key: 332e37393030373030353733353835452b3436 Save this string: My43OTAwNzAwNTczNTg1RSs0Ng==
Output for 7.1.28
Hex key: 312e35353132373632363932353937452b3533 Save this string: MS41NTEyNzYyNjkyNTk3RSs1Mw==
Output for 7.1.27
Hex key: 312e32323931373237373832333434452b3434 Save this string: MS4yMjkxNzI3NzgyMzQ0RSs0NA==
Output for 7.1.26
Hex key: 312e363439333331393334383737452b3434 Save this string: MS42NDkzMzE5MzQ4NzdFKzQ0
Output for 7.1.24
Hex key: 312e31303236303939323039333332452b3435 Save this string: MS4xMDI2MDk5MjA5MzMyRSs0NQ==
Output for 7.1.23
Hex key: 342e35393433333533383736323635452b3437 Save this string: NC41OTQzMzUzODc2MjY1RSs0Nw==
Output for 7.1.22
Hex key: 342e373339383931333432343238452b3437 Save this string: NC43Mzk4OTEzNDI0MjhFKzQ3
Output for 7.1.21
Hex key: 312e39373131393034323436303631452b3435 Save this string: MS45NzExOTA0MjQ2MDYxRSs0NQ==
Output for 7.1.20
Hex key: 312e33303736363930313331343933452b3530 Save this string: MS4zMDc2NjkwMTMxNDkzRSs1MA==
Output for 7.1.19
Hex key: 352e35333830333836343036353632452b3532 Save this string: NS41MzgwMzg2NDA2NTYyRSs1Mg==
Output for 7.1.17
Hex key: 332e31393633303835343437383537452b3436 Save this string: My4xOTYzMDg1NDQ3ODU3RSs0Ng==
Output for 7.1.15
Hex key: 342e30353333363633373638303833452b3532 Save this string: NC4wNTMzNjYzNzY4MDgzRSs1Mg==
Output for 7.1.13
Hex key: 312e333135333737303235373936452b3536 Save this string: MS4zMTUzNzcwMjU3OTZFKzU2
Output for 7.1.11
Hex key: 332e31393437393631373031363931452b3436 Save this string: My4xOTQ3OTYxNzAxNjkxRSs0Ng==
Output for 7.1.9
Hex key: 312e38333938353837373539373834452b3433 Save this string: MS44Mzk4NTg3NzU5Nzg0RSs0Mw==
Output for 7.1.8
Hex key: 312e30343136303131393032383531452b3338 Save this string: MS4wNDE2MDExOTAyODUxRSszOA==
Output for 7.1.7
Hex key: 312e32313138373835303236313331452b3438 Save this string: MS4yMTE4Nzg1MDI2MTMxRSs0OA==
Output for 7.1.5
Hex key: 352e33393531313233343734383936452b3436 Save this string: NS4zOTUxMTIzNDc0ODk2RSs0Ng==
Output for 7.1.3
Hex key: 322e37313234353133383437313638452b3430 Save this string: Mi43MTI0NTEzODQ3MTY4RSs0MA==
Output for 7.0.1, 7.0.28, 7.0.33
Hex key: 312e31343335313331303232353636452b3439 Save this string: MS4xNDM1MTMxMDIyNTY2RSs0OQ==
Output for 7.0.32
Hex key: 352e32303938333830303434353633452b3438 Save this string: NS4yMDk4MzgwMDQ0NTYzRSs0OA==
Output for 7.0.31
Hex key: 312e35393832333234373931363632452b3436 Save this string: MS41OTgyMzI0NzkxNjYyRSs0Ng==
Output for 5.5.26, 7.0.21, 7.0.30
Hex key: 312e31333131313731343235303539452b3435 Save this string: MS4xMzExMTcxNDI1MDU5RSs0NQ==
Output for 5.6.22, 5.6.29, 7.0.29
Hex key: 312e32373136363739393231313033452b3433 Save this string: MS4yNzE2Njc5OTIxMTAzRSs0Mw==
Output for 5.6.7, 7.0.19, 7.0.27
Hex key: 312e33343439373936383036353439452b3433 Save this string: MS4zNDQ5Nzk2ODA2NTQ5RSs0Mw==
Output for 5.4.30, 5.4.41, 7.0.26
Hex key: 332e30363734363331343139313933452b3434 Save this string: My4wNjc0NjMxNDE5MTkzRSs0NA==
Output for 7.0.25
Hex key: 352e34323333353634353331323339452b3434 Save this string: NS40MjMzNTY0NTMxMjM5RSs0NA==
Output for 7.0.24
Hex key: 342e39313438303437353231323331452b3533 Save this string: NC45MTQ4MDQ3NTIxMjMxRSs1Mw==
Output for 7.0.23
Hex key: 372e31333935303332303336303435452b3436 Save this string: Ny4xMzk1MDMyMDM2MDQ1RSs0Ng==
Output for 7.0.22
Hex key: 312e39353033343931353334303435452b3530 Save this string: MS45NTAzNDkxNTM0MDQ1RSs1MA==
Output for 5.4.40, 5.6.27, 7.0.20
Hex key: 322e33333438353531383335353233452b3434 Save this string: Mi4zMzQ4NTUxODM1NTIzRSs0NA==
Output for 7.0.18
Hex key: 342e30323835383738303632343738452b3439 Save this string: NC4wMjg1ODc4MDYyNDc4RSs0OQ==
Output for 5.6.26, 7.0.17
Hex key: 312e39323932333534373332333935452b3435 Save this string: MS45MjkyMzU0NzMyMzk1RSs0NQ==
Output for 5.5.17, 7.0.16
Hex key: 352e37393531383136363032373734452b3433 Save this string: NS43OTUxODE2NjAyNzc0RSs0Mw==
Output for 5.4.24, 5.6.8, 7.0.15
Hex key: 332e30383536393337383239333532452b3339 Save this string: My4wODU2OTM3ODI5MzUyRSszOQ==
Output for 5.4.22, 5.6.28, 7.0.14
Hex key: 312e30303331313834333232393139452b3437 Save this string: MS4wMDMxMTg0MzIyOTE5RSs0Nw==
Output for 7.0.13
Hex key: 342e38343937303833363438393939452b3431 Save this string: NC44NDk3MDgzNjQ4OTk5RSs0MQ==
Output for 5.4.7, 7.0.12
Hex key: 322e34363739393438343839313535452b3434 Save this string: Mi40Njc5OTQ4NDg5MTU1RSs0NA==
Output for 7.0.11
Hex key: 382e32343630343638373039393033452b3430 Save this string: OC4yNDYwNDY4NzA5OTAzRSs0MA==
Output for 7.0.10
Hex key: 312e34323331303331383733383238452b3432 Save this string: MS40MjMxMDMxODczODI4RSs0Mg==
Output for 5.4.15, 5.5.20, 7.0.9
Hex key: 342e38383032343937343732353033452b3433 Save this string: NC44ODAyNDk3NDcyNTAzRSs0Mw==
Output for 5.5.16, 5.6.12, 7.0.8
Hex key: 312e37373933353537333435383535452b3532 Save this string: MS43NzkzNTU3MzQ1ODU1RSs1Mg==
Output for 5.4.21, 7.0.2, 7.0.7
Hex key: 332e32303537333434373736333637452b3531 Save this string: My4yMDU3MzQ0Nzc2MzY3RSs1MQ==
Output for 5.6.18, 7.0.6
Hex key: 372e34373435303133333331383439452b3439 Save this string: Ny40NzQ1MDEzMzMxODQ5RSs0OQ==
Output for 7.0.5
Hex key: 372e30393539323038383135393132452b3337 Save this string: Ny4wOTU5MjA4ODE1OTEyRSszNw==
Output for 7.0.4
Hex key: 322e38333532303331353331303036452b3339 Save this string: Mi44MzUyMDMxNTMxMDA2RSszOQ==
Output for 5.5.2, 7.0.3
Hex key: 322e32353236343737373831313038452b3436 Save this string: Mi4yNTI2NDc3NzgxMTA4RSs0Ng==
Output for 7.0.0
Hex key: 382e38343434373935393530303636452b3432 Save this string: OC44NDQ0Nzk1OTUwMDY2RSs0Mg==
Output for 5.5.0, 5.6.40
Hex key: 312e32343638343135303734323539452b3534 Save this string: MS4yNDY4NDE1MDc0MjU5RSs1NA==
Output for 5.6.39
Hex key: 332e36343339313733363230353539452b3436 Save this string: My42NDM5MTczNjIwNTU5RSs0Ng==
Output for 5.6.38
Hex key: 322e33373535393935303030303239452b3430 Save this string: Mi4zNzU1OTk1MDAwMDI5RSs0MA==
Output for 5.4.33, 5.6.37
Hex key: 342e35383531373032373133303737452b3336 Save this string: NC41ODUxNzAyNzEzMDc3RSszNg==
Output for 5.6.36
Hex key: 312e33353431333035333131323932452b3434 Save this string: MS4zNTQxMzA1MzExMjkyRSs0NA==
Output for 5.6.35
Hex key: 322e31333538393639353834303834452b3530 Save this string: Mi4xMzU4OTY5NTg0MDg0RSs1MA==
Output for 5.4.4, 5.6.34
Hex key: 382e32333034323734313739313935452b3437 Save this string: OC4yMzA0Mjc0MTc5MTk1RSs0Nw==
Output for 5.6.33
Hex key: 382e39393030343535343934393531452b3437 Save this string: OC45OTAwNDU1NDk0OTUxRSs0Nw==
Output for 5.6.32
Hex key: 312e33363732373132313537383635452b3531 Save this string: MS4zNjcyNzEyMTU3ODY1RSs1MQ==
Output for 5.6.24, 5.6.31
Hex key: 342e34333837313731333937353733452b3430 Save this string: NC40Mzg3MTcxMzk3NTczRSs0MA==
Output for 5.6.25, 5.6.30
Hex key: 332e30373631343536363537303737452b3436 Save this string: My4wNzYxNDU2NjU3MDc3RSs0Ng==
Output for 5.6.23
Hex key: 372e33363538373133353835333634452b3436 Save this string: Ny4zNjU4NzEzNTg1MzY0RSs0Ng==
Output for 5.6.21
Hex key: 312e38303231303330313138313832452b3436 Save this string: MS44MDIxMDMwMTE4MTgyRSs0Ng==
Output for 5.5.10, 5.6.19 - 5.6.20
Hex key: 332e32383731333232373832323633452b3432 Save this string: My4yODcxMzIyNzgyMjYzRSs0Mg==
Output for 5.4.32, 5.6.3, 5.6.17
Hex key: 322e31313835393633393534343133452b3434 Save this string: Mi4xMTg1OTYzOTU0NDEzRSs0NA==
Output for 5.6.16
Hex key: 312e32373235373339343235373533452b3435 Save this string: MS4yNzI1NzM5NDI1NzUzRSs0NQ==
Output for 5.6.15
Hex key: 392e35383330363434353137373735452b3438 Save this string: OS41ODMwNjQ0NTE3Nzc1RSs0OA==
Output for 5.6.14
Hex key: 352e32303637373936393235323035452b3530 Save this string: NS4yMDY3Nzk2OTI1MjA1RSs1MA==
Output for 5.6.13
Hex key: 322e30303939313232343839343936452b3537 Save this string: Mi4wMDk5MTIyNDg5NDk2RSs1Nw==
Output for 5.5.7 - 5.5.8, 5.6.11
Hex key: 362e36333836343230313331333131452b3430 Save this string: Ni42Mzg2NDIwMTMxMzExRSs0MA==
Output for 5.6.10
Hex key: 332e38323532373039313931333136452b3431 Save this string: My44MjUyNzA5MTkxMzE2RSs0MQ==
Output for 5.5.3, 5.5.14, 5.6.0, 5.6.9
Hex key: 322e38313834383732373231303534452b3535 Save this string: Mi44MTg0ODcyNzIxMDU0RSs1NQ==
Output for 5.6.6
Hex key: 312e32313132303830343532383933452b3438 Save this string: MS4yMTEyMDgwNDUyODkzRSs0OA==
Output for 5.6.5
Hex key: 322e353938353937313735343839452b3532 Save this string: Mi41OTg1OTcxNzU0ODlFKzUy
Output for 5.4.10, 5.6.4
Hex key: 312e31353536363936303036333137452b3438 Save this string: MS4xNTU2Njk2MDA2MzE3RSs0OA==
Output for 5.6.2
Hex key: 382e36303132323237393539303832452b3437 Save this string: OC42MDEyMjI3OTU5MDgyRSs0Nw==
Output for 5.6.1
Hex key: 322e34373435303931353432343135452b3536 Save this string: Mi40NzQ1MDkxNTQyNDE1RSs1Ng==
Output for 5.5.38
Hex key: 332e323037313934323636363135452b3532 Save this string: My4yMDcxOTQyNjY2MTVFKzUy
Output for 5.5.37
Hex key: 322e36373438343931323532383236452b3431 Save this string: Mi42NzQ4NDkxMjUyODI2RSs0MQ==
Output for 5.5.36
Hex key: 322e33383236383836343738323735452b3432 Save this string: Mi4zODI2ODg2NDc4Mjc1RSs0Mg==
Output for 5.5.35
Hex key: 332e32383638393239313438333632452b3437 Save this string: My4yODY4OTI5MTQ4MzYyRSs0Nw==
Output for 5.5.34
Hex key: 312e39303535383638373737363837452b3431 Save this string: MS45MDU1ODY4Nzc3Njg3RSs0MQ==
Output for 5.5.33
Hex key: 372e34333935333236383533353139452b3433 Save this string: Ny40Mzk1MzI2ODUzNTE5RSs0Mw==
Output for 5.5.32
Hex key: 312e38303139333834393438313736452b3436 Save this string: MS44MDE5Mzg0OTQ4MTc2RSs0Ng==
Output for 5.5.5 - 5.5.6, 5.5.31
Hex key: 332e33353536383633393333313934452b3435 Save this string: My4zNTU2ODYzOTMzMTk0RSs0NQ==
Output for 5.5.30
Hex key: 382e333433383733383334393136452b3431 Save this string: OC4zNDM4NzM4MzQ5MTZFKzQx
Output for 5.5.29
Hex key: 312e39373334363131353832333231452b3435 Save this string: MS45NzM0NjExNTgyMzIxRSs0NQ==
Output for 5.5.28
Hex key: 342e37383532343434373534303239452b3438 Save this string: NC43ODUyNDQ0NzU0MDI5RSs0OA==
Output for 5.5.27
Hex key: 372e37313637363137353932303238452b3438 Save this string: Ny43MTY3NjE3NTkyMDI4RSs0OA==
Output for 5.4.28, 5.5.25
Hex key: 382e36313932313633343635393635452b3438 Save this string: OC42MTkyMTYzNDY1OTY1RSs0OA==
Output for 5.5.24
Hex key: 312e313638353236343630383639452b3431 Save this string: MS4xNjg1MjY0NjA4NjlFKzQx
Output for 5.4.42, 5.5.23
Hex key: 352e31313034313335373932383437452b3437 Save this string: NS4xMTA0MTM1NzkyODQ3RSs0Nw==
Output for 5.5.22
Hex key: 322e31373435323937323330373633452b3435 Save this string: Mi4xNzQ1Mjk3MjMwNzYzRSs0NQ==
Output for 5.5.21
Hex key: 322e39313637313938323337313137452b3436 Save this string: Mi45MTY3MTk4MjM3MTE3RSs0Ng==
Output for 5.5.19
Hex key: 312e3534323130303839373132452b3436 Save this string: MS41NDIxMDA4OTcxMkUrNDY=
Output for 5.4.35, 5.5.18
Hex key: 322e37343738353231383333343034452b3339 Save this string: Mi43NDc4NTIxODMzNDA0RSszOQ==
Output for 5.5.15
Hex key: 382e38343130343936323238313433452b3438 Save this string: OC44NDEwNDk2MjI4MTQzRSs0OA==
Output for 5.5.13
Hex key: 382e38393037333436313337313035452b3434 Save this string: OC44OTA3MzQ2MTM3MTA1RSs0NA==
Output for 5.5.12
Hex key: 312e35373131343438383238373436452b3438 Save this string: MS41NzExNDQ4ODI4NzQ2RSs0OA==
Output for 5.5.11
Hex key: 392e37383335363635333034393033452b3439 Save this string: OS43ODM1NjY1MzA0OTAzRSs0OQ==
Output for 5.5.9
Hex key: 342e34353031343132303731303338452b3435 Save this string: NC40NTAxNDEyMDcxMDM4RSs0NQ==
Output for 5.5.4
Hex key: 312e30353430313530383731383037452b3534 Save this string: MS4wNTQwMTUwODcxODA3RSs1NA==
Output for 5.5.1
Hex key: 312e30323838373130343133333737452b3536 Save this string: MS4wMjg4NzEwNDEzMzc3RSs1Ng==
Output for 5.4.45
Hex key: 322e37303430343836313138383631452b3430 Save this string: Mi43MDQwNDg2MTE4ODYxRSs0MA==
Output for 5.4.26, 5.4.29, 5.4.44
Hex key: 312e34323235343237353931303431452b3530 Save this string: MS40MjI1NDI3NTkxMDQxRSs1MA==
Output for 5.4.5, 5.4.27, 5.4.43
Hex key: 372e37383232303338383532393433452b3438 Save this string: Ny43ODIyMDM4ODUyOTQzRSs0OA==
Output for 5.4.39
Hex key: 372e34333638343231373734343332452b3533 Save this string: Ny40MzY4NDIxNzc0NDMyRSs1Mw==
Output for 5.4.38
Hex key: 322e37323539323031383736343334452b3435 Save this string: Mi43MjU5MjAxODc2NDM0RSs0NQ==
Output for 5.4.37
Hex key: 372e31363738383332333937333136452b3434 Save this string: Ny4xNjc4ODMyMzk3MzE2RSs0NA==
Output for 5.4.36
Hex key: 312e34303631373332383030363431452b3439 Save this string: MS40MDYxNzMyODAwNjQxRSs0OQ==
Output for 5.4.34
Hex key: 352e363636313937313331373234452b3534 Save this string: NS42NjYxOTcxMzE3MjRFKzU0
Output for 5.4.31
Hex key: 322e37343237343737303032353034452b3533 Save this string: Mi43NDI3NDc3MDAyNTA0RSs1Mw==
Output for 5.4.11, 5.4.25
Hex key: 362e313735303630333533343839452b3533 Save this string: Ni4xNzUwNjAzNTM0ODlFKzUz
Output for 5.4.23
Hex key: 312e34343138343030353432333535452b3532 Save this string: MS40NDE4NDAwNTQyMzU1RSs1Mg==
Output for 5.4.14, 5.4.20
Hex key: 312e38333535303032393738343834452b3434 Save this string: MS44MzU1MDAyOTc4NDg0RSs0NA==
Output for 5.4.19
Hex key: 332e39333335343735383637353437452b3538 Save this string: My45MzM1NDc1ODY3NTQ3RSs1OA==
Output for 5.4.12, 5.4.18
Hex key: 342e33313433353638323634363135452b3432 Save this string: NC4zMTQzNTY4MjY0NjE1RSs0Mg==
Output for 5.4.17
Hex key: 312e34383432353837343130333235452b3438 Save this string: MS40ODQyNTg3NDEwMzI1RSs0OA==
Output for 5.4.16
Hex key: 312e38303134383934363136333537452b3439 Save this string: MS44MDE0ODk0NjE2MzU3RSs0OQ==
Output for 5.4.13
Hex key: 392e32393930333937343938363631452b3434 Save this string: OS4yOTkwMzk3NDk4NjYxRSs0NA==
Output for 5.4.9
Hex key: 332e38333333393033353238353438452b3437 Save this string: My44MzMzOTAzNTI4NTQ4RSs0Nw==
Output for 5.4.2, 5.4.8
Hex key: 312e31323531393034313531323731452b3439 Save this string: MS4xMjUxOTA0MTUxMjcxRSs0OQ==
Output for 5.4.6
Hex key: 382e34313832313438353531353435452b3434 Save this string: OC40MTgyMTQ4NTUxNTQ1RSs0NA==
Output for 5.4.3
Hex key: 312e323530313030323731343937452b3532 Save this string: MS4yNTAxMDAyNzE0OTdFKzUy
Output for 5.4.1
Hex key: 322e30313037313431373335363233452b3530 Save this string: Mi4wMTA3MTQxNzM1NjIzRSs1MA==
Output for 5.4.0
Hex key: 312e39343031373537333931343838452b3533 Save this string: MS45NDAxNzU3MzkxNDg4RSs1Mw==
Output for 5.3.2 - 5.3.3, 5.3.5 - 5.3.7, 5.3.9 - 5.3.13, 5.3.15, 5.3.18 - 5.3.24, 5.3.26, 5.3.29
Hex key: 312e30363439373637313334383237452b3535 Save this string: MS4wNjQ5NzY3MTM0ODI3RSs1NQ==
Output for 5.3.4, 5.3.8, 5.3.14, 5.3.16 - 5.3.17, 5.3.25, 5.3.27 - 5.3.28
Hex key: 312e30373037333037333830373438452b3439 Save this string: MS4wNzA3MzA3MzgwNzQ4RSs0OQ==
Output for 5.3.0 - 5.3.1
Hex key: 332e32393738313739363134373034452b3532 Save this string: My4yOTc4MTc5NjE0NzA0RSs1Mg==
Output for 5.2.17
Hex key: 322e32313631353430373230393336452b3434 Save this string: Mi4yMTYxNTQwNzIwOTM2RSs0NA==
Output for 5.2.16
Hex key: 312e34313931303231333736393436452b3431 Save this string: MS40MTkxMDIxMzc2OTQ2RSs0MQ==
Output for 5.2.15
Hex key: 322e39303939303631383031303734452b3336 Save this string: Mi45MDk5MDYxODAxMDc0RSszNg==
Output for 5.2.14
Hex key: 332e37323731333737313031323831452b3536 Save this string: My43MjcxMzc3MTAxMjgxRSs1Ng==
Output for 5.2.13
Hex key: 312e38363032333635353036383831452b3531 Save this string: MS44NjAyMzY1NTA2ODgxRSs1MQ==
Output for 5.2.12
Hex key: 352e32363935303036303135373039452b3531 Save this string: NS4yNjk1MDA2MDE1NzA5RSs1MQ==
Output for 5.2.11
Hex key: 322e32303939383234363539383432452b3536 Save this string: Mi4yMDk5ODI0NjU5ODQyRSs1Ng==
Output for 5.2.10
Hex key: 382e30323434323232303936373035452b3430 Save this string: OC4wMjQ0MjIyMDk2NzA1RSs0MA==
Output for 5.2.9
Hex key: 312e35323734393031363337383238452b3439 Save this string: MS41Mjc0OTAxNjM3ODI4RSs0OQ==
Output for 5.2.8
Hex key: 312e38353737333831393736333131452b3435 Save this string: MS44NTc3MzgxOTc2MzExRSs0NQ==
Output for 5.2.7
Hex key: 312e30323634323935303039333935452b3631 Save this string: MS4wMjY0Mjk1MDA5Mzk1RSs2MQ==
Output for 5.2.6
Hex key: 312e33373233363230383930363934452b3434 Save this string: MS4zNzIzNjIwODkwNjk0RSs0NA==
Output for 5.2.5
Hex key: 342e38393730343735373537333936452b3432 Save this string: NC44OTcwNDc1NzU3Mzk2RSs0Mg==
Output for 5.2.4
Hex key: 332e393339313438343731363838452b3436 Save this string: My45MzkxNDg0NzE2ODhFKzQ2
Output for 5.2.3
Hex key: 332e35313235353038363732313739452b3531 Save this string: My41MTI1NTA4NjcyMTc5RSs1MQ==
Output for 5.2.2
Hex key: 372e31393837353337363334313234452b3434 Save this string: Ny4xOTg3NTM3NjM0MTI0RSs0NA==
Output for 5.2.1
Hex key: 342e36343539373038303336313636452b3338 Save this string: NC42NDU5NzA4MDM2MTY2RSszOA==
Output for 5.2.0
Hex key: 322e36363836323734393433323031452b3530 Save this string: Mi42Njg2Mjc0OTQzMjAxRSs1MA==
Output for 5.1.6
Hex key: 342e33363339393733363935393739452b3432 Save this string: NC4zNjM5OTczNjk1OTc5RSs0Mg==
Output for 5.1.5
Hex key: 322e333539383436353330303232452b3439 Save this string: Mi4zNTk4NDY1MzAwMjJFKzQ5
Output for 5.1.4
Hex key: 342e38313439333438353032343333452b3436 Save this string: NC44MTQ5MzQ4NTAyNDMzRSs0Ng==
Output for 5.1.3
Hex key: 322e363534343132393330303931452b3435 Save this string: Mi42NTQ0MTI5MzAwOTFFKzQ1
Output for 5.1.2
Hex key: 312e37373131353239313635303536452b3533 Save this string: MS43NzExNTI5MTY1MDU2RSs1Mw==
Output for 5.1.1
Hex key: 382e30303131333532323631323532452b3431 Save this string: OC4wMDExMzUyMjYxMjUyRSs0MQ==
Output for 5.1.0
Hex key: 312e36383431363534353536373739452b3438 Save this string: MS42ODQxNjU0NTU2Nzc5RSs0OA==
Output for 5.0.5
Hex key: 322e31303835313032313733303435452b3336 Save this string: Mi4xMDg1MTAyMTczMDQ1RSszNg==
Output for 5.0.4
Hex key: 312e333136303633343830333734452b3438 Save this string: MS4zMTYwNjM0ODAzNzRFKzQ4
Output for 5.0.3
Hex key: 352e39383439363333383037393738452b3437 Save this string: NS45ODQ5NjMzODA3OTc4RSs0Nw==
Output for 5.0.2
Hex key: 322e32393632393533323136303939452b3530 Save this string: Mi4yOTYyOTUzMjE2MDk5RSs1MA==
Output for 5.0.1
Hex key: 392e3539323838383039363938452b3437 Save this string: OS41OTI4ODgwOTY5OEUrNDc=
Output for 5.0.0
Hex key: 322e32303738373734353035333138452b3536 Save this string: Mi4yMDc4Nzc0NTA1MzE4RSs1Ng==
Output for 4.4.9
Hex key: 392e34343730393337333335303333452b3438 Save this string: OS40NDcwOTM3MzM1MDMzRSs0OA==
Output for 4.4.8
Hex key: 342e37393937303839363835303737452b3436 Save this string: NC43OTk3MDg5Njg1MDc3RSs0Ng==
Output for 4.4.7
Hex key: 392e353739393537383032353637452b3437 Save this string: OS41Nzk5NTc4MDI1NjdFKzQ3
Output for 4.4.6
Hex key: 332e36333136323433353033383538452b3432 Save this string: My42MzE2MjQzNTAzODU4RSs0Mg==
Output for 4.4.5
Hex key: 372e3930303034363131323139452b3436 Save this string: Ny45MDAwNDYxMTIxOUUrNDY=
Output for 4.4.4
Hex key: 322e39313536383838343932383139452b3437 Save this string: Mi45MTU2ODg4NDkyODE5RSs0Nw==
Output for 4.4.3
Hex key: 362e32343234383630343730303831452b3432 Save this string: Ni4yNDI0ODYwNDcwMDgxRSs0Mg==
Output for 4.4.2
Hex key: 342e33363339363938333233373037452b3432 Save this string: NC4zNjM5Njk4MzIzNzA3RSs0Mg==
Output for 4.4.1
Hex key: 392e323834303331333531333938452b3438 Save this string: OS4yODQwMzEzNTEzOThFKzQ4
Output for 4.4.0
Hex key: 342e32353932393635323238323936452b3531 Save this string: NC4yNTkyOTY1MjI4Mjk2RSs1MQ==
Output for 4.3.11
Hex key: 362e30353136333132313639363639452b3435 Save this string: Ni4wNTE2MzEyMTY5NjY5RSs0NQ==
Output for 4.3.10
Hex key: 352e3137383836353630343335452b3436 Save this string: NS4xNzg4NjU2MDQzNUUrNDY=
Output for 4.3.9
Hex key: 392e38323432313232303038383936452b3439 Save this string: OS44MjQyMTIyMDA4ODk2RSs0OQ==
Output for 4.3.8
Hex key: 312e39343530363035393734303639452b3437 Save this string: MS45NDUwNjA1OTc0MDY5RSs0Nw==
Output for 4.3.7
Hex key: 332e30343339323839313536393836452b3530 Save this string: My4wNDM5Mjg5MTU2OTg2RSs1MA==
Output for 4.3.6
Hex key: 322e36363235343937303337383532452b3532 Save this string: Mi42NjI1NDk3MDM3ODUyRSs1Mg==
Output for 4.3.5
Hex key: 312e32383235353634373438323232452b3439 Save this string: MS4yODI1NTY0NzQ4MjIyRSs0OQ==
Output for 4.3.4
Hex key: 312e36363236343337373034373039452b3531 Save this string: MS42NjI2NDM3NzA0NzA5RSs1MQ==
Output for 4.3.3
Hex key: 322e37303835363831363138323438452b3436 Save this string: Mi43MDg1NjgxNjE4MjQ4RSs0Ng==
Output for 4.3.2
Hex key: 312e303334303731373231373538452b3434 Save this string: MS4wMzQwNzE3MjE3NThFKzQ0
Output for 4.3.1
Hex key: 362e38363833373538343931393831452b3532 Save this string: Ni44NjgzNzU4NDkxOTgxRSs1Mg==
Output for 4.3.0
Hex key: 312e373135323638323238363731452b3434 Save this string: MS43MTUyNjgyMjg2NzFFKzQ0

preferences:
238.43 ms | 401 KiB | 325 Q