-
sanpack_rsa_vs2003sln
看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。(see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensible. New Year threw in a written document RSA encryption, win32dll Compliant with the use of this category, C# to write document encryption and interface, can achieve key to the preservation of any documents and the RSA encryption operation. Give you wish you a happy New Year.)
- 2006-09-25 23:18:10下载
- 积分:1
-
yinpinjiami
基于vc++的音频加密软件的设计通过查阅资料对当今比较广泛使用的音频加密算法进行选择,并对其中的三种算法进行其性能方面的比较,找出其中加密性能较好(Audio encryption software design based on VC++through access to information is widely used for today s audio encryption algorithm to choose, and the three kinds of algorithms are compared, and its performance to find out one encryption)
- 2021-02-28 17:59:36下载
- 积分:1
-
AES-CMAC
能够实现AES加密解密的功能,已经过测试可以使用(Enables AES encryption and decryption functions, have been tested can be used)
- 2015-05-07 00:12:18下载
- 积分:1
-
des
使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
(The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model )
- 2008-07-05 00:04:05下载
- 积分:1
-
RSAKEY
生成RSA密钥,将密钥生成后`,存入文件中(RSA key generation, key generation `stored in the file)
- 2013-04-19 15:04:54下载
- 积分:1
-
2qewaeawe31
FTP, file traversal, VC/C++ download the source code, VC++ FTP demo file 1
- 2014-10-29 13:44:18下载
- 积分:1
-
df
说明: 信息安全相关,经典加密算法A5,通过编译(Information security-related, classic encryption algorithm A5, through compiler)
- 2008-12-17 19:09:12下载
- 积分:1
-
Crypt_Vmpc
VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
- 2013-07-15 18:51:17下载
- 积分:1
-
Caesar-code
凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。(Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been very popular, his basic idea is: by the letters move a certain number of bits to achieve encryption and decryption. For example, if the key is the number of bits of plaintext letters backward move three, the plaintext letter B into a ciphertext E, and so on, X will become Y-become a B,, and Z becomes C Thus, the median is the Caesar cipher encryption and decryption keys. Personal originality.)
- 2012-05-11 16:37:09下载
- 积分:1
-
ASFDSAF
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
1.程序分析:
2.程序源代码:(Topic: a company USES the public telephone relay data, data is four integers, in the relay in the process is encrypted, encryption rules are as follows:
Each Numbers add 5, then use and divided by the number of 10 instead of a remnant, then the first and fourth exchange, the second and third exchange.
1. The program analysis:
2. The source code:)
- 2012-05-26 20:07:28下载
- 积分:1