Hands-On Cryptography with Python: Leverage the power of Python to encrypt and decrypt data
Samuel Bowne
- 出版商: Packt Publishing
- 出版日期: 2018-06-29
- 售價: $1,370
- 貴賓價: 9.5 折 $1,302
- 語言: 英文
- 頁數: 100
- 裝訂: Paperback
- ISBN: 1789534445
- ISBN-13: 9781789534443
-
相關分類:
Python、程式語言、資訊安全
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$480$408 -
$1,460$1,153 -
$520$442 -
$680$537 -
$260$234 -
$990$941 -
$540$459 -
$403OpenCV 算法精解:基於 Python 與 C++
-
$1,200$948 -
$1,230$1,169 -
$1,400$1,330 -
$1,540$1,509 -
$500$375 -
$600$468 -
$1,470Developing IoT Projects with ESP32: Automate your home or business with inexpensive Wi-Fi devices
-
$2,475Software Architecture: The Hard Parts: Modern Trade-Off Analyses for Distributed Architectures (Paperback)
-
$2,010$1,910
相關主題
商品描述
Learn to evaluate and compare data encryption methods and attack cryptographic systems
Key Features
- Explore popular and important cryptographic methods
- Compare cryptographic modes and understand their limitations
- Learn to perform attacks on cryptographic systems
Book Description
Cryptography is essential for protecting sensitive information, but it is often performed inadequately or incorrectly.
Hands-On Cryptography with Python starts by showing you how to encrypt and evaluate your data. The book will then walk you through various data encryption methods,such as obfuscation, hashing, and strong encryption, and will show how you can attack cryptographic systems. You will learn how to create hashes, crack them, and will understand why they are so different from each other. In the concluding chapters, you will use three NIST-recommended systems: the Advanced Encryption Standard (AES), the Secure Hash Algorithm (SHA), and the Rivest-Shamir-Adleman (RSA).
By the end of this book, you will be able to deal with common errors in encryption.
What you will learn
- Protect data with encryption and hashing
- Explore and compare various encryption methods
- Encrypt data using the Caesar Cipher technique
- Make hashes and crack them
- Learn how to use three NIST-recommended systems: AES, SHA, and RSA
- Understand common errors in encryption and exploit them
Who This Book Is For
Hands-On Cryptography with Python is for security professionals who want to learn to encrypt and evaluate data, and compare different encryption methods.
Table of Contents
- Obfuscation
- Hashing
- Strong Encryption