搜索资源列表
decrypt
- Encrypt and decrypt a string .If you write a secure program you should to secure something such as a password , private key and something else… for this propose this article can help you to encrypt an string and decrypt a string by using some meth
CryptoXML_src
- Encrypt and decrypt DataSets to XML files .This class lib allows encrypting DataSets to XML files and reading them back. A Win Form app is included as a showcase.
crypto
- Encrypt <--> decrypt Data with C# . Encrypt and decrypt important data with C# and play General C# Programming
Encrypt-of-ConnectionString 加密和解密app.config或web.config的连接字符串
- 加密和解密app.config或web.config的连接字符串-Encrypt and Decrypt of ConnectionString in app_config and-or web_config
DES_Encryption
- 一个基于DES的加密软件代码,使用C#编写,能加密和解密字符串和文件。-DES-based encryption software code, the use of C# Prepared to encrypt and decrypt strings and documents.
FileEncryptionAndDecryption
- C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensit
TdesEncryptExample
- 使用TripleDES加密算法对输入的字符进行加密,并输出加密后的字符串核解密后的结果-Using the TripleDES encryption algorithm to encrypt the input characters and output the encrypted string to decrypt result after the nuclear
RsaEncryptExample
- 利用RSA CryptoserviceProvide类实现加密和解密数据-The use of RSA CryptoserviceProvide class encrypt and decrypt data
Rc4Cipher
- RC4 encrypt/decrypt simple algorithm
Notepad
- 软通培训时,自己用CSharp写的记事本程序,带文本加密。-CSharp Notepad Source With text encrypt and decrypt
The-EasyNote-
- 1、个性化定制桌面标签,轻松快捷存储信息;2、安全方便管理你的帐户信息,可以存储和很快检索对应帐号密码,密码采用一定的加密算法来加密,需要自己解密才可以看到密码;3、定时提醒功能-1, customization desktop label, quick and easy to store information , safe and convenient to manage your account information, can store and quickly retrieve the
CSharp
- 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出ex
CnxStrEncrypt
- Cass to encrypt / decrypt the app.config at runtime
cProtectFile
- C#加密保护文件,请选择要加密或解密的文件,输入加/解密密码,密码应大于6位,显示加/解密进度,并可进行文件加/解密设置,文件加密后,可对文件进行保护,是一种安全的保存文件的方法。这里定义一个加密、解密类EDncrypt,可方便的运行加密、解密线程对所选文件加/解密。-C# encrypt protected files, select the file you want to encrypt or decrypt, enter the encryption/decryption passwor
cEncryptBAT
- C#口令加密BAT文件,选择要加密或解密的文件,点击“加密”,程序就可对BAT文件进行加密,这里注意,加密口令密码不低于6位数-C# password encryption BAT file, select the file you want to encrypt or decrypt, click " encryption" , the program can be BAT file is encrypted, and Note here that the encrypted
EncryptionLib
- Encryption Library. Allow to encrypt and decrypt text using DES algorythm
EncryptBAT
- C#口令加密BAT文件,选择要加密或解密的文件,点击“加密”,程序就可对BAT文件进行加密,这里注意,加密口令密码不低于6位数。-C# password encryption BAT file, select the file you want to encrypt or decrypt, click on the " encryption" , the program can encrypt the BAT file, Note here that the encrypted
Des
- des encrypt de rive multi-derive odd-check-des encrypt decrypt derive multi-derive odd-check
File-and-Folder-Encrypt-P-DeCrypt
- 采用des算法,对文件和文件夹加密和解密-File and Folder Decrypt and Encrypt by Des
Simple Caesar Cipher
- simple caesar cipher demo and source code, build in windows form c#