• <bdo id='33p5h'></bdo><ul id='33p5h'></ul>

    <tfoot id='33p5h'></tfoot>

    <legend id='33p5h'><style id='33p5h'><dir id='33p5h'><q id='33p5h'></q></dir></style></legend>
    1. <small id='33p5h'></small><noframes id='33p5h'>

      <i id='33p5h'><tr id='33p5h'><dt id='33p5h'><q id='33p5h'><span id='33p5h'><b id='33p5h'><form id='33p5h'><ins id='33p5h'></ins><ul id='33p5h'></ul><sub id='33p5h'></sub></form><legend id='33p5h'></legend><bdo id='33p5h'><pre id='33p5h'><center id='33p5h'></center></pre></bdo></b><th id='33p5h'></th></span></q></dt></tr></i><div id='33p5h'><tfoot id='33p5h'></tfoot><dl id='33p5h'><fieldset id='33p5h'></fieldset></dl></div>

      PHP7.1 mcrypt 替代方案

      时间:2023-10-04

          • <legend id='BTfSI'><style id='BTfSI'><dir id='BTfSI'><q id='BTfSI'></q></dir></style></legend>
              <bdo id='BTfSI'></bdo><ul id='BTfSI'></ul>

                <tbody id='BTfSI'></tbody>

                <small id='BTfSI'></small><noframes id='BTfSI'>

              • <tfoot id='BTfSI'></tfoot>
              • <i id='BTfSI'><tr id='BTfSI'><dt id='BTfSI'><q id='BTfSI'><span id='BTfSI'><b id='BTfSI'><form id='BTfSI'><ins id='BTfSI'></ins><ul id='BTfSI'></ul><sub id='BTfSI'></sub></form><legend id='BTfSI'></legend><bdo id='BTfSI'><pre id='BTfSI'><center id='BTfSI'></center></pre></bdo></b><th id='BTfSI'></th></span></q></dt></tr></i><div id='BTfSI'><tfoot id='BTfSI'></tfoot><dl id='BTfSI'><fieldset id='BTfSI'></fieldset></dl></div>
                本文介绍了PHP7.1 mcrypt 替代方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                自 PHP 7.1.0 起,Mcrypt 函数已被弃用.

                Mcrypt function has been deprecated as of PHP 7.1.0.

                我已弃用的​​字符串编码/解码功能:

                My deprecated string encode / decode functions:

                $key: secret key
                $str: string
                
                
                $encoded = base64_encode(mcrypt_encrypt(MCRYPT_RIJNDAEL_256, md5($key), $str, MCRYPT_MODE_CBC, md5(md5($key))));
                
                $decoded = rtrim(mcrypt_decrypt(MCRYPT_RIJNDAEL_256, md5($key), base64_decode($str), MCRYPT_MODE_CBC, md5(md5($key))), "");
                

                你能提出一些替代方案吗?

                Can you suggest some alternatives?

                推荐答案

                你应该使用 openssl_encrypt 代替.

                这篇关于PHP7.1 mcrypt 替代方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:来自 PHP 的电子邮件已破坏主题标头编码 下一篇:PHP 中 JavaScript 的 encodeURI 组件的等价物是什么?

                相关文章

                最新文章

                1. <i id='ZNUDf'><tr id='ZNUDf'><dt id='ZNUDf'><q id='ZNUDf'><span id='ZNUDf'><b id='ZNUDf'><form id='ZNUDf'><ins id='ZNUDf'></ins><ul id='ZNUDf'></ul><sub id='ZNUDf'></sub></form><legend id='ZNUDf'></legend><bdo id='ZNUDf'><pre id='ZNUDf'><center id='ZNUDf'></center></pre></bdo></b><th id='ZNUDf'></th></span></q></dt></tr></i><div id='ZNUDf'><tfoot id='ZNUDf'></tfoot><dl id='ZNUDf'><fieldset id='ZNUDf'></fieldset></dl></div>
                  • <bdo id='ZNUDf'></bdo><ul id='ZNUDf'></ul>
                2. <small id='ZNUDf'></small><noframes id='ZNUDf'>

                    <legend id='ZNUDf'><style id='ZNUDf'><dir id='ZNUDf'><q id='ZNUDf'></q></dir></style></legend>

                    <tfoot id='ZNUDf'></tfoot>