Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 454 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 454 Bytes

Password_String

String 文本简单加密解密~

编译:vs2019 ,win10专业版1809,.Net Framework4.6

打开解决方案,右键Passwords工程--生成,Debug文件夹下生成Passwords.dll文件和Passwords.xml文件。

拷走Passwords.dll文件和Passwords.xml文件,引用Passwords.dll就可以了。(没有Passwords.xml会没有注释)

示例工程:PasswordDemo,已引用Passwords.dll,没有意外的话直接运行就好。