ut_crammd5.cpp

来自「Window环境下的TCP/IP通讯开发包」· C++ 代码 · 共 17 行

CPP
17
字号
/* =================================================================
//  class: CUT_CramMd5
//  File:  UT_CramMd5.cpp
//  
//  Purpose:
//
//  Challenge-Response Authentication Mechanism 
//  Based on Request for Comments: 2104 
//  
//  HMAC is a  mechanism for message authentication
//  using cryptographic hash functions. HMAC can be used with any
//  iterative cryptographic hash function, e.g., MD5, SHA-1, in
//  combination with a secret shared key
// ===================================================================
// Ultimate TCP/IP v4.2
// This software along with its related components, documentation and files ("The Libraries")
// is 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?