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.
我计划对我正在开发的应用程序使用 Django 的内置加密签名。我所需要的只是签署+取消签署消息的能力,仅此而已。
我假设这是相当安全的,只要我正确地加盐我的输入。这里有人在 Django 的签名上遇到过麻烦吗?如果有,他们可以提出替代方案吗?