Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

这是一个简单的B/S加密通信示例,服务端基于Flask、客户端即浏览器。

  1. 请安装依赖模块:

pip install flask SecureHTTP

  1. 运行服务端程序:

python server.py

  1. 浏览器打开 http://127.0.0.1:5000 测试