Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_5
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
8643d259
authored
Jan 15, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
03ccc370
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
diy4.py
diy4.py
View file @
8643d259
...
...
@@ -2,7 +2,7 @@ import random
# 私钥
key_message
=
""
key
=
"咋写色彩的人,显示出大而是信任程度还没寄我咋小额,。,.;';‘【】【】,’‘’‘’‘速黄焖鸡设定法规环境非常的规划借款方,风格是对方如果回家看对方过后就考虑入对方提供一航局垮落法更好你家门口,了大润发团购会家门口线色承认大分摊表个月内护目镜,方便更好"
key
=
"咋写色彩的人,显示出大而是信任程度还没寄我咋小额,。,.;';‘【】【】,’‘’‘’‘速黄焖鸡设定法规环境非常的规划借款方,风格是对方如果回家看对方过后就考虑入对方提供一航局垮落法
VB
更好你家门口,了大润发团购会家门口线色承认大分摊表个月内护目镜,方便更好"
# 要加密语句
message
=
"诺依,周末一起去看动漫展吧!"
...
...
@@ -15,4 +15,12 @@ for i in message:
str5
=
random
.
choice
(
key
)
text
=
str1
+
str2
+
str3
+
str4
+
str5
key_message
=
key_message
+
text
print
(
key_message
)
\ No newline at end of file
list_message
=
list
(
key_message
)
list_message
.
insert
(
5
,
noise
)
result_messege
=
""
.
join
(
list_message
)
print
(
key_message
)
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