随笔分类 -  .Net

摘要:# CosmosOS开发环境配置 # Cosmos # git clone https: //github.com/CosmosOS/Cosmos.git # # IL2CPU # git clone https://github.com/CosmosOS/IL2CPU # # XSharp # g 阅读全文
posted @ 2022-01-24 15:23 Shin'Ra 阅读(155) 评论(0) 推荐(0)
摘要:OpenSSL AES加密原文:c# - 使用 .NET 类的 OpenSSL 加密 - 堆栈溢出 (stackoverflow.com) 1 public class Protection 2 { 3 public string OpenSSLEncrypt(string plainText, s 阅读全文
posted @ 2021-12-08 14:41 Shin'Ra 阅读(644) 评论(2) 推荐(1)