Cryptography With Python 简明教程
Cryptography with Python Tutorial
现代密码学是计算机科学项目中广泛用于保护数据消息的方法。本教程涵盖密码学的基本概念及其在 Python 脚本语言中的实现。完成本教程后,你将能够在实际应用场景中了解密码学的基本技术。
Modern cryptography is the one used widely among computer science projects to secure the data messages. This tutorial covers the basic concepts of cryptography and its implementation in Python scripting language. After completing this tutorial, you will be able to relate the basic techniques of cryptography in real world scenarios.
Audience
本教程专为有志于学习密码学基础及其在实际项目中的实现的最终用户设计。本教程对于希望实现新框架而不是遵循传统方法的网络专家和黑客也同样有用。
This tutorial is meant for the end users who aspire to learn the basics of cryptography and its implementation in real world projects. This tutorial is also useful for networking professionals as well as hackers who want to implement new frameworks instead of following a traditional approach.
Prerequisites
在整个教程中,你将学习密码学的基础知识、算法描述及其在 Python 中的实现。本教程的设计基于用户对密码学和算法基础的理解。如果你对这些主题是新手,我们建议你在开始本教程之前先学习与之相关的教程。
Throughout this tutorial, you will learn the basics of cryptography, algorithm description and its implementation in Python. This tutorial is designed with an assumption that the user has an understanding on the basics of cryptography and algorithms. If you are a beginner to these topics, we suggest you to go through tutorials related to them, before you start with this tutorial.