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.
我想创建一个 JWT usnig EdDSA 算法。密钥对由不同的模块生成。我需要从文件中读取私钥并使用它对 JWT 进行签名。
该声明将包含一个自定义条目以及 iat 和 jti。
我可以使用 Cryptography 包在 python 中编写它,但由于我是 C++ 新手,因此需要一些帮助。