摘要: Decrypt string in C# that was encrypted with PHP openssl_encrypt 回答1 Well this was fun to work out and required jumping into the PHP source code with 阅读全文
posted @ 2022-11-30 20:22 ChuckLu 阅读(68) 评论(0) 推荐(0) 编辑
摘要: example1 https://www.w3schools.com/php/phptryit.asp?filename=tryphp_func_string_echo 把内容替换掉 <?php $encrypt_algo = 'AES-256-CBC'; $encrypt_key = 'SEC_K 阅读全文
posted @ 2022-11-30 19:35 ChuckLu 阅读(214) 评论(0) 推荐(0) 编辑
摘要: Transfer Size vs. Resource Size The size of the resources (images, JavaScript files, CSS files, etc.) web applications deliver to end-users directly i 阅读全文
posted @ 2022-11-30 11:22 ChuckLu 阅读(131) 评论(0) 推荐(0) 编辑
摘要: What is the difference between "transferred" and "resources" in Chrome DevTools Network tab? 回答1 "Transferred" is the compressed size of all resources 阅读全文
posted @ 2022-11-30 11:06 ChuckLu 阅读(63) 评论(0) 推荐(0) 编辑