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.
是否可以使用 sjcl 生成对称密钥?我想返回对称密钥,而不仅仅是调用sjcl.encrypt()函数。如果可能,请提供代码示例。
sjcl.encrypt()
这是它是如何完成的。 const key = sjcl.random.randomWords(8)(for a 256-bit key) 我在另一个论坛上从 Nil Kenneweg 那里得到了答案。
const key = sjcl.random.randomWords(8)(for a 256-bit key)