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.
我在无服务器模式下使用 kong,似乎在这种模式下密码必须显示为哈希码。在这个主题中,他们说如何使用 lua 生成一个,但我不知道如何在我的机器上执行这个东西。
有什么想法或等效的吗?
已解决:他们提出了一种非常复杂的方法。密码只是通过将密码与生成的 uuid 连接计算得出的 sha1。我使用在线工具生成密码