登录
首页 » Visual Basic » hundunjiami

hundunjiami

于 2021-02-28 发布 文件大小:766KB
0 200
下载积分: 1 下载次数: 0

代码说明:

说明:  一个关于加密音频,图像的VB程序,功能还算可以,希望可以帮到人!!(One on encryption of audio, images VB program, function OK, the desire to help people! !)

文件列表:

混沌加密
........\AboutFrm.frm,7189,2007-03-19
........\AboutFrm.frx,338,2007-03-19
........\AboutFrm.log,431,2007-03-19
........\chameleonButton.ctl,41105,2007-03-19
........\chartfrm.frm,5959,2007-03-19
........\chartfrm.frx,23032,2007-03-19
........\chartfrm.log,491,2007-03-19
........\clsVolume.cls,9911,2010-04-26
........\ColorPicker.ctl,19211,2007-03-19
........\ColorPicker.ctx,250,2007-03-19
........\CommDlgs.bas,27939,2010-04-26
........\Common.bas,3025,2010-04-26
........\DiverFreebyte.bas,1122,2010-04-26
........\down.wav,1192,2004-06-06
........\end.wav,179704,2004-06-06
........\filemod.bas,7554,2010-04-26
........\form1.frm,29206,2010-04-26
........\form1.frx,240496,2010-04-26
........\frmColorPalette.frm,20523,2007-03-19
........\frmColorPalette.frx,778,2007-03-19
........\frmSplash.frm,7492,2007-03-25
........\frmSplash.frx,8304,2007-03-25
........\frmTip.frm,682,2007-03-19
........\IP.bas,5000,2010-04-26
........\key.bas,1452,2010-04-26
........\key.ini,36,2007-03-24
........\MCICmd.cls,4056,2010-04-26
........\mExtendedMsgBox.bas,6831,2010-04-26
........\ModuleIni.bas,1849,2010-04-26
........\move.wav,1380,1995-09-22
........\MSSCCPRJ.SCC,189,2007-01-23
........\pictureform.frm,14364,2010-04-26
........\pictureform.frx,103898,2010-04-26
........\proxySet.frm,5486,2007-03-19
........\proxySet.frx,778,2007-03-19
........\proxySet.log,481,2007-03-19
........\resize.bas,2882,2010-04-26
........\sendfile.ini,66,2007-03-19
........\sendForm.frm,8921,2007-03-17
........\sendForm.frx,778,2007-03-17
........\sendfrm.frm,43653,2007-03-24
........\sendfrm.frx,778,2007-03-24
........\setfrm.frm,14209,2007-03-20
........\setkey.frm,7869,2007-03-24
........\setkey.frx,778,2007-03-24
........\slineform.frm,16416,2007-03-24
........\slineform.frx,778,2007-03-24
........\soundform.frm,47929,2007-03-24
........\soundform.frx,47566,2007-03-24
........\startEXE.bas,5463,2010-04-26
........\stringform.frm,22379,2007-03-27
........\stringform.frx,25967,2007-03-27
........\stringform.log,540,2007-01-29
........\temp
........\....\atu.bmp
........\....\b.wav,179704,2010-04-26


........\....\help.txt,175,2007-02-14

........\TransPicture.ocx,50688,2000-04-01
........\ucProgressBar.ctl,14651,2007-02-13
........\ucProgressBar.ctx,1030,2007-02-13
........\videoform.frm,7872,2007-03-24
........\videoform.frx,778,2007-03-24
........\wavplay.bas,9884,2010-04-26
........\wmqx.frm,2289,2007-03-20
........\wmqx.frx,3274,2007-03-20
........\Xp_ProgressBar.ctl,23741,2007-03-19
........\Xp_ProgressBar.ctx,19103,2007-03-19
........\数据转换.bas,2260,2007-03-19
........\混沌.PDM,22588,2007-03-27
........\混沌.vbp,1938,2010-04-26
........\混沌.vbw,1501,2010-04-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • REVERSING
    逆向工程揭秘,包含大量加密解密详细说明。学习逆向工程必备(The secret of Reverse engineering The detailed description contains a large number of encryption and decryption. To learn reverse engineering necessary)
    2012-05-02 11:47:41下载
    积分:1
  • RSA
    RSA加密算法,实现对文字的加密,将文字转化成数字后用RSA原理进行加密(This is RSA encryption algorithm)
    2013-12-01 20:17:45下载
    积分:1
  • jiamijiemi
    说明:  vb 加密解密程序 动态加密使用非常方便...(vb encryption and decryption process is very convenient to use dynamic encryption ...)
    2009-08-03 23:06:04下载
    积分:1
  • ElGamal
    ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
    2014-01-16 10:11:56下载
    积分:1
  • Hash
    MD5加密算法,实现报文认证!!运算速度快,兼容性好(MD5 encryption algorithm, message authentication realize! ! Computing speed, better compatibility)
    2008-07-05 00:29:14下载
    积分:1
  • RSA
    RSA公钥加密程序,可实现密钥对生成,加解密任意字符串功能。MFC界面。(RSA public key encryption program, enabling the key pair generation, encryption and decryption functions of arbitrary strings. MFC interface.)
    2008-08-07 10:36:19下载
    积分:1
  • SEED
    Seed加密体制代码,韩国的分组密码加密体制。(Seed encryption system code block cipher encryption system in Korea.)
    2014-01-16 11:47:11下载
    积分:1
  • MD5_RSA
    本源代码,综合了DES,RSA,MD5等几种加密的方法于同一工程中,可以让读者对各种加密方法的实现通过代码实现过程的比较,更好的理解几种软件加密方法(Source code, a combination of DES, RSA, MD5 encryption method, such as several in the same project, will allow readers to a variety of encryption methods to achieve the realization of the process through code comparison, a better understanding of several software encryption methods)
    2008-05-19 09:32:33下载
    积分:1
  • NHD
    程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。多线程操作,保证加密时程序界面流畅,加密速度大约9M每秒。(Procedures using the most advanced as a core algorithm Rijndael algorithm with variable block length and variable key length of the iterative block password. Block length and key length can be specified as 128,192 or 256. Multi-threaded operation, to ensure smooth program interface encryption, encryption speed of about 9M per second.)
    2009-07-16 18:38:49下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载