随笔分类 - .NET_VB.NET
以整理VB.net先关资料为主。
摘要:本演练演示如何借助 3DES (TripleDES) 算法的加密服务提供程序 (CSP) 版本,使用 DESCryptoServiceProvider 类加密和解密字符串。首先,创建封装 3DES 算法的简单包装器类,并将加密数据存储为 Base-64 编码字符串。之后,可使用该包装器在可公开访问的文本文件中安全地存储私有用户数据。您可以使用加密来保护用户的机密信息(如密码),并使未经授权的用户无...
阅读全文
摘要:Public Class Form1 '************ini文件内容为************************* '*[send] ...
阅读全文
摘要:This blog, and the source code it provides, demonstrate how to handle the Windows Forms DataGridView CellFormatting event to set the BackColor of a cell based on the cell's value.The example applicati...
阅读全文