搜索资源列表
certificate
- creat a certificate using makecert creat a PKCS#12.pfx file to store the private key Encrypte data using the public Key in Certificate Decrypt data using the private key in a PKCS#12.pfx file
des(matlab).用于文件的DES加密和解密
- 用于文件的DES加密和解密,用matlab编的,含操作界面,其核心程序是网上DOWN的,DES for file encryption and decryption, using the matlab made, including user interface, the core of the program is online DOWN
DataCertificate
- 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
aes
- aes算法加密与解密程序,可以从文件读入数据,也可以自己输入数据。-aes algorithm encryption and decryption procedures, can be read from the file into the data, you can also input data.
STEGNO-AUDIO
- we have hidden data in bitmaps, MIDI tracks and .NET assemblies, you might miss one important file format. You might miss the files that can hide lots of bytes without becoming larger, and can be generated in a few seconds, so that you don t have to
qlkaraoke_BY-NGUYENCAU.NET
- Lempel–Ziv–Welch (LZW) is a universal lossless data compression algorithm created by Abraham Lempel, Jacob Ziv, and Terry Welch. It was published by Welch in 1984 as an improved implementation of the LZ78 algorithm published by Lempel and Ziv in 1978
AppPfs
- 创建含有私钥的数字证书,并存储到个人证书区,并将该证书导出为pfx文件,为其指定一个password,使用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密(Create a digital certificate with a private key, store it in a personal certificate area, and export the certificate to a PFX file, specify a password for it, use the pu