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.
嗨 =) 我想问一个关于密码学的问题..
如何在本地主机(XAMPP)上的 TLS 协议中更改密码学方法?我想将 Twofish 用作 Simmetric Cryptography,并将 RSA 用于 PKC....
谢谢你=)
这不是这样工作的。SSL 有一套密码套件,由对称密码(例如 AES、RC4..)、密钥交换(RSA、DH、ECDH..)和授权(RSA、DSS...)的组合组成。Twofish 不是 TLS 密码列表的一部分,请参阅openssl ciphers -V安装支持的密码列表。
openssl ciphers -V