Transposition.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:Cipherinpython 作者: EvanMu96 项目源码 文件源码
def main():
    # replace your key and plain text
    my_message = 'Hello world'
    my_key = 5
    cipher_text = encrypt_message(my_key, my_message)
    print(cipher_text + '|')

    # Copy to clipboard
    pyperclip.copy(cipher_text)
    print('Cipher text has save to clipboard')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号