Commit a354b696 by BellCodeEditor

save project

parent e3160ea5
Showing with 21 additions and 0 deletions
import random
# 私钥
key = "23456744567543566489465875768907606645678695(⊙﹏⊙)68876860968960986797"
# 要加密语句
message = "123456"
key1="34566qw12452346789` 12q345678op"
key_message=""
# 请使用私钥key,对message进行加密
for i in range(len(message)):
a=message[i]
b=random.choice(key)
c=random.choice(key)
t=random.choice(key)
y=random.choice(key)
p=random.choice(key)
d=c+b+a+b+t+
key_message=key_message+d
print(key_message)
fo
\ 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