Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 705 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 705 Bytes

KeyGen Encoder/Decoder

本仓库包含两个 Python 脚本:encode.pydecode.py

功能

  • encode.py: 手把手教你如何生成加密的许可证密钥。
  • decode.py: 解密并显示许可证密钥的中解析的内容。

依赖项

本项目依赖以下 Python 包:

  • cryptography
  • pydantic

你可以使用以下命令安装依赖项:

pip install cryptography pydantic

推荐使用 Python 3.10 或更高版本。

使用方法

编码

python encode.py

解码

python decode.py

鸣谢

@GoEdge233

许可证

本仓库的代码和文档使用 Apache 2.0 协议 授权。