Skip to content

bfgnfgmhm/keygen-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 协议 授权。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%