c#
qq_26384541
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C# 添加Log文件、记录Log
1)首先LoggerEnum.cs 类型枚举namespace ICUValidationService.Log{ public enum LogType { All, Information, Debug, Success, Failure, Warning, Error }}2)Logger.csusing System;using Syste原创 2021-06-26 14:44:43 · 1631 阅读 · 1 评论 -
c++和c#通讯加密 加密方式 AES:CBC
C++作者使用的是CBC模式 32位密钥,填充方式PKCS7,base64输出Main.cppmain.cpp#include "pch.h"#include <iostream>#include "AES.h"#include "Base64.h"#include <cstring>using namespace std;const char g_key[33] = "1234567890AbsEfj987654321HjSCkhe";const.原创 2020-05-26 16:30:10 · 1184 阅读 · 0 评论
分享