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.
我需要使用 gSoap 编写一个客户端应用程序。服务器期望客户端加密 SOAP 标头。服务器正在使用Basic256算法套件。我读到它相当于 AES 256。
如何使用 AES 256 加密 SOAP 标头?