3ab5910c by 周伟奇

Update README.md

1 parent 048c54da
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
36 - 公钥:RSA/public.pem 36 - 公钥:RSA/public.pem
37 - 认证文件:RSA/certification.cert 37 - 认证文件:RSA/certification.cert
38 - 验证脚本:verify.py 38 - 验证脚本:verify.py
39 - 使用验证脚本鉴权 39 - 使用验证脚本鉴权(pip install pycryptdome getmac)
40 ``` 40 ```
41 from verify import verify 41 from verify import verify
42 is_valid = verify(path_to_public_key, path_to_cert) 42 is_valid = verify(path_to_public_key, path_to_cert)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!