Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
3a653adf
Commit
3a653adf
authored
Sep 22, 2025
by
BO ZHANG
🏀
Browse files
tweak
parent
5e418b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/hash.py
deleted
100644 → 0
View file @
5e418b7c
if
__name__
==
"__main__"
:
# 生成并输出结果
for
i
in
range
(
3
):
timestamp
,
random_str
,
sha
=
generate_sha1_from_time
(
verbose
=
True
)
print
(
"当前时间: "
,
timestamp
)
print
(
"随机字符串: "
,
random_str
)
print
(
"SHA-1 哈希: "
,
sha
)
print
(
"-"
*
50
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment