清华主页 EN
导航菜单

Cryptography in C

来源: 03-07

时间:2023-03-07 ~ 2023-06-07 Tue, Thu 15:20 - 16:55

地点:Room 1129B ZOOM: 482 240 1589 PW: BIMSA

主讲人:Chengdong Tao

Prerequisite

The C programming language


Abstract

In this course, we will introduce how to implement crytpography security random number generation, block ciphers, hash functions, message authentication code algorithms, encryption and authentication modes, mutiple precision arithmetics, public key algorithms, ASN.1 encoding, ssl protocal and https protocal.


Lecturer Intro.

Dr. Chengdong Tao got his Ph.D from South China University of Technology in 2015. Then he became an engineer at Shenzhen Huawei Technology Co., Ltd., and Executive Director and General Manager at Guangzhou Liangjian Technology Co., Ltd.. From 2020, he has been an Assistant Research Fellow of Yanqi Lake Beijing Institute of Mathematical Sciences and Applications. Research Interests include Computational Algebra, Post-quantum Cryptography, Fast Implementation.

返回顶部
相关文章
  • Modern Cryptography

    Note: Due to the COVID-19,the course will be delivered online on May10 & May12.May 10: Tencent Meeting ID:199-432-256 Password: 051001May 12: Tencent Meeting ID:322-510-537 Password: 051202课程描述 DescriptionThis class consists of 2 parts running parallelly. The first part will be on Tuesday night where we give an introduction class for the basics of modern cryptography including symmetri...

  • Post-Quantum Cryptography II

    Record: NoLevel: GraduateLanguage: ChinesePrerequisiteMordern Cryptography, Coding Theory, C Programming LanguageAbstractThe most widely used nowadays are the number theoretical based cryptosystems such as RSA, DSA, and ECC. However, due to Peter Shor's Algorithm, such cryptosystems would become insecure if a large Quantum computer is built. We need to develop a new family of cryptosystems that...