摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApp1 { class Program { /* * 思路1:把文件名转换成int... 阅读全文
posted @ 2020-09-13 21:37 XE2011 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 加密后乱码加密解密加密后 /// /// 加密 /// /// /// 数值1-1024 /// 加密后文件是乱码的 public static string MakePasswordText(string str, int key) { //string s... 阅读全文
posted @ 2020-09-13 21:36 XE2011 阅读(2104) 评论(0) 推荐(0) 编辑