Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPのencrypt()関数を使用して暗号化されたデータベースに電子メールを保存していますか?はいの場合、どうすればそれを復号化できますか?そうでない場合、より良いアイデアは何ですか?例:crypt()関数
あなたが得ようとしている最高のものは、Rijndael暗号化です。あなたがしているのは、元に戻せないハッシュです。
PHP での AES 暗号化については、次を確認してください。
PHP での AES-256 暗号化
調べるのに適したオプションは PGP です
詳細については、ここをクリックしてください。