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 aa867098 authored 3 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 18891748
Show whitespace changes
Inline Side-by-side
Showing with 22 additions and 0 deletions
  • diy4.py
diy4.py 0 → 100644
View file @ aa867098
import random
# 私钥
key = "hcsaruilmioplmnhgfdsaxwryioppl,,mqwertyuiop1234567890$%^&*()$#@!~使用编程实现位那个应该恢复衣服已经发货移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
message = input("请输入:")
z=""
# 请使用私钥key,对messa
g="gsdngh刚刚非常高hefe74or咽鼓管有一天我让人玩哇6任7图u5749,你发发广告的投入到来来来飞机衣服孤孤单单f'd孤孤单单fd衣服3utsa出一个v出一个vaav成功vxv585twhkqksmlxnffrhwsbvajqmsil"
for i in message:
a=i
b=random.choice(key)
c=random.choice(key)
t=a+b+c
z=z+t
lm=list(z)
lm.insert(random.randint(0,len(z)),g)
rm="".join(lm)
print(rm)
\ No newline at end of file
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