8000 GitHub - makerroot/c-s-modles: 实现身份认证和RSA(2048位)算法
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

makerroot/c-s-modles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
737E
 
 
 
 
 
 
 
 

Repository files navigation

C-S

实现身份认证和RSA(2048位)算法 首先使用语句openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout key.pem申请身份认证的公私钥; 使用python3 pubpriv.py生成RSA(2048位)的加密和解密的公私钥; 使用python3 Server.py来开启服务; 使用python3 Client.py来开启客户端; 接下来就可以进行通信。

About

实现身份认证和RSA(2048位)算法

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0