PrerequisiteThe C programming languageAbstractIn 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 P...
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...