Program,Life,Society.....

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年6月20日

摘要: DPAPI加密的介绍和几个实例 阅读全文
posted @ 2005-06-20 14:48 vuejs3 阅读(2103) 评论(3) 推荐(0) 编辑

摘要: C# Code ///////////////////////////////////////////////////////////////////////////////// SAMPLE: Encryption and decryption using DPAPI functions.//// To run this sample, create a new Visual C# proje... 阅读全文
posted @ 2005-06-20 14:42 vuejs3 阅读(907) 评论(0) 推荐(0) 编辑

摘要: C# Code using System;using System.Text;using System.Runtime.InteropServices;namespace DataProtection{ /// /// Summary description for DataProtector. /// public class DataProtector ... 阅读全文
posted @ 2005-06-20 12:19 vuejs3 阅读(1033) 评论(0) 推荐(0) 编辑