⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sipb_md5.h

📁 sip torture test tools
💻 H
字号:
//sipb_md5.h#ifndef __MLTD__SIPB_MD5_H__#define __MLTD__SIPB_MD5_H__#include <string>using namespace std;class sipb_md5{ public:   static string create_dresp(string username,string realm,			      string password,string method,			      string uri,string nonce); private:   static string cvt_hex(char *);};#endif

⌨️ 快捷键说明

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