登录
首页 » Visual Basic » hundunjiami

hundunjiami

于 2021-02-28 发布 文件大小:766KB
0 159
下载积分: 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 个回复

  • des
    实现对单文件的DES加密解密,不限制大小,DES加密部分自写,非调用,用于学习DES原理。(The realization of the single document DES encryption and decryption, no limit to the size, DES encryption part self written, non call, for learning DES principle.)
    2014-10-29 10:14:19下载
    积分:1
  • Rc4
    采用c++实现RC4加密解密算法,该代码可以加密解密任意格式的文件( U91C7 u758ccc_cn R U6587 u4EF6)
    2021-02-28 16:49:35下载
    积分:1
  • openssl_aes_JIAMI
    通过调用openssl库进行aes加密,本程序已编译好了openssl,无需在进行编译!生成时请引用lib文件(By calling the openssl library aes encryption, the program has compiled the openssl, without making compilation! Please cite lib files generated)
    2013-08-26 11:30:56下载
    积分:1
  • RSA
    自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
    2013-10-21 00:34:18下载
    积分:1
  • 39.3
    说明:  编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: (Programming, the input line character output in an encrypted form, and then decrypted, the decrypted text sequence of characters compared with the input, output to decrypt the body of the agreement, otherwise the decryption failed. Encryption, ascii code of each character in turn repeatedly with &quot 4962873&quot in the figures, and 32 (' ' )~ 122 (' z' ) as a model between the operations. Decryption and encryption in reverse order. For example, enter the text &quot the result of 3 and 2 is not 8&quot results:)
    2011-04-05 08:43:48下载
    积分:1
  • ElGamalPSignature
    vc++写的ElGamal加密系统,能够对简单的数字进行加密。(The ElGamal encryption systems, vc++ write simple digital encryption.)
    2013-04-04 20:29:48下载
    积分:1
  • CloneRockey4ND
    ROCKEY4ND加密锁硬复制程序(Rockey4 Rockey4 Smart Rockey4 ND) (Rockey4 Rockey4 Smart Rockey4ND clone) )
    2020-09-23 16:07:53下载
    积分:1
  • DES-complete
    一个DES加解密程序,有兴趣的可以下来看看。(A program about DES)
    2012-07-03 09:12:47下载
    积分:1
  • Rijndael_ECB
    AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
    2013-12-01 14:14:35下载
    积分:1
  • Encryption-and-decryption
    加解密!实现微软的加解密的小例子。在用微软的加解密时的一点心得(Encryption and decryption! Microsoft' s encryption and decryption to achieve a small example.)
    2011-10-03 15:25:40下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载