搜索资源列表
-
0下载:
Demo:用有微软的cryptoAPI CSP加密API函数,对文件(File)进行Encrypt和Decrypt.产生数字签名.对使用CryptEncrypt()等函数是一个很好的例子,程序测试通过.-Demo : Microsoft's cryptoAPI CSP Cryptographic API function, the document (File) Encrypt and Decrypt. Creating a digital signature. The use Cryp
-
-
0下载:
Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
-
-
0下载:
在VB.NET的环境下,版本要高。
This a sample application that will encrypt and decrypt files in VB.NET using Rijndael Managed. I started this project because I had several files on my computer that I didn’t want accessible to anyone but me. Sure I could have do
-
-
0下载:
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
-
-
0下载:
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.
-
-
0下载:
using public Decrypt and Encrypt message.
just basic introduction
how to dencrypt and decrypt.
-
-
0下载:
加密和解密app.config或web.config的连接字符串-Encrypt and Decrypt of ConnectionString in app_config and-or web_config
-
-
0下载:
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
-
-
0下载:
这个是利用混沌原理henon可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
-
-
0下载:
这个是利用图像分解和Logistics混沌序列可以对图像先进行加密然后进行隐藏在另一个图像中再进行解密-This is the principle of the use of chaos henon can encrypt the image first and then proceed to hide in another image and then decrypt
-
-
0下载:
《寒江独钓——Windows内核安全编程》中文件系统透明加解密一章所对应的源代码,对于指定的进程所对应的文件进行加解密-" Trees and fishing alone- Windows kernel security programming" in the file system transparently encrypt and decrypt a chapter corresponding source code, for the process specified
-
-
0下载:
文件加密解密程序,采用C语言实现,当输入文件名并回车就能加密你所指定的文件,解密反之同理.-File encryption and decryption process, using C language, when the input file name and hit return you will be able to encrypt specified files, decrypt and vice versa.
-
-
0下载:
这是一款加密与解密的程序。先将明文或密文复制到剪贴板,再运行此程序,即可将对应的文字粘贴到其他地方。-This is an encryption and decryption process. First plain or cipher text to the clipboard, and then run this program, you can paste the text into the corresponding elsewhere.
-
-
0下载:
DES decrypt and encrypt with visual basic 6
good work
-
-
0下载:
This a class to decrypt and encrypt mu online pakcets-This is a class to decrypt and encrypt mu online pakcets
-
-
0下载:
采用des算法,对文件和文件夹加密和解密-File and Folder Decrypt and Encrypt by Des
-
-
0下载:
Ecnryption and decryption of an image
-
-
0下载:
simple caesar cipher demo and source code, build in windows form c#
-
-
0下载:
几种加密解密的小工具,平常可用来生成密码,或者破解密码(Several small tools to encrypt and decrypt, usually used to generate passwords, or to decipher passwords)
-
-
2下载:
制作一个RSA的加解工具的过程:
1、随机搜索大素数,随机生成公钥和私钥;
2、用公钥对任意长度的明文加密;
3、用私钥对密文解密;
4、界面简洁、交互操作性强。
5、(可选)实现对汉字的加解密,把加密结果存放在文本文档(The design process of making a RSA encryption tool:
1. The large prime number is searched randomly and the public key and the priv
-