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)rand(0, 1) ? chr(rand(65, 90)) : 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.0
Deprecated: Invalid characters passed for attempted conversion, these have been ignored in /in/DquvQ on line 16 Hex key: 312e393332383633373139363933452b3439 Save this string: MS45MzI4NjM3MTk2OTNFKzQ5
Output for 7.3.12
Hex key: 312e38353833333039373231393531452b3530 Save this string: MS44NTgzMzA5NzIxOTUxRSs1MA==
Output for 7.3.11
Hex key: 342e31323638353837393534393739452b3435 Save this string: NC4xMjY4NTg3OTU0OTc5RSs0NQ==
Output for 7.3.10
Hex key: 312e31353130363736373536383737452b3438 Save this string: MS4xNTEwNjc2NzU2ODc3RSs0OA==
Output for 7.3.9
Hex key: 312e30313333323131373238333132452b3433 Save this string: MS4wMTMzMjExNzI4MzEyRSs0Mw==
Output for 7.3.8
Hex key: 372e32323032383734313935363433452b3436 Save this string: Ny4yMjAyODc0MTk1NjQzRSs0Ng==
Output for 7.3.7
Hex key: 312e36323231373637393230373337452b3531 Save this string: MS42MjIxNzY3OTIwNzM3RSs1MQ==
Output for 7.3.6
Hex key: 392e33333337313637383336383238452b3531 Save this string: OS4zMzM3MTY3ODM2ODI4RSs1MQ==
Output for 7.3.5
Hex key: 372e39373337393330353838353339452b3431 Save this string: Ny45NzM3OTMwNTg4NTM5RSs0MQ==
Output for 7.3.4
Hex key: 322e313133313631333639323238452b3439 Save this string: Mi4xMTMxNjEzNjkyMjhFKzQ5
Output for 7.3.3
Hex key: 352e32323833353334333739303332452b3337 Save this string: NS4yMjgzNTM0Mzc5MDMyRSszNw==
Output for 7.3.2
Hex key: 322e37343232313739313832373436452b3431 Save this string: Mi43NDIyMTc5MTgyNzQ2RSs0MQ==
Output for 7.3.1
Hex key: 382e32393733353937323739393932452b3535 Save this string: OC4yOTczNTk3Mjc5OTkyRSs1NQ==
Output for 7.3.0
Hex key: 322e36303639363236373532383932452b3530 Save this string: Mi42MDY5NjI2NzUyODkyRSs1MA==
Output for 7.2.25
Hex key: 372e393137393232323532383637452b3434 Save this string: Ny45MTc5MjIyNTI4NjdFKzQ0
Output for 7.2.24
Hex key: 382e36343736323339313637363139452b3430 Save this string: OC42NDc2MjM5MTY3NjE5RSs0MA==
Output for 7.2.23
Hex key: 352e32333635373938353533393632452b3534 Save this string: NS4yMzY1Nzk4NTUzOTYyRSs1NA==
Output for 7.2.22
Hex key: 392e39393339343731393833343932452b3438 Save this string: OS45OTM5NDcxOTgzNDkyRSs0OA==
Output for 7.2.21
Hex key: 382e39323033353639373938313933452b3437 Save this string: OC45MjAzNTY5Nzk4MTkzRSs0Nw==
Output for 7.2.20
Hex key: 332e37343035373732303433383032452b3436 Save this string: My43NDA1NzcyMDQzODAyRSs0Ng==
Output for 7.2.19
Hex key: 312e37303838303334393138353232452b3433 Save this string: MS43MDg4MDM0OTE4NTIyRSs0Mw==
Output for 7.2.18
Hex key: 342e31313536313539303539343531452b3436 Save this string: NC4xMTU2MTU5MDU5NDUxRSs0Ng==
Output for 7.2.17
Hex key: 342e34323338373235323131353037452b3533 Save this string: NC40MjM4NzI1MjExNTA3RSs1Mw==
Output for 7.2.0
Hex key: e87b146bf1219c187bb7b07af7a6355b2e75209badfa85906ac4fe635d491b9f Save this string: 6HsUa/EhnBh7t7B696Y1Wy51IJut+oWQasT+Y11JG58=
Output for 7.1.33
Hex key: 382e383338323639333339303237452b3532 Save this string: OC44MzgyNjkzMzkwMjdFKzUy
Output for 7.1.32
Hex key: 322e34373932323035393934323038452b3532 Save this string: Mi40NzkyMjA1OTk0MjA4RSs1Mg==
Output for 7.1.31
Hex key: 352e393935323430323235343238452b3437 Save this string: NS45OTUyNDAyMjU0MjhFKzQ3
Output for 7.1.30
Hex key: 312e31353235333637373031363336452b3531 Save this string: MS4xNTI1MzY3NzAxNjM2RSs1MQ==
Output for 7.1.29
Hex key: 312e32323930363535333432333439452b3438 Save this string: MS4yMjkwNjU1MzQyMzQ5RSs0OA==
Output for 7.1.28
Hex key: 312e313932383130323636353436452b3433 Save this string: MS4xOTI4MTAyNjY1NDZFKzQz
Output for 7.1.27
Hex key: 312e33353337323931323131303636452b3431 Save this string: MS4zNTM3MjkxMjExMDY2RSs0MQ==
Output for 7.1.26
Hex key: 332e32343935383031383134353731452b3439 Save this string: My4yNDk1ODAxODE0NTcxRSs0OQ==
Output for 7.1.7
Hex key: 97d490bdbf8310bbbf1e4f20d2f2db3b5ef2e460f109aa597d9edb599fad29bf Save this string: l9SQvb+DELu/Hk8g0vLbO17y5GDxCapZfZ7bWZ+tKb8=
Output for 7.1.6
Hex key: dd75c5c8b5fb974d728840abbe4b77b1ad5595e6961f548c5bf517371201fa32 Save this string: 3XXFyLX7l01yiECrvkt3sa1VleaWH1SMW/UXNxIB+jI=
Output for 7.1.5
Hex key: fa793803279c0e8617c6922e38094f7f104b77a1debbb426836d630d3afec00a Save this string: +nk4AyecDoYXxpIuOAlPfxBLd6Heu7Qmg21jDTr+wAo=
Output for 7.1.0
Hex key: 92fdd7be0ba974f64fcd8f156d5bfe8165c0103658117236bf0233aff02e1fb7 Save this string: kv3XvgupdPZPzY8VbVv+gWXAEDZYEXI2vwIzr/AuH7c=
Output for 7.0.20
Hex key: 296942c8efb44f77cf4272351db699faf1cc88e4965386209b8333b27aaf6c3e Save this string: KWlCyO+0T3fPQnI1HbaZ+vHMiOSWU4Ygm4MzsnqvbD4=
Output for 7.0.14
Hex key: bf223652d635a06da874fff0598df9f26f1b927cfa817676af7a43cb257894cd Save this string: vyI2UtY1oG2odP/wWY358m8bknz6gXZ2r3pDyyV4lM0=
Output for 7.0.11
Hex key: 9224086e92cb128ed91a604b2b23855169f7dd43f6bae54249a1fdc16d02c272 Save this string: kiQIbpLLEo7ZGmBLKyOFUWn33UP2uuVCSaH9wW0CwnI=
Output for 7.0.10
Hex key: 5b1d4bb3a381163c90bb8d93c09cef8886f1a11f8b9f0a08db92ecc50ef43823 Save this string: Wx1Ls6OBFjyQu42TwJzviIbxoR+LnwoI25LsxQ70OCM=
Output for 7.0.9
Hex key: 14d3263052ba989d41953bfdf8fc0af0af98ae86bdfd7a07e34e0d1c87760efe Save this string: FNMmMFK6mJ1BlTv9+PwK8K+Yroa9/XoH404NHId2Dv4=
Output for 7.0.8
Hex key: bc6be33700e5743e94ada7be6ee5552a6f584936efb11be5e5c442b57c05f024 Save this string: vGvjNwDldD6Urae+buVVKm9YSTbvsRvl5cRCtXwF8CQ=
Output for 7.0.7
Hex key: 1c44bab92e18789c0b49c609951699c7502a5ee77890853b2fd3fe9627a818e8 Save this string: HES6uS4YeJwLScYJlRaZx1AqXud4kIU7L9P+lieoGOg=
Output for 7.0.6
Hex key: d4ef4281e14c53321bdcc680afb59cb4fd9e513bd2936c60ce4148e842b2330e Save this string: 1O9CgeFMUzIb3MaAr7WctP2eUTvSk2xgzkFI6EKyMw4=
Output for 7.0.5
Hex key: 31dec6c0623dd70d329257719581559b78ba2b6ff41075996858cb6f457899ca Save this string: Md7GwGI91w0ykldxlYFVm3i6K2/0EHWZaFjLb0V4mco=
Output for 7.0.4
Hex key: 8dd80cbdc8c7eb10ee8870b364dbbfa941707507b131b5059de8656a57d5a70d Save this string: jdgMvcjH6xDuiHCzZNu/qUFwdQexMbUFnehlalfVpw0=
Output for 7.0.3
Hex key: 95d26cc70c039f7e36db96e1dfb7f7d25dc150fcf31871dc94101f87c8f03bdc Save this string: ldJsxwwDn34225bh37f30l3BUPzzGHHclBAfh8jwO9w=
Output for 7.0.2
Hex key: 01ade5bb0f289242b7586592bd4e0e5e51ab75e5cace237ef6a0a5b6b441d9fc Save this string: Aa3luw8okkK3WGWSvU4OXlGrdeXKziN+9qCltrRB2fw=
Output for 7.0.1
Hex key: 680a380e378c309dc8aff0b2912876698c059c7d555693110c2e536054ca442e Save this string: aAo4DjeMMJ3Ir/CykSh2aYwFnH1VVpMRDC5TYFTKRC4=
Output for 7.0.0
Hex key: 6a43374a6b052c3271af0fc3f3dd79feb3fd926f73edf64e60bc969203ccd6f1 Save this string: akM3SmsFLDJxrw/D8915/rP9km9z7fZOYLyWkgPM1vE=
Output for 5.6.28
Hex key: df74cce99fdfea70d1d207a8e36ba0ad1d51139dc79ad74351fe9b537650b9da Save this string: 33TM6Z/f6nDR0geo42ugrR1RE53HmtdDUf6bU3ZQudo=
Output for 5.6.26
Hex key: 68527efae9d1da7c19198227d8177fc1be7cbac1a9e2edf72a424824a588c441 Save this string: aFJ++unR2nwZGYIn2Bd/wb58usGp4u33KkJIJKWIxEE=
Output for 5.6.25
Hex key: 4929e179f51d0110baae86e6ad7e6b9f9a095948e874e42253dcc291b6f9afa6 Save this string: SSnhefUdARC6robmrX5rn5oJWUjodOQiU9zCkbb5r6Y=
Output for 5.6.24
Hex key: adb9228bf573ca55067911ac83709cc8f77d44303d98e44a93183f34a43cbdbd Save this string: rbkii/VzylUGeRGsg3CcyPd9RDA9mORKkxg/NKQ8vb0=
Output for 5.6.23
Hex key: c393d5339b1753716f0202da0272e2aa1a2aeb120ebf9ed39987797ff9cdd4e8 Save this string: w5PVM5sXU3FvAgLaAnLiqhoq6xIOv57TmYd5f/nN1Og=
Output for 5.6.22
Hex key: fc54d6b9c20e6e68a7b46037c3ac49290adfb3465c5da5737866ab447cb806b9 Save this string: /FTWucIObmintGA3w6xJKQrfs0ZcXaVzeGarRHy4Brk=
Output for 5.6.21
Hex key: b5aac18918af959383076c84f980bff7a231a19b5594b1b7ab33640cb4878db6 Save this string: tarBiRivlZODB2yE+YC/96IxoZtVlLG3qzNkDLSHjbY=
Output for 5.6.20
Hex key: f8881eb0bafb92f79ba286d8821f2183bac69ad79c6c5abd96839c831aed7caf Save this string: +IgesLr7kveboobYgh8hg7rGmtecbFq9loOcgxrtfK8=
Output for 5.6.19
Hex key: 12d1470a4dbc956d727db07de5161818f83427d3af6da0086aa924e925a26d61 Save this string: EtFHCk28lW1yfbB95RYYGPg0J9OvbaAIaqkk6SWibWE=
Output for 5.6.18
Hex key: 4fb4dc2a2a0746a1429e0482ba136df3479e8b3cb2b9dc73fdeefa1a76d1b1a3 Save this string: T7TcKioHRqFCngSCuhNt80eeizyyudxz/e76GnbRsaM=
Output for 5.6.17
Hex key: 37ecb2d75643c6a480c56309517bc44d2ca7de2c3fbd28acde9c933a3bb2a12e Save this string: N+yy11ZDxqSAxWMJUXvETSyn3iw/vSis3pyTOjuyoS4=
Output for 5.6.16
Hex key: 50dd0813383b8a86c078df850d58d5906aacf71a3a6ff2b694f1a3cecc8fb723 Save this string: UN0IEzg7iobAeN+FDVjVkGqs9xo6b/K2lPGjzsyPtyM=
Output for 5.6.15
Hex key: fa63719675ff275d1ca2758966c6b5b1f6c0381c8c5cde24961e87abfe83e2ae Save this string: +mNxlnX/J10conWJZsa1sfbAOByMXN4klh6Hq/6D4q4=
Output for 5.6.14
Hex key: cd459eaf57ef94e37dfe80e35d3f6d72b6437032f37fd199931fd5661f634290 Save this string: zUWer1fvlON9/oDjXT9tcrZDcDLzf9GZkx/VZh9jQpA=
Output for 5.6.13
Hex key: 20bdb9f541a7492b9a454641feef46e031e795cd0ed2bfbfd99cfb932af99bb1 Save this string: IL259UGnSSuaRUZB/u9G4DHnlc0O0r+/2Zz7kyr5m7E=
Output for 5.6.12
Hex key: 9c83ed7afa3e1fec31ff50addd043b9f547afa5ffa97de77baf01709bd27a56c Save this string: nIPtevo+H+wx/1Ct3QQ7n1R6+l/6l953uvAXCb0npWw=
Output for 5.6.11
Hex key: 86c6bee19455caf6727898476acff8d2f3406169f68e5412b6fcffc290ab18d0 Save this string: hsa+4ZRVyvZyeJhHas/40vNAYWn2jlQStvz/wpCrGNA=
Output for 5.6.10
Hex key: 57a17d4eb9f7c6b6552ae25829acf26988c4cb8a6f8df2f9bb6039ce70c09910 Save this string: V6F9Trn3xrZVKuJYKazyaYjEy4pvjfL5u2A5znDAmRA=
Output for 5.6.9
Hex key: 0744268156beac3b002732a97430f448f699ea867e8c634e55c327d66ae5f5ae Save this string: B0QmgVa+rDsAJzKpdDD0SPaZ6oZ+jGNOVcMn1mrl9a4=
Output for 5.6.8
Hex key: 16e9bfd0f2fb78d96b510f4341a4d82c10fa2604800e6a26974998ca459a885f Save this string: Fum/0PL7eNlrUQ9DQaTYLBD6JgSADmoml0mYykWaiF8=
Output for 5.6.7
Hex key: 1497a69a4fc5d65edea514404044fc319160e7ece45e89037b433062f2ea46d8 Save this string: FJemmk/F1l7epRRAQET8MZFg5+zkXokDe0MwYvLqRtg=
Output for 5.6.6
Hex key: d8d9b9ed30c8f290ea2a893e2246303aaeb3be2f9edee100d898484e5c25ea12 Save this string: 2Nm57TDI8pDqKok+IkYwOq6zvi+e3uEA2JhITlwl6hI=
Output for 5.6.5
Hex key: 77ddd1fadeebf589355424a7265dd275b6608e9ddf8e84c8446383dd03c8c868 Save this string: d93R+t7r9Yk1VCSnJl3SdbZgjp3fjoTIRGOD3QPIyGg=
Output for 5.6.4
Hex key: 273573f860957f829db52df04fa863fbf3cac319d921f52b5c3a9a806846780b Save this string: JzVz+GCVf4KdtS3wT6hj+/PKwxnZIfUrXDqagGhGeAs=
Output for 5.6.3
Hex key: e317d6bfa33ce4cb4eb96332b8415e5aab1038d9414e0a80f9694cf892ad34a8 Save this string: 4xfWv6M85MtOuWMyuEFeWqsQONlBTgqA+WlM+JKtNKg=
Output for 5.6.2
Hex key: 9a056276e20e63c880a166eff0b66e7d1de18447a46d13d993e3b8e5ef4daf70 Save this string: mgViduIOY8iAoWbv8LZufR3hhEekbRPZk+O45e9Nr3A=
Output for 5.6.1
Hex key: b1c2464ab8fa7afc9d335034081414d01e80353d5644515b05b31281dbf94f0b Save this string: scJGSrj6evydM1A0CBQU0B6ANT1WRFFbBbMSgdv5Tws=
Output for 5.6.0
Hex key: 186c404c3ea283acdde96d8866bc16abe9472644b38dfc5cab8f96859e2b5608 Save this string: GGxATD6ig6zd6W2IZrwWq+lHJkSzjfxcq4+WhZ4rVgg=
Output for 5.5.38
Hex key: 164c37e5f45ae0b83d2011467323bfbccb93e734c6f77a119d65fc944de9e0df Save this string: Fkw35fRa4Lg9IBFGcyO/vMuT5zTG93oRnWX8lE3p4N8=
Output for 5.5.37
Hex key: f62743e7cd36f27192a250468f7ce1abf7822febf6e6f5491e7578cae2f28d6e Save this string: 9idD58028nGSolBGj3zhq/eCL+v25vVJHnV4yuLyjW4=
Output for 5.5.36
Hex key: 593fa371632955bae8b14ed4113ffb6b223652bed4297f20f8f7803eab11de7b Save this string: WT+jcWMpVbrosU7UET/7ayI2Ur7UKX8g+PeAPqsR3ns=
Output for 5.5.35
Hex key: 05ab7ff44bc90ebb99a314efcc28dbb36023e3b86c44f4792b28737c7b2369bc Save this string: Bat/9EvJDruZoxTvzCjbs2Aj47hsRPR5KyhzfHsjabw=
Output for 5.5.34
Hex key: a25b75acfb6c827aee3e6642d56c1ba94f7f4e146e870abfb1cc3be7ecae18a0 Save this string: olt1rPtsgnruPmZC1WwbqU9/ThRuhwq/scw75+yuGKA=
Output for 5.5.33
Hex key: a3da6704b395cf7c74c4cd55cc618d9d53647d5f8a8e3cb0b48e3275b71fcd2d Save this string: o9pnBLOVz3x0xM1VzGGNnVNkfV+KjjywtI4ydbcfzS0=
Output for 5.5.32
Hex key: 05fe79eb62ee32439d80cebe8371a530e8e5b32f3293d7c15d56b44461081a66 Save this string: Bf5562LuMkOdgM6+g3GlMOjlsy8yk9fBXVa0RGEIGmY=
Output for 5.5.31
Hex key: 28c1ae76d72b379a913b171fc071f228d0badfc04e526a3a044eeda7429f125b Save this string: KMGudtcrN5qROxcfwHHyKNC638BOUmo6BE7tp0KfEls=
Output for 5.5.30
Hex key: 5da5323d1cf09548646e1b1ebc53d4799a6c92fe7d9db22284da084f81a1289c Save this string: XaUyPRzwlUhkbhsevFPUeZpskv59nbIihNoIT4GhKJw=
Output for 5.5.29
Hex key: d364ce4ceb1fd60d59aa76ffa332184112b651aedc120162aa9181ec137f8a9c Save this string: 02TOTOsf1g1Zqnb/ozIYQRK2Ua7cEgFiqpGB7BN/ipw=
Output for 5.5.28
Hex key: 96c5cddd149d0193c158b8965c7a39b230971f624a194d8f396967aa4878b4c1 Save this string: lsXN3RSdAZPBWLiWXHo5sjCXH2JKGU2POWlnqkh4tME=
Output for 5.5.27
Hex key: 9ca6c035d7ee3e8ff936f6ef88ca6d8627c34ebfcc028fc702c4fba8f0616f79 Save this string: nKbANdfuPo/5NvbviMpthifDTr/MAo/HAsT7qPBhb3k=
Output for 5.5.26
Hex key: dd6775678d983bd6452f57e6538fe0b90eea51ac5a885fa3707e05a50903bb8d Save this string: 3Wd1Z42YO9ZFL1fmU4/guQ7qUaxaiF+jcH4FpQkDu40=
Output for 5.5.25
Hex key: 9aa7a9b754310c2e08e748193288654f52879355d154326f479f809c65051b8c Save this string: mqept1QxDC4I50gZMohlT1KHk1XRVDJvR5+AnGUFG4w=
Output for 5.5.24
Hex key: 41b322f50eb3d538a231ef2c95a505fa997546ada6e33a862592c7fe7866b862 Save this string: QbMi9Q6z1TiiMe8slaUF+pl1Rq2m4zqGJZLH/nhmuGI=
Output for 5.5.23
Hex key: fdad0e577c76362d2739a80457690959cc5b9bc36954f7fac621d1f70a5ff0d2 Save this string: /a0OV3x2Ni0nOagEV2kJWcxbm8NpVPf6xiHR9wpf8NI=
Output for 5.5.22
Hex key: 10060d42210fbe3de738aac97911f8097f3f79393cd56c6155df0e3a6dded5b3 Save this string: EAYNQiEPvj3nOKrJeRH4CX8/eTk81WxhVd8OOm3e1bM=
Output for 5.5.21
Hex key: 8d0ffc94b96682e2fb9ec75e99658e94ab687c99a30d15b999fc6336c0ae46e8 Save this string: jQ/8lLlmguL7nsdemWWOlKtofJmjDRW5mfxjNsCuRug=
Output for 5.5.20
Hex key: 2c0e7e09312fca23a48716b4f698267f25f5aa1596201c3d734f83183a8c809a Save this string: LA5+CTEvyiOkhxa09pgmfyX1qhWWIBw9c0+DGDqMgJo=
Output for 5.5.19
Hex key: b9c7dab45f85a69cc4264c25f49fd4c0ddb4cafc106b13357cdffbfc8201bd9d Save this string: ucfatF+FppzEJkwl9J/UwN20yvwQaxM1fN/7/IIBvZ0=
Output for 5.5.18
Hex key: e4bfcf812d901cf7bd017845c142547de6d518169b15127762567b7d5852a9e0 Save this string: 5L/PgS2QHPe9AXhFwUJUfebVGBabFRJ3YlZ7fVhSqeA=
Output for 5.5.16
Hex key: d2bb397fac7a40a5714342a28d818b44fe616d453e8926cd071cc657c760d904 Save this string: 0rs5f6x6QKVxQ0KijYGLRP5hbUU+iSbNBxzGV8dg2QQ=
Output for 5.5.15
Hex key: 803d89949397794e28e1ef41fd5f778f9fb3afc60bddd0e6f549509140a69317 Save this string: gD2JlJOXeU4o4e9B/V93j5+zr8YL3dDm9UlQkUCmkxc=
Output for 5.5.14
Hex key: 6498439f837c026e6807bd615ad81c2ef3bc71c105d83d5bf8154c71b8fcef73 Save this string: ZJhDn4N8Am5oB71hWtgcLvO8ccEF2D1b+BVMcbj873M=
Output for 5.5.13
Hex key: 9605d345a1d158f34ac123e889a9ec5a70a13ad25ccdadc37cd0e4125375c7c7 Save this string: lgXTRaHRWPNKwSPoiansWnChOtJcza3DfNDkElN1x8c=
Output for 5.5.12
Hex key: 88e09ec0381f3eb32ff0b08497e2bd859adc7b9aa4215adfb046ff600966bd11 Save this string: iOCewDgfPrMv8LCEl+K9hZrce5qkIVrfsEb/YAlmvRE=
Output for 5.5.11
Hex key: da3e749d004d6a117bec1434a832c4d4fcfd7436e5181798afb3824e756c2566 Save this string: 2j50nQBNahF77BQ0qDLE1Pz9dDblGBeYr7OCTnVsJWY=
Output for 5.5.10
Hex key: 78d8a0b59b56e909118bb591c81a879595858ca2d7d415ca51f5347dfad7174b Save this string: eNigtZtW6QkRi7WRyBqHlZWFjKLX1BXKUfU0ffrXF0s=
Output for 5.5.9
Hex key: 48782825733518696471f2ce4510087bd6ebc78d444db2a7e0b95b29225afaac Save this string: SHgoJXM1GGlkcfLORRAIe9brx41ETbKn4LlbKSJa+qw=
Output for 5.5.8
Hex key: 345400351620ce68d40d7adb12c470ef115a9ef6260aa07498f5c17e63c9bc62 Save this string: NFQANRYgzmjUDXrbEsRw7xFanvYmCqB0mPXBfmPJvGI=
Output for 5.5.7
Hex key: 5a1b4e80295f9106438d5b2e66b1f7a9deb9458e48e5125ce8582e301dfc33fb Save this string: WhtOgClfkQZDjVsuZrH3qd65RY5I5RJc6FguMB38M/s=
Output for 5.5.6
Hex key: e24582f338f408ebd6a14dba279039f62be644084d54745179bfcc5c53cab6ef Save this string: 4kWC8zj0COvWoU26J5A59ivmRAhNVHRReb/MXFPKtu8=
Output for 5.5.5
Hex key: d49153e7479da1333984f2044b4664af2ba8028001d06ea1dd09e5ce2569c4ad Save this string: 1JFT50edoTM5hPIES0ZkryuoAoAB0G6h3QnlziVpxK0=
Output for 5.5.4
Hex key: ae34875bd5b3b08d022144052fd862ce7b6d09ebd54175dbb55171f643066f7b Save this string: rjSHW9WzsI0CIUQFL9hiznttCevVQXXbtVFx9kMGb3s=
Output for 5.5.3
Hex key: ff3902b00da3f3d1013ff5fe83874e33faee4799bf65dcf64486124679e31367 Save this string: /zkCsA2j89EBP/X+g4dOM/ruR5m/Zdz2RIYSRnnjE2c=
Output for 5.5.2
Hex key: da3a3918ab9aaa67b5e377ca9bfefbe4fba4b553cbd1f9ad1c3d1e3973939042 Save this string: 2jo5GKuaqme143fKm/775PuktVPL0fmtHD0eOXOTkEI=
Output for 5.5.1
Hex key: 59373a4bc0a9a6a8951a319fb9c2029abfef4c2aca644fe2866673737d582123 Save this string: WTc6S8CppqiVGjGfucICmr/vTCrKZE/ihmZzc31YISM=
Output for 5.5.0
Hex key: 35f0d4be895bcdd2efd230d778ad1a7e5ee0394ac2f85ff789f3464c94d46e44 Save this string: NfDUvolbzdLv0jDXeK0afl7gOUrC+F/3ifNGTJTUbkQ=
Output for 5.4.45
Hex key: e4413c27425e88f026e93a100c74f2b4dcb2d367ecae218a20bcaa2bd684e6ef Save this string: 5EE8J0JeiPAm6ToQDHTytNyy02fsriGKILyqK9aE5u8=
Output for 5.4.44
Hex key: ba22b5f3307843dab2f7be261b81a7f3d953d7b7dbc0bf82f6c0c3754e21d227 Save this string: uiK18zB4Q9qy974mG4Gn89lT17fbwL+C9sDDdU4h0ic=
Output for 5.4.43
Hex key: b9beb4767c163cf9a4595e20effef535074cf1a6e04035b84eda32836cdba642 Save this string: ub60dnwWPPmkWV4g7/71NQdM8abgQDW4Ttoyg2zbpkI=
Output for 5.4.42
Hex key: e26bcbe4da6b2c597675590b7959b95987538d04c2f43635386a680fcaf57943 Save this string: 4mvL5NprLFl2dVkLeVm5WYdTjQTC9DY1OGpoD8r1eUM=
Output for 5.4.41
Hex key: ebbcb43b789c91f3f33e7f73f08adb626276d5cd1011dadc9ac641f57d5085be Save this string: 67y0O3ickfPzPn9z8IrbYmJ21c0QEdrcmsZB9X1Qhb4=
Output for 5.4.40
Hex key: afc1befb15c75b4563f1bdff863498190ad3bd498a7a99740440f9dd6fa897e8 Save this string: r8G++xXHW0Vj8b3/hjSYGQrTvUmKepl0BED53W+ol+g=
Output for 5.4.39
Hex key: e7ff550bcdece8b8729803273bf4e868c60f23f649cd43c104b81bfdad025d04 Save this string: 5/9VC83s6LhymAMnO/ToaMYPI/ZJzUPBBLgb/a0CXQQ=
Output for 5.4.38
Hex key: 40f600447c62c6fd267e8226be601662bde9c82667c43cca61ffc28af4a4fe8f Save this string: QPYARHxixv0mfoImvmAWYr3pyCZnxDzKYf/CivSk/o8=
Output for 5.4.37
Hex key: ed8fe7e61ccce70db7e018cb8c36794fa99749a742d7e4e5801e0468ef831bfb Save this string: 7Y/n5hzM5w234BjLjDZ5T6mXSadC1+TlgB4EaO+DG/s=
Output for 5.4.36
Hex key: 7b610dcda6c49d92666b13770fdf31b93449d816361e9572607e22494d418653 Save this string: e2ENzabEnZJmaxN3D98xuTRJ2BY2HpVyYH4iSU1BhlM=
Output for 5.4.35
Hex key: dfca2348390379c4c2cf7ab5f7705e853a593b1bfac811ace86e62dc56b92147 Save this string: 38ojSDkDecTCz3q193BehTpZOxv6yBGs6G5i3Fa5IUc=
Output for 5.4.34
Hex key: e4beb5506bf9fce552cd11b539496620e176ee0d114df5a1da5be203a8f51559 Save this string: 5L61UGv5/OVSzRG1OUlmIOF27g0RTfWh2lviA6j1FVk=
Output for 5.4.32
Hex key: 1f8a1bd25ecf9efdccc69cd2ce69665dde14b8a249c3435724cfb986fdf61521 Save this string: H4ob0l7Pnv3MxpzSzmlmXd4UuKJJw0NXJM+5hv32FSE=
Output for 5.4.31
Hex key: 55eb7349a0d8ccb1d1bb0d12700ec2a0cf62f6406c21b5363b56a9a9060afa5b Save this string: VetzSaDYzLHRuw0ScA7CoM9i9kBsIbU2O1apqQYK+ls=
Output for 5.4.30
Hex key: eb2beab3a48f9cf4680f8454c0156cb0f83e2499147ccb92fcb3cd2f379410af Save this string: 6yvqs6SPnPRoD4RUwBVssPg+JJkUfMuS/LPNLzeUEK8=
Output for 5.4.29
Hex key: 995c473248c198df2c13efab2e126088a10abcf16a910b43bf769f95201437d6 Save this string: mVxHMkjBmN8sE++rLhJgiKEKvPFqkQtDv3aflSAUN9Y=
Output for 5.4.28
Hex key: f6f3a01d40bdda0ee983f8516385dae8a7143b694a0fccc0cb96ee2501204cac Save this string: 9vOgHUC92g7pg/hRY4Xa6KcUO2lKD8zAy5buJQEgTKw=
Output for 5.4.27
Hex key: 955c5b20a699b880d2ba42715468db4090f4c94db381a1dae08b53e002c6cf84 Save this string: lVxbIKaZuIDSukJxVGjbQJD0yU2zgaHa4ItT4ALGz4Q=
Output for 5.4.26
Hex key: e80869dce84ecb80fc6985d82fc8d4aa8a91ff00acf7ebb61b18b13124a10986 Save this string: 6Ahp3OhOy4D8aYXYL8jUqoqR/wCs9+u2GxixMSShCYY=
Output for 5.4.25
Hex key: ab5171cae0919bfe51aca0647dda22b1f80a1583ac21cdc77c66beb6c38df982 Save this string: q1FxyuCRm/5RrKBkfdoisfgKFYOsIc3HfGa+tsON+YI=
Output for 5.4.24
Hex key: c54000c9aa93dfaf5d1fb555d67a3acba9ecc63368deec146245db11b5ea8075 Save this string: xUAAyaqT369dH7VV1no6y6nsxjNo3uwUYkXbEbXqgHU=
Output for 5.4.23
Hex key: c54b8b448600d6561729f9398ca6d8c47f3c49ed05d44fb72b971a70299c5cdf Save this string: xUuLRIYA1lYXKfk5jKbYxH88Se0F1E+3K5cacCmcXN8=
Output for 5.4.22
Hex key: 392d339a4d673053bc95978501cdd41466ce8ebd58f2e0816e99d0ea1b639256 Save this string: OS0zmk1nMFO8lZeFAc3UFGbOjr1Y8uCBbpnQ6htjklY=
Output for 5.4.21
Hex key: f34e66762ca2830984fef99f319bdbb9e1162220b5a0552e5edb58210ae3cb96 Save this string: 805mdiyigwmE/vmfMZvbueEWIiC1oFUuXttYIQrjy5Y=
Output for 5.4.20
Hex key: 1efc8511725d2e178c93cb3a3d333aa2488aaf99228b341a0d6828bfe48ccab2 Save this string: HvyFEXJdLheMk8s6PTM6okiKr5kiizQaDWgov+SMyrI=
Output for 5.4.19
Hex key: 481bc46812cd83de723a202dcd7883a1f0c401e65b3b08264a66c2df0d8f8ced Save this string: SBvEaBLNg95yOiAtzXiDofDEAeZbOwgmSmbC3w2PjO0=
Output for 5.4.18
Hex key: 1b8343631f6207bf4796a7cdc44053142cc51744c27bfb1f6fb2f5115eb16f97 Save this string: G4NDYx9iB79HlqfNxEBTFCzFF0TCe/sfb7L1EV6xb5c=
Output for 5.4.17
Hex key: e4722ed274b1f1c0665fd402eef0b9aaabd7458aad009a71195ffcd4590b11cf Save this string: 5HIu0nSx8cBmX9QC7vC5qqvXRYqtAJpxGV/81FkLEc8=
Output for 5.4.16
Hex key: 86c73e7bf69d1287f0de7b5a9a7d9939e053c0da120477bed7fecebf258fada8 Save this string: hsc+e/adEofw3ntamn2ZOeBTwNoSBHe+1/7OvyWPrag=
Output for 5.4.15
Hex key: d4d2f17ee73e4ffe8b22d663a5dc469702dbf7b7eac22620017e27e18ae29033 Save this string: 1NLxfuc+T/6LItZjpdxGlwLb97fqwiYgAX4n4YrikDM=
Output for 5.4.14
Hex key: 322e39343136393633323333452b3530 Save this string: Mi45NDE2OTYzMjMzRSs1MA==
Output for 5.4.13
Hex key: 342e34353833383330393831343036452b3430 Save this string: NC40NTgzODMwOTgxNDA2RSs0MA==
Output for 5.4.12
Hex key: 352e30373534393638343336393938452b3438 Save this string: NS4wNzU0OTY4NDM2OTk4RSs0OA==
Output for 5.4.11
Hex key: 312e33383030373331383434343737452b3439 Save this string: MS4zODAwNzMxODQ0NDc3RSs0OQ==
Output for 5.4.10
Hex key: 322e34303335303330363734363531452b3530 Save this string: Mi40MDM1MDMwNjc0NjUxRSs1MA==
Output for 5.4.9
Hex key: 382e30313736383537313832343138452b3337 Save this string: OC4wMTc2ODU3MTgyNDE4RSszNw==
Output for 5.4.8
Hex key: 342e37373535333036313539393731452b3436 Save this string: NC43NzU1MzA2MTU5OTcxRSs0Ng==
Output for 5.4.7
Hex key: 332e32333834383831323930333232452b3438 Save this string: My4yMzg0ODgxMjkwMzIyRSs0OA==
Output for 5.4.6
Hex key: 362e34323935353532393938323736452b3438 Save this string: Ni40Mjk1NTUyOTk4Mjc2RSs0OA==
Output for 5.4.5
Hex key: 312e33313337353739353833383831452b3530 Save this string: MS4zMTM3NTc5NTgzODgxRSs1MA==
Output for 5.4.4
Hex key: 312e32303736353537353734323432452b3435 Save this string: MS4yMDc2NTU3NTc0MjQyRSs0NQ==
Output for 5.4.3
Hex key: 312e31343237313535333433383035452b3535 Save this string: MS4xNDI3MTU1MzQzODA1RSs1NQ==
Output for 5.4.2
Hex key: 322e38303037373030373138323334452b3435 Save this string: Mi44MDA3NzAwNzE4MjM0RSs0NQ==
Output for 5.4.1
Hex key: 312e39383135353331353732363537452b3433 Save this string: MS45ODE1NTMxNTcyNjU3RSs0Mw==
Output for 5.4.0
Hex key: 322e33303234383739373236343832452b3434 Save this string: Mi4zMDI0ODc5NzI2NDgyRSs0NA==
Output for 5.3.29
Hex key: 352e32313937303133373130353634452b3532 Save this string: NS4yMTk3MDEzNzEwNTY0RSs1Mg==
Output for 5.3.28
Hex key: 342e39363738383035303334303932452b3437 Save this string: NC45Njc4ODA1MDM0MDkyRSs0Nw==
Output for 5.3.27
Hex key: 322e33313430373432333335393333452b3535 Save this string: Mi4zMTQwNzQyMzM1OTMzRSs1NQ==
Output for 5.3.26
Hex key: 322e353835353032303334373131452b3339 Save this string: Mi41ODU1MDIwMzQ3MTFFKzM5
Output for 5.3.25
Hex key: 382e37363032363639343330303039452b3432 Save this string: OC43NjAyNjY5NDMwMDA5RSs0Mg==
Output for 5.3.24
Hex key: 352e33393939393732373430393931452b3434 Save this string: NS4zOTk5OTcyNzQwOTkxRSs0NA==
Output for 5.3.23
Hex key: 332e30303137343534333838393934452b3530 Save this string: My4wMDE3NDU0Mzg4OTk0RSs1MA==
Output for 5.3.22
Hex key: 352e34353935333031313831333939452b3435 Save this string: NS40NTk1MzAxMTgxMzk5RSs0NQ==
Output for 5.3.21
Hex key: 312e30393233323133393630343932452b3338 Save this string: MS4wOTIzMjEzOTYwNDkyRSszOA==
Output for 5.3.20
Hex key: 332e353338393731313139373031452b3531 Save this string: My41Mzg5NzExMTk3MDFFKzUx
Output for 5.3.19
Hex key: 332e39323633363233383231363936452b3532 Save this string: My45MjYzNjIzODIxNjk2RSs1Mg==
Output for 5.3.18
Hex key: 312e33323935343032373439353035452b3534 Save this string: MS4zMjk1NDAyNzQ5NTA1RSs1NA==
Output for 5.3.17
Hex key: 312e35363832363836363432343434452b3435 Save this string: MS41NjgyNjg2NjQyNDQ0RSs0NQ==
Output for 5.3.16
Hex key: 332e39363739313032373339343337452b3430 Save this string: My45Njc5MTAyNzM5NDM3RSs0MA==
Output for 5.3.15
Hex key: 392e36303635363334343536303735452b3437 Save this string: OS42MDY1NjM0NDU2MDc1RSs0Nw==
Output for 5.3.14
Hex key: 312e33373038393330303530353731452b3435 Save this string: MS4zNzA4OTMwMDUwNTcxRSs0NQ==
Output for 5.3.13
Hex key: 312e36363030323432393330343238452b3530 Save this string: MS42NjAwMjQyOTMwNDI4RSs1MA==
Output for 5.3.12
Hex key: 372e323834303535393135343339452b3430 Save this string: Ny4yODQwNTU5MTU0MzlFKzQw
Output for 5.3.11
Hex key: 392e39343438323038313936303834452b3530 Save this string: OS45NDQ4MjA4MTk2MDg0RSs1MA==
Output for 5.3.10
Hex key: 372e34313532383039363438303238452b3434 Save this string: Ny40MTUyODA5NjQ4MDI4RSs0NA==
Output for 5.3.9
Hex key: 312e323438383939363531343136452b3530 Save this string: MS4yNDg4OTk2NTE0MTZFKzUw
Output for 5.3.8
Hex key: 312e33303436373930333330303533452b3530 Save this string: MS4zMDQ2NzkwMzMwMDUzRSs1MA==
Output for 5.3.7
Hex key: 322e38383033333436343930323936452b3435 Save this string: Mi44ODAzMzQ2NDkwMjk2RSs0NQ==
Output for 5.3.6
Hex key: 382e30363733303538323630343933452b3438 Save this string: OC4wNjczMDU4MjYwNDkzRSs0OA==
Output for 5.3.5
Hex key: 322e32303636363633353431373134452b3434 Save this string: Mi4yMDY2NjYzNTQxNzE0RSs0NA==
Output for 5.3.4
Hex key: 342e39383330333633353234343632452b3434 Save this string: NC45ODMwMzYzNTI0NDYyRSs0NA==
Output for 5.3.3
Hex key: 362e34363332333338393136363037452b3439 Save this string: Ni40NjMyMzM4OTE2NjA3RSs0OQ==
Output for 5.3.2
Hex key: 372e34393330333333313536363535452b3434 Save this string: Ny40OTMwMzMzMTU2NjU1RSs0NA==
Output for 5.3.1
Hex key: 312e39383734323639373637323439452b3439 Save this string: MS45ODc0MjY5NzY3MjQ5RSs0OQ==
Output for 5.3.0
Hex key: 352e38333831363837323631353232452b3439 Save this string: NS44MzgxNjg3MjYxNTIyRSs0OQ==
Output for 5.2.17
Hex key: 362e36313234353338343235393434452b3439 Save this string: Ni42MTI0NTM4NDI1OTQ0RSs0OQ==
Output for 5.2.16
Hex key: 312e36313733343532333730353139452b3435 Save this string: MS42MTczNDUyMzcwNTE5RSs0NQ==
Output for 5.2.15
Hex key: 312e353230373130353435343133452b3437 Save this string: MS41MjA3MTA1NDU0MTNFKzQ3
Output for 5.2.14
Hex key: 322e32353732303038353738343638452b3531 Save this string: Mi4yNTcyMDA4NTc4NDY4RSs1MQ==
Output for 5.2.13
Hex key: 342e38313731363638393039373538452b3339 Save this string: NC44MTcxNjY4OTA5NzU4RSszOQ==
Output for 5.2.12
Hex key: 312e38313935343838303138333436452b3530 Save this string: MS44MTk1NDg4MDE4MzQ2RSs1MA==
Output for 5.2.11
Hex key: 312e31323637323233393233353536452b3439 Save this string: MS4xMjY3MjIzOTIzNTU2RSs0OQ==
Output for 5.2.10
Hex key: 372e36303239353133363836393037452b3436 Save this string: Ny42MDI5NTEzNjg2OTA3RSs0Ng==
Output for 5.2.9
Hex key: 332e30313031323130323734323037452b3434 Save this string: My4wMTAxMjEwMjc0MjA3RSs0NA==
Output for 5.2.8
Hex key: 382e30313237383930373532313439452b3336 Save this string: OC4wMTI3ODkwNzUyMTQ5RSszNg==
Output for 5.2.7
Hex key: 332e333330333130303638353935452b3435 Save this string: My4zMzAzMTAwNjg1OTVFKzQ1
Output for 5.2.6
Hex key: 312e30363633363639303630373937452b3439 Save this string: MS4wNjYzNjY5MDYwNzk3RSs0OQ==
Output for 5.2.5
Hex key: 332e32303237383832353538363832452b3338 Save this string: My4yMDI3ODgyNTU4NjgyRSszOA==
Output for 5.2.4
Hex key: 312e38303334373036363037393636452b3434 Save this string: MS44MDM0NzA2NjA3OTY2RSs0NA==
Output for 5.2.3
Hex key: 372e31393333373734343030393637452b3335 Save this string: Ny4xOTMzNzc0NDAwOTY3RSszNQ==
Output for 5.2.2
Hex key: 322e34313533313832373638363233452b3530 Save this string: Mi40MTUzMTgyNzY4NjIzRSs1MA==
Output for 5.2.1
Hex key: 312e34363635323431383733323738452b3434 Save this string: MS40NjY1MjQxODczMjc4RSs0NA==
Output for 5.2.0
Hex key: 312e37323838343235363733333634452b3530 Save this string: MS43Mjg4NDI1NjczMzY0RSs1MA==
Output for 5.1.6
Hex key: 342e34303935323630393438373936452b3532 Save this string: NC40MDk1MjYwOTQ4Nzk2RSs1Mg==
Output for 5.1.5
Hex key: 312e33353935363832333932313532452b3532 Save this string: MS4zNTk1NjgyMzkyMTUyRSs1Mg==
Output for 5.1.4
Hex key: 392e37313631373438333838303234452b3432 Save this string: OS43MTYxNzQ4Mzg4MDI0RSs0Mg==
Output for 5.1.3
Hex key: 392e34313737343332343436353036452b3439 Save this string: OS40MTc3NDMyNDQ2NTA2RSs0OQ==
Output for 5.1.2
Hex key: 322e36313735333737393037343333452b3530 Save this string: Mi42MTc1Mzc3OTA3NDMzRSs1MA==
Output for 5.1.1
Hex key: 312e30333931333036323134333733452b3530 Save this string: MS4wMzkxMzA2MjE0MzczRSs1MA==
Output for 5.1.0
Hex key: 382e33363032363033333139363938452b3438 Save this string: OC4zNjAyNjAzMzE5Njk4RSs0OA==
Output for 5.0.5
Hex key: 362e39303836343139383132373239452b3436 Save this string: Ni45MDg2NDE5ODEyNzI5RSs0Ng==
Output for 5.0.4
Hex key: 322e32343631383439323833303839452b3430 Save this string: Mi4yNDYxODQ5MjgzMDg5RSs0MA==
Output for 5.0.3
Hex key: 342e32383832333831393938353438452b3532 Save this string: NC4yODgyMzgxOTk4NTQ4RSs1Mg==
Output for 5.0.2
Hex key: 312e33383134393934303037343935452b3430 Save this string: MS4zODE0OTk0MDA3NDk1RSs0MA==
Output for 5.0.1
Hex key: 342e31333139393933363031393836452b3437 Save this string: NC4xMzE5OTkzNjAxOTg2RSs0Nw==
Output for 5.0.0
Hex key: 382e34343839343738353038323937452b3437 Save this string: OC40NDg5NDc4NTA4Mjk3RSs0Nw==
Output for 4.4.9
Hex key: 312e31303135393838333937363538452b3439 Save this string: MS4xMDE1OTg4Mzk3NjU4RSs0OQ==
Output for 4.4.8
Hex key: 382e34303039323837353437313235452b3338 Save this string: OC40MDA5Mjg3NTQ3MTI1RSszOA==
Output for 4.4.7
Hex key: 322e33333534313233353732393038452b3435 Save this string: Mi4zMzU0MTIzNTcyOTA4RSs0NQ==
Output for 4.4.6
Hex key: 312e31353934323538323638323336452b3438 Save this string: MS4xNTk0MjU4MjY4MjM2RSs0OA==
Output for 4.4.5
Hex key: 372e37373934383135353334343931452b3438 Save this string: Ny43Nzk0ODE1NTM0NDkxRSs0OA==
Output for 4.4.4
Hex key: 312e31313134303732303636333536452b3439 Save this string: MS4xMTE0MDcyMDY2MzU2RSs0OQ==
Output for 4.4.3
Hex key: 312e31343139303938383432333432452b3433 Save this string: MS4xNDE5MDk4ODQyMzQyRSs0Mw==
Output for 4.4.2
Hex key: 312e31313530383332373739303931452b3434 Save this string: MS4xMTUwODMyNzc5MDkxRSs0NA==
Output for 4.4.1
Hex key: 312e34383238363333323231333439452b3435 Save this string: MS40ODI4NjMzMjIxMzQ5RSs0NQ==
Output for 4.4.0
Hex key: 342e33373331353238303132343239452b3435 Save this string: NC4zNzMxNTI4MDEyNDI5RSs0NQ==
Output for 4.3.11
Hex key: 342e34353336343633303335303139452b3533 Save this string: NC40NTM2NDYzMDM1MDE5RSs1Mw==
Output for 4.3.10
Hex key: 322e35353038343337383833333238452b3435 Save this string: Mi41NTA4NDM3ODgzMzI4RSs0NQ==
Output for 4.3.9
Hex key: 372e38353031363335353731383639452b3437 Save this string: Ny44NTAxNjM1NTcxODY5RSs0Nw==
Output for 4.3.8
Hex key: 342e38313531333037353631303832452b3333 Save this string: NC44MTUxMzA3NTYxMDgyRSszMw==
Output for 4.3.7
Hex key: 322e32383832373934343533353332452b3532 Save this string: Mi4yODgyNzk0NDUzNTMyRSs1Mg==
Output for 4.3.6
Hex key: 312e31333636303536353833393134452b3531 Save this string: MS4xMzY2MDU2NTgzOTE0RSs1MQ==
Output for 4.3.5
Hex key: 382e33333335353639393234373839452b3437 Save this string: OC4zMzM1NTY5OTI0Nzg5RSs0Nw==
Output for 4.3.4
Hex key: 312e33313836343336333932313831452b3437 Save this string: MS4zMTg2NDM2MzkyMTgxRSs0Nw==
Output for 4.3.3
Hex key: 332e34363536363038333738343335452b3536 Save this string: My40NjU2NjA4Mzc4NDM1RSs1Ng==
Output for 4.3.2
Hex key: 342e37303630323337383736363237452b3435 Save this string: NC43MDYwMjM3ODc2NjI3RSs0NQ==
Output for 4.3.1
Hex key: 352e36363930393738383938373833452b3436 Save this string: NS42NjkwOTc4ODk4NzgzRSs0Ng==
Output for 4.3.0
Hex key: 332e34383934303931313535343935452b3438 Save this string: My40ODk0MDkxMTU1NDk1RSs0OA==

preferences:
213.25 ms | 401 KiB | 249 Q