python ssl wrap

通过python可以免去编译很快速的实现ssl socket的模拟,如下server和client的示例,作为日常学习ssl的行为模式,应该是能满足了:

sslServer:

sslClient:

参考:
官方文档: https://docs.python.org/3.6/library/ssl.html
Cipher列表: https://www.openssl.org/docs/manmaster/man1/ciphers.html

python ssl wrap》有1个想法

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据