Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_4
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
15f7038d
authored
Oct 22, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
e86953a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
diy4.py
diy4.py
View file @
15f7038d
# import random
# # 私钥
# # 私钥
# key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# key = "abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
...
@@ -18,12 +18,19 @@
...
@@ -18,12 +18,19 @@
# message2="".join(message1)
# message2="".join(message1)
# print(message2)
# print(message2)
message
=
"hallo"
lngth
=
len
(
message
)
i
=
0
while
i
<
lngth
:
element
=
message
[
i
]
import
random
print
(
element
)
sk
=
"kjdhhakuebhfiuwbfuw whf wgfwif,,.lmawdjhoh9w2o 2o"
i
+=
1
lkb
=
"不是吧不是吧难道单押也算押无视他无视他蓝调专家也算家他们根本从来都不听说唱"
lb
=
random
.
randint
(
message
)
sk_lkb
=
""
print
(
lb
)
for
i
in
lkb
:
\ No newline at end of file
q
=
i
w
=
random
.
choice
(
sk
)
e
=
random
.
choice
(
sk
)
op
=
q
+
w
+
e
sk_lkb
=
sk_lkb
+
op
print
(
sk_lkb
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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