Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在使用 Python 中的密钥和一些加密标准上传到 Dropbox 之前加密文件。在不使用任何第三方工具的情况下,我将如何在代码中做到这一点?
我建议使用像pycrypto这样的加密库。密码学很难,自己动手做肯定会出现安全漏洞。
哦,您应该阅读 Bruce Schneier 的这篇文章:为什么密码学很难。
您可以尝试使用pyDes和/或rsa