Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_7

  • This project
    • Loading...
  • Sign in
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 0e02f6da authored 4 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent d1d78000
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 5 deletions
  • diy4.py
diy4.py
View file @ 0e02f6da
...@@ -13,12 +13,11 @@ for i in message: ...@@ -13,12 +13,11 @@ for i in message:
test=text+test test=text+test
print(test) print(test)
# 请使用私钥key,对message进行加密 # 请使用私钥key,对message进行加密
noise=svdjfvhi noise="FRGRGRETWETEWTERT"
list_message=list(test) list_message=list(test)
list_message(5,noise) list_message.insert(5,noise)
list2="".join(list_message) list2="".join(list_message)
peint(list2)
indexd=random.randint(0,len(key)) indexd=random.randint(0,len(key))
list_message.insert(noise) list_message.insert(5,noise)
list3=list(list_message) list3=list(list_message)
print(list3) print(''.join(list3))
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment