Bài giảng Lý thuyết mật mã: Chương 5 - TS. Hán Trọng Thanh

42 2 0
Bài giảng Lý thuyết mật mã: Chương 5 - TS. Hán Trọng Thanh

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

Bài giảng Lý thuyết mật mã: Chương 5 - Mật mã khóa công khai được biên soạn với các nội dung chính sau: Giới thiệu sơ lược hệ mật mã khóa công khai; Hệ mật RSA Hệ mật RABIN; Hệ mật Elgamal. Mời các bạn cũng tham khảo bài giảng tại đây!

TRƯỜNG ĐẠI HỌC BÁCH KHOA HÀ NỘI VIỆN ĐIỆN TỬ - VIỄN THÔNG BỘ MÔN ĐIỆN TỬ HÀNG KHÔNG VŨ TRỤ Môn học: LÝ THUYẾT MẬT MÃ Giảng viên: TS Hán Trọng Thanh Email: httbkhn@gmail.com 4/27/2016 Mục tiêu học phần Cung cấp kiến thức mật mã đảm bảo an tồn bảo mật thơng tin:  Các phương pháp mật mã khóa đối xứng; Phương pháp mật mã khóa cơng khai;  Các hệ mật dịng vấn đề tạo dãy giả ngẫu nhiên;  Lược đồ chữ ký số Elgamal chuẩn chữ ký số ECDSA;  Độ phức tạp xử lý độ phức tạp liệu công cụ thể vào hệ thống mật mã;  Đặc trưng an toàn phương thức mã hóa;  Thám mã tuyến tính, thám mã vi sai vấn đề xây dựng hệ mã bảo mật cho ứng dụng Nội Dung Chương Tổng quan Chương Mật mã khóa đối xứng Chương Hệ mật DES Chương Hệ mật AES Chương Mật mã khóa cơng khai Chương Kỹ thuật quản lý khóa 4/27/2016 Tài liệu tham khảo A J Menezes, P C Van Oorschot, S A Vanstone, Handbook of applied cryptography, CRC Press 1998 B Schneier, Applied Cryptography John Wiley Press 1996 M R A Huth, Secure Communicating Systems, Cambridge University Press 2001 W Stallings, Network Security Essentials, Applications and Standards, Prentice Hall 2000 Nhiệm vụ Sinh viên Chấp hành nội quy lớp học Thực đầy đủ tập Nắm vững ngơn ngữ lập trình Matlab Chương Mật mã khóa cơng khai 5.1 Giới thiệu sơ lược hệ mật mã khóa cơng khai 5.2 Hệ mật RSA 5.3 Hệ mật RABIN 5.4 Hệ mật Elgamal 5.1 Giới thiệu sơ lược hệ mật mã khóa cơng khai Symmetric and asymmetric-key cryptography will exist in parallel and continue to serve the community We actually believe that they are complements of each other; the advantages of one can compensate for the disadvantages of the other 5.1 Giới thiệu sơ lược hệ mật mã khóa cơng khai Symmetric and asymmetric-key cryptography will exist in parallel and continue to serve the community We actually believe that they are complements of each other; the advantages of one can compensate for the disadvantages of the other Symmetric-key cryptography is based on sharing secrecy; asymmetric-key cryptography is based on personal secrecy There is a very important fact that is sometimes misunderstood: The advent of asymmetric-key cryptography does not eliminate the need for symmetric-key cryptography 5.1 Giới thiệu sơ lược hệ mật mã khóa cơng khai Asymmetric key cryptography uses two separate keys: one private and one public 5.1 Giới thiệu sơ lược hệ mật mã khóa cơng khai 10 5.2 Hệ mật RSA 28 5.2 Hệ mật RSA Euler’s phi-function, f (n), which is sometimes called the Euler’s totient function plays a very important role in cryptography 29 5.2 Hệ mật RSA 30 5.2 Hệ mật RSA Encryption 31 5.2 Hệ mật RSA Decryption 32 5.3 Hệ mật RABIN The Rabin cryptosystem can be thought of as an RSA cryptosystem in which the value of e and d are fixed The encryption is C ≡ P2 (mod n) and the decryption is P ≡ C1/2 (mod n) 33 5.3 Hệ mật RABIN Rabin cryptosystem 34 5.3 Hệ mật RABIN Key Generation 35 5.3 Hệ mật RABIN Encryption 36 5.3 Hệ mật RABIN Decryption The Rabin cryptosystem is not deterministic: Decryption creates four plaintexts 37 5.4 Hệ mật ELGAMAL Key generation, encryption, and decryption in ElGamal 38 5.4 Hệ mật ELGAMAL Key Generation 39 5.4 Hệ mật ELGAMAL 40 5.4 Hệ mật ELGAMAL 41 5.4 Hệ mật ELGAMAL The bit-operation complexity of encryption or decryption in ElGamal cryptosystem is polynomial 42 ... ngữ lập trình Matlab Chương Mật mã khóa cơng khai 5. 1 Giới thiệu sơ lược hệ mật mã khóa cơng khai 5. 2 Hệ mật RSA 5. 3 Hệ mật RABIN 5. 4 Hệ mật Elgamal 5. 1 Giới thiệu sơ lược hệ mật mã khóa cơng khai... plaintexts 37 5. 4 Hệ mật ELGAMAL Key generation, encryption, and decryption in ElGamal 38 5. 4 Hệ mật ELGAMAL Key Generation 39 5. 4 Hệ mật ELGAMAL 40 5. 4 Hệ mật ELGAMAL 41 5. 4 Hệ mật ELGAMAL The bit-operation... procedure 22 5. 2 Hệ mật RSA The most common public-key algorithm is the RSA cryptosystem, named for its inventors (Rivest, Shamir, and Adleman) 23 5. 2 Hệ mật RSA 24 5. 2 Hệ mật RSA 25 5.2 Hệ mật RSA

Ngày đăng: 02/02/2023, 12:24

Từ khóa liên quan

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan