2018-2019-1 20165313 实验五 通讯协议设计

实验任务

任务一

实验要求:

在Ubuntu中完成 http://www.cnblogs.com/rocedu/p/5087623.html 中的作业
提交运行结果截图

试验过程:

安装指令:

 ./config
 make
 make test
 sudo make install

编写测试代码:

#include <stdio.h>
#include <openssl/evp.h>

int main(){
    OpenSSL_add_all_algorithms();
    return 0;
}

任务二

实验要求:

在Ubuntu中实现对实验二中的“wc服务器”通过混合密码系统进行防护
提交测试截图

试验截图:

原文地址:https://www.cnblogs.com/zch123456/p/10102497.html