xtn-tools-pro 1.0.1.2.2__py3-none-any.whl → 1.0.1.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- xtn_tools_pro/utils/crypto.py +4 -3
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/METADATA +1 -2
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/RECORD +7 -7
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/LICENSE +0 -0
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/WHEEL +0 -0
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/entry_points.txt +0 -0
- {xtn_tools_pro-1.0.1.2.2.dist-info → xtn_tools_pro-1.0.1.2.4.dist-info}/top_level.txt +0 -0
xtn_tools_pro/utils/crypto.py
CHANGED
@@ -167,13 +167,14 @@ def img_str_to_bytes(img_data: str):
|
|
167
167
|
return img_data.encode('latin1')
|
168
168
|
|
169
169
|
|
170
|
-
def get_2FA(secret):
|
170
|
+
def get_2FA(secret, interval=30):
|
171
171
|
"""
|
172
172
|
计算 2FA
|
173
173
|
:param secret:
|
174
|
+
:param interval:有效期 单位秒
|
174
175
|
:return:
|
175
176
|
"""
|
176
|
-
totp = pyotp.TOTP(secret)
|
177
|
+
totp = pyotp.TOTP(secret, interval=interval)
|
177
178
|
return str(totp.now())
|
178
179
|
|
179
180
|
|
@@ -193,4 +194,4 @@ class A8:
|
|
193
194
|
|
194
195
|
|
195
196
|
if __name__ == '__main__':
|
196
|
-
print(get_2FA('ninqzrh367u3iahpi2mum36bgfvouv5m'))
|
197
|
+
print(get_2FA('ninqzrh367u3iahpi2mum36bgfvouv5m',3600))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: xtn-tools-pro
|
3
|
-
Version: 1.0.1.2.
|
3
|
+
Version: 1.0.1.2.4
|
4
4
|
Summary: xtn 开发工具
|
5
5
|
Author: xtn
|
6
6
|
Author-email: czw011122@gmail.com
|
@@ -19,7 +19,6 @@ Requires-Dist: PyJWT
|
|
19
19
|
Requires-Dist: tqdm
|
20
20
|
Requires-Dist: fabric
|
21
21
|
Requires-Dist: pyotp
|
22
|
-
Requires-Dist: moviepy
|
23
22
|
Requires-Dist: pycryptodome
|
24
23
|
|
25
24
|
xtnkk-tools
|
@@ -54,7 +54,7 @@ xtn_tools_pro/task_pro/go_fun_v2.py,sha256=SgcXgtEBGSVL1V2LyqO0z8Md2H8JZxucYrLLI
|
|
54
54
|
xtn_tools_pro/task_pro/go_fun_v3.py,sha256=qhsLr9vKDDNp6zqqN2GazCwHQpAhxjlNg7Juj0lyhkA,19616
|
55
55
|
xtn_tools_pro/utils/__init__.py,sha256=I1_n_NP23F2lBqlF4EOlnOdLYxM8M4pbn63UhJN1hRE,418
|
56
56
|
xtn_tools_pro/utils/audio_video.py,sha256=3Im3tGOW6IbmqDcrE1SJUg6eGyLGEyq11Qu6TCutJJw,1115
|
57
|
-
xtn_tools_pro/utils/crypto.py,sha256=
|
57
|
+
xtn_tools_pro/utils/crypto.py,sha256=kjbmkH6oj3guegDyzD6aW8rDOpKhApma1VnQN02KfcE,5157
|
58
58
|
xtn_tools_pro/utils/file_utils.py,sha256=vsUgds8I8Z2pL9a4oCv1q0JrZsDP29qLyLyGVqj5sX8,3311
|
59
59
|
xtn_tools_pro/utils/helpers.py,sha256=0CTMY7wfSQR_DC9-v1lkKQLpWcB1FL9V_kw_5DOcZ40,4454
|
60
60
|
xtn_tools_pro/utils/log.py,sha256=DTUWwi5pvZrwwq94odGnR0JBhfStrc6SxcJREqf2Ls4,11031
|
@@ -63,9 +63,9 @@ xtn_tools_pro/utils/set_data.py,sha256=BzCLbEDO83csDHBey8kP7SoE6kx6EjqE7OqRBY7k8
|
|
63
63
|
xtn_tools_pro/utils/shell.py,sha256=s6sJedxLLQokcI1hF5YSD3qgGUPK0brNcP-D3-yv54I,3790
|
64
64
|
xtn_tools_pro/utils/sql.py,sha256=EAKzbkZP7Q09j15Gm6o0_uq0qgQmcCQT6EAawbpp4v0,6263
|
65
65
|
xtn_tools_pro/utils/time_utils.py,sha256=TUtzG61PeVYXhaQd6pBrXAdlz7tBispNIRQRcGhE2No,4859
|
66
|
-
xtn_tools_pro-1.0.1.2.
|
67
|
-
xtn_tools_pro-1.0.1.2.
|
68
|
-
xtn_tools_pro-1.0.1.2.
|
69
|
-
xtn_tools_pro-1.0.1.2.
|
70
|
-
xtn_tools_pro-1.0.1.2.
|
71
|
-
xtn_tools_pro-1.0.1.2.
|
66
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
67
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/METADATA,sha256=90MNJQPrJg_RYhFDGfrqtgZjgpCaLkabPvfw27n1yMc,574
|
68
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
69
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/entry_points.txt,sha256=t8CtXWOgw7nRDW3XNlZh8MT_P4l8EzsFnyWi5b3ovrc,68
|
70
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/top_level.txt,sha256=jyB3FLDEr8zE1U7wHczTgIbvUpALhR-ULF7RVEO7O2U,14
|
71
|
+
xtn_tools_pro-1.0.1.2.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|