CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - six

搜索资源列表

  1. VBCrypto2.zip

    4下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:636247
    • 提供者:
  1. EncryDeCry

    0下载:
  2. 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:伍孝秉
  1. 全能六种加密和解密的程序

    0下载:
  2. 全能六种加密和解密的程序-Almighty six encryption and decryption procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29116
    • 提供者:卡菲
  1. 加密解密小程序vb

    0下载:
  2. 一个用vb编写的加密解密的小程序. 经过试用适合6位以内的加密和解密-with a vb prepared by the encryption and decryption of small programs. After the trial within six for the encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1908
    • 提供者:发就
  1. VBCrypto2.zip

    3下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:636560
    • 提供者:none
  1. 101259367DES

    1下载:
  2. des的加脱密算法用c语言实现以及一些其他的密码算法-Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:262942
    • 提供者:Andy
  1. 6

    0下载:
  2. 六种加密算法源码,包括CRC32校验,DES加密,MD5,rsa数字签名,RSA演示,简单加密-Six encryption algorithm source code, including the CRC32 checksum, DES encryption, MD5, rsa digital signature, RSA presentation, simple encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:4800242
    • 提供者:daibo
  1. YQNfE7dt

    0下载:
  2. 此源码半年前写的第一版,没完善,没优化,只是给新手学习使用。 可以学到: 文本,文件,配置文件操作。使用打开文件与打开加密文件,对列表框的基本了解与使用,根据其位置取出文本等等 总之很简单,代码看懂了 你自己也能写一些简单的东西 代码完成度98 ,稍作修改可以直接使用,不过我删除了某些命令 可能有些地方进不去,这个自己修改下。比如用户管理的密码是对的 可是也进不去。自己弄弄吧。 -The source c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:43517
    • 提供者:zcfix
  1. password

    0下载:
  2. 密码锁程序 密码设置开锁及存取显示程序,6位密码输入-Trick lock program password lock and access show program, six password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:1874
    • 提供者:hllhkk
  1. Base64

    0下载:
  2. Base64编码的思想是是采用64个基本的ASCII码字符对数据进行重新编码。它将需要编码的数据拆分成字节数组。以3个字节为一组。按顺序排列24 位数据,再把这24位数据分成4组,即每组6位。再在每组的的最高位前补两个0凑足一个字节。这样就把一个3字节为一组的数据重新编码成了4个字节。当所要编码的数据的字节数不是3的整倍数,也就是说在分组时最后一组不够3个字节。这时在最后一组填充1到2个0字节。并在最后编码完成后在结尾添加1到2个 “=”。 -The idea of ​ ̴
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:49238
    • 提供者:lvcha
  1. AES_LMJ

    0下载:
  2. AES加解密算法的实现。对密码学六种工作模式的实现。-AES encryption and decryption algorithms. Cryptography, the realization of the six operating modes.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1919196
    • 提供者:林爱国
  1. otp

    2下载:
  2. 动态口令HOTP的JAVA代码实现,通过种子和认证基数产生6个字符的动态口令-Dynamic password HOTP implementation of JAVA code, and certification through seed produced six characters cardinality dynamic password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:6040
    • 提供者:huangzhongfei
  1. Base64-3

    0下载:
  2. Base64是一种基于64个可打印字符来表示二进制数据的表示方法。由于2的6次方等于64,所以每6个位元为一个单元,对应某个可打印字符。三个字节有24个位元,对应于4个Base64单元,即3个字节需要用4个可打印字符来表示。它可用来作为电子邮件的传输编码。-Base64 is based on 64 printable characters to represent binary data representation. Since 2 ^ 6 equals 64, so every six b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1072
    • 提供者:李其实
  1. JMSF

    0下载:
  2. 可加密解密 一共6层加密 1。字符----》ASCII 2-3.第一二层为字符的ASCII的加密 4.ASCII的十进制转化为三十五进制 5-6.第三四层为三十五进制的位置变换-Encrypt a total of six layers. Character---- " ASCII 2-3. First floor for the characters in the ASCII decimal encryption 4.ASCII into thirty-five h
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:4954
    • 提供者:林广
  1. LFSR

    0下载:
  2. 流密码算法C++实现,使用六级线性反馈移位寄存器,生成64位的密钥,在对数据进行加密,同时整合Socket编程,实现进程间加密通信。-C++ stream cipher algorithm implementation, using six linear feedback shift register to generate a 64-bit key to encrypt data at the same time integrating Socket programming, encrypte
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:2175278
    • 提供者:lecision
  1. 暴力密码破解

    14下载:
  2. 简单的数字密码破解 适合用于破解六位密码(Simple digital password cracking is suitable for cracking six bit passwords.)
  3. 所属分类:加密解密

    • 发布日期:2019-02-17
    • 文件大小:123904
    • 提供者:清风19820
搜珍网 www.dssz.com