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.
我正在寻找一种简单的双面加密来隐藏 URL 路径。我尝试过使用 mcrypt,但我不断得到同一个单词的随机加密字符串。我不想使用任何需要数据库来保存加密的东西。任何帮助表示赞赏。谢谢
您可以使用
base64_encode base64_decode or urlencode urldecode