登录
首页 » Others » ASProtect.SKE.v2.58

ASProtect.SKE.v2.58

于 2011-09-02 发布 文件大小:2600KB
0 130
下载积分: 1 下载次数: 80

代码说明:

  ASProtect-protect your application

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

发表评论

0 个回复

  • 凯撒和维吉尼亚方法,两种算法都不是很复杂,基本原理也相似所以都写入一个文件中来表示。...
    凯撒和维吉尼亚加密方法,两种算法都不是很复杂,基本原理也相似所以都写入一个文件中来表示。-Caesar and Virginia encryption method, two algorithms are not very complicated, so the basic principles are also similar to a document written to express.
    2022-12-14 15:10:03下载
    积分:1
  • --- --- -modes----也属于加密算法,正研究中-------------- modes---- encryption algorithm also is the study---
    2023-02-10 10:30:03下载
    积分:1
  • CheckKeys
    根据网卡地址和密钥文件进行检查。密钥文件可以使用我的另外一个生成密钥的程序来生成。注:机器上只能有一个物理网卡。(According to Ethernet address and key documents to be checked. Key file you can use my another program to generate generate a key.)
    2011-05-11 17:28:49下载
    积分:1
  • RSA-KEY
    RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序RSA公钥加密程序(RSA public key encryption program)
    2013-09-06 09:42:15下载
    积分:1
  • –Diffie Hellman钥交换C
    应用背景–Diffie Hellman密钥交换(D–h)[注1 ]是安全地交换密钥在公共信道的具体方法,是第一个公开密钥协议,最初的概念由RalphMerkle。[ 1 ] [ 2 ] D–H是一个最早的实例的公共密钥交换实现在密码学领域。传统上,双方之间需要安全的加密通信,他们首先交换密钥的一些安全的物理信道,如纸的密钥列表由一个受信任的快递。Diffie Hellman密钥交换方法–使双方没有先验知识的彼此共同建立一个共享的密钥在不安全的信道。这个密钥可以用来加密随后的通信使用一个对称密钥密码。关键技术密码解释最简单的协议原有的实现使用整数模p的乘法群,其中p是素数,G是一个原始根模p这是协议的一个例子,在蓝非秘密值,和红色的秘密值。爱丽丝和鲍勃同意用一个模p = 23和g = 5(这是一种原始的根模23)。爱丽丝选择了一个秘密整数a = 6,然后发送给Bob = GA mod p甲= 56国防部23 = 8鲍勃选择一个秘密整数b = 15,然后将爱丽丝B = GB mod p乙= 515国防部23 = 19爱丽丝计算的=钡国防部的= 196国防部23 = 2鲍勃计算S = AB mod p的= 815国防部23 = 2爱丽丝和鲍勃现在分享一个秘密(2号)。爱丽丝和鲍勃到达相同的值,因为:标准的β=(镓),乙模,β=(镓),乙,国防部,国防部,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1鲍勃,(GA mod p)b mod p =(56除以23)15国防部23。请注意,只有一个,B,和(GAB模型P = GBA mod p)是保密的。所有其他的值,磷,克,镓,GA,和英国国防部的标准,是在明确的。一旦爱丽丝和鲍勃计算共享秘密他们可以使用它作为一个加密密钥,只有他们自己知道,在相同的开放式通信信道发送消息。
    2022-02-21 06:22:28下载
    积分:1
  • picture-Encrypt
    图像加密 傅里叶变换 置乱变换 数字图像处理 加密解密算法(Image encryption scrambling transformation encryption and decryption algorithms of digital image processing)
    2013-06-04 08:29:04下载
    积分:1
  • Nootbookdmlt
    1.本程序没有写密码更改,本程序的密码是MD5加密过的 2.默认登陆密码为 dmlt 3.更改密码可以在数据库里面操作,取得MD5加密的密码可以在Http://www.cmd5.com中取得 4.本程序解决了sql注入问题,在安全上大大提升 (1. This program does not write the password change, password, this procedure is MD5 encrypted 2. The default login password is dmlt 3. Change the password can be operated in a , get MD5 encrypted password can be Http: // www.cmd5.com achieved 4. this program solves the problem sql injection, greatly enhance the security )
    2016-05-13 12:49:12下载
    积分:1
  • ieee一种基于混沌的新方法An Image Encryption Scheme Based on Chaotic Map...
    ieee一种基于混沌的新加密方法An Image Encryption Scheme Based on Chaotic Map - In this paper, a novel block digital image encryp- tion scheme based on a chaotic coupled map lattices (CML) is reported. Within this scheme, an original image is decomposed into sub-blocks with a given size, and an external secret key with 192-bit is used and mapped to the system parameters, which are employed to generate a spatiotemporal chaotic binary sequence matrix to encrypt the block original image. Besides, the former sub-block encrypted result will be acted as a feedback to the following sub-block encryption proc- ess. The proposed scheme is described in detail, along with the security analyses such as key space analysis, sensitivity analysis, information entropy analysis and correlation coefficients analysis of adjacent pixels. The computer simulation results indicate that the suggested image encryption scheme has some properties desir- able in a good security
    2022-05-30 11:41:05下载
    积分:1
  • RSA small program source random
    RSA的小程序,源码产生随机素数调用方法:N.GetPrime(bits)返回值:N被赋值为一个bits位(0x100000000进制长度)的素数-RSA small program source random-number call methods : N. GetPrime (bits) Returns : N has been assigned a bits- (0x100000000 band length) of prime numbers
    2022-01-31 11:54:04下载
    积分:1
  • asterisk website access password, and the website source code
    获取网页星号密码,和网页源代码-asterisk website access password, and the website source code
    2022-10-12 14:00:03下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载