
网络安全
玄蛰
心中一壶酒,手上一把吉他,座前一台电脑,便是江湖
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
物联网安全技术——凯撒密码
#include<iostream> #include<string> #include<vector> #include<cctype> #include<fstream> #include<sstream> using namespace std; vector<string> EncryptedMessage原创 2019-03-09 16:08:16 · 481 阅读 · 0 评论 -
C#对称加密与非对称加密
对称加密——DES using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; namespace TGSMessage...原创 2019-04-28 16:24:37 · 687 阅读 · 0 评论