-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
2,174 additions
and
119 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@echo off | ||
rmdir /s /q build | ||
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit | ||
cd /d "%~dp0" | ||
D:\Venvs\TPMSmartCard-PY308\Scripts\python.exe BuildPackage.py build -p ttkbootstrap | ||
xcopy Config "build\exe.win-amd64-3.8\Config\" | ||
xcopy Config\myfont "build\exe.win-amd64-3.8\Config\\myfont\" | ||
xcopy Tooler "build\exe.win-amd64-3.8\Tooler\" | ||
xcopy OpenSC "build\exe.win-amd64-3.8\OpenSC\" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"cn": { | ||
"card_name": "卡片名称", | ||
"card_uuid": "卡片编号", | ||
"card_path": "实例路径", | ||
"sc_status": "卡片状态", | ||
"sc_length": "密码规则", | ||
"cert_name": "证书名称", | ||
"cert_uuid": "证书编号", | ||
"cert_sha1": "证书SHA1", | ||
"cert_sign": "签名算法", | ||
"cert_open": "生效日期", | ||
"cert_stop": "失效日期", | ||
"is_ca_cert": "是否为CA", | ||
"is_expired": "证书过期", | ||
"pub_length": "加密算法", | ||
"key_usages": "密钥用途", | ||
"key_identy": "密钥标识", | ||
"sub_usages": "拓展用途", | ||
"sub_identy": "身份标识", | ||
"user_name": "通用名称", | ||
"user_code": "国家代码", | ||
"user_area": "所在地区", | ||
"user_city": "所在城市", | ||
"user_on_t": "组织名称", | ||
"user_ou_t": "部门名称", | ||
"last_name": "通用名称", | ||
"last_code": "国家代码", | ||
"last_area": "所在地区", | ||
"last_city": "所在城市", | ||
"last_on_t": "组织名称", | ||
"last_ou_t": "部门名称" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
"GUID" | ||
], | ||
"NAME": [ | ||
240, | ||
300, | ||
"Cert Name" | ||
], | ||
"LENS": [ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.