Commit e4dffaf2 by BellCodeEditor

save project

parent 85f1470a
Showing with 5 additions and 4 deletions
import random
# 私钥
key = "人民币我喜欢$"
keymessage="port@$%^&^%$#$%^&^%"
key = "人民币我喜欢$$欢喜我币民人才能回国定居法国不过"
keymessage="port@$%^&^%$#$%^&^%hhjfi"
# 要加密语句
message = "诺依,周末一起去看动漫展吧!"
key_message=""
......@@ -20,4 +20,5 @@ for i in message:
str11=random.choice(key)
text=str1+str2+str3+str4+str5+str6+str7+str8+str9+str10+str11
key_message=key_message+text
print(key_message)
\ No newline at end of file
print(key_message)
print(random.random())
\ No newline at end of file
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