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

    1. <small id='OBbaO'></small><noframes id='OBbaO'>

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

    3. 如何解密用 crypt 加密的 PHP 中的密码字符串?

      时间:2023-12-01

      <small id='0xNxP'></small><noframes id='0xNxP'>

      <tfoot id='0xNxP'></tfoot>
    4. <legend id='0xNxP'><style id='0xNxP'><dir id='0xNxP'><q id='0xNxP'></q></dir></style></legend>
        <tbody id='0xNxP'></tbody>

            <i id='0xNxP'><tr id='0xNxP'><dt id='0xNxP'><q id='0xNxP'><span id='0xNxP'><b id='0xNxP'><form id='0xNxP'><ins id='0xNxP'></ins><ul id='0xNxP'></ul><sub id='0xNxP'></sub></form><legend id='0xNxP'></legend><bdo id='0xNxP'><pre id='0xNxP'><center id='0xNxP'></center></pre></bdo></b><th id='0xNxP'></th></span></q></dt></tr></i><div id='0xNxP'><tfoot id='0xNxP'></tfoot><dl id='0xNxP'><fieldset id='0xNxP'></fieldset></dl></div>
                <bdo id='0xNxP'></bdo><ul id='0xNxP'></ul>
              • 本文介绍了如何解密用 crypt 加密的 PHP 中的密码字符串?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                如何解密 PHP 中使用 crypt 加密的密码字符串?

                How can I decrypt a password string in PHP which was encrypted with crypt?

                $salt = substr($_POST['password'], 0, 2);  
                $password = crypt($_POST['password'], $salt);
                

                我需要在忘记密码电子邮件中发送原始密码.

                I need to send the original password in a forget password e-mail.

                推荐答案

                http:///php.net/manual/en/function.crypt.php

                crypt — 单向字符串散列

                crypt — One-way string hashing

                crypt 没有反向操作.尽你所能 - 重置密码并将其发送给用户.

                there is no reverse operation of crypt. The best you can - reset password and send it to user.

                这篇关于如何解密用 crypt 加密的 PHP 中的密码字符串?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何使用 PHP 生成密码安全的随机数? 下一篇:如何使用公钥/私钥加密 php 中的数据?

                相关文章

                • <bdo id='lwEEQ'></bdo><ul id='lwEEQ'></ul>

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

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

                2. <legend id='lwEEQ'><style id='lwEEQ'><dir id='lwEEQ'><q id='lwEEQ'></q></dir></style></legend>