ceranimo Posted April 26, 2020 Share Posted April 26, 2020 I will do keygen for software, I couldn't do it please help me function clr_url() { return md5('optima' . hash('sha1', md5(base64_decode(rtrim(str_replace(['http://', 'https://', 'www.'], ['', '', ''], get_base_url()), '/'))) . getSiteAdi())); } function license_check() { .............. ................... function getSiteAdi() { return 'optima'; } keygen i created <?php echo hash("sha1", md5(base64_decode(deneme.com))) . "YSXVkxG3-U"); keygen not working help Quote Link to comment Share on other sites More sharing options...
ceranimo Posted April 27, 2020 Author Share Posted April 27, 2020 Posted 24 minutes ago I will do keygen for software, I couldn't do it please help me function clr_url() { return md5('tema' . hash('sha1', md5(base64_decode(rtrim(str_replace(['http://', 'https://', 'www.'], ['', '', ''], get_base_url()), '/'))) . getSiteAdi())); } function license_check() { .............. ................... function getSiteAdi() { return 'optima'; } keygen i created <?php echo hash("sha1", md5(base64_decode(deneme.com))) . "optima"); keygen not working help Quote Link to comment Share on other sites More sharing options...
StevenOliver Posted April 27, 2020 Share Posted April 27, 2020 (edited) You have an extra parentheses -- there should only be 2 parentheses after deneme.com <?php echo hash("sha1", md5(base64_decode(deneme.com))) . "YSXVkxG3-U"); p.s. both sha1 and md5 are really '90's -- and they're "broken" and collisions can be generated. Edited April 27, 2020 by StevenOliver Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.