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

搜索资源列表

  1. File_Handler

    0下载:
  2. 这个类提供了一个快速和更简单的方式来使用RC4算法来加密和解密文件。它也包括了用来打开,读取,编写和附加文件的方法。包括了一个类的演示客户端程序。- This kind has provided fast and the simpler way uses the RC4 algorithm to encrypt reconciles the dense document. It also included has used for to open, reads takes, compilat
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.82kb
    • 提供者:张平
  1. poc-1.2

    0下载:
  2. 在卡片上管理密码的工具。密码被标注并集体加密存储在卡片上。因此这是一个安全存储密码的方法-on the card password management tool. Tagging password encryption and collective memory on the card. So this is a safe method of storage of passwords
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:163.49kb
    • 提供者:张光强
  1. 节省资源的MD5算法

    0下载:
  2. 为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe att
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:林华
  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:刘亮
  1. 线性移位寄存器的C语言实现

    1下载:
  2. 线性移位寄存器是流密码的重要组成部分,该程序就是实现该方法。- The linearity shift register is the stream cipher important constituent, this procedure realizes this method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.87kb
    • 提供者:王清华
  1. 自己写的Des算法

    1下载:
  2. 自己写的一个DES加密算法软件,在VC环境写的,编译后,对文档进行加密解密.使用方法从界面上一目了然.-I have written a encryption program of DES under the VC environment.Encrypt and decrypt the document after translate and edit it.The operate method is very clear from the interface.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.45kb
    • 提供者:晓逻
  1. 最新AES源码

    0下载:
  2. 最新的AES源代码,AES加密算法为我们提供了强大快捷的对称加密方法。-the latest source code AES, AES encryption algorithm to provide us with a powerful and efficient symmetric encryption method.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16.35kb
    • 提供者:sss
  1. Key_src

    0下载:
  2. 编程中获得会话密钥匙非常重要的 MSDN 展示了一种使用私钥的方法。 但是微软的这个在MSDN中例子相当的长。 本文下面介绍的这个方法不仅更快而且更有效 -Programming cryptographic key conversation was very important MSDN demonstrated a method of using the private key. But in Microsoft's MSDN examples longer. Presen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:ww2aa
  1. sswm

    0下载:
  2. cox方法展频水印matlab源码,对bitmap图像隐藏信息-frequency watermarking method Show Matlab source of bitmap images for hidden messages
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.99kb
    • 提供者:cuer
  1. 汇编内核加密算法

    0下载:
  2. 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8.16kb
    • 提供者:qve
  1. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24.01kb
    • 提供者:HCJ
  1. RSA_DEMO

    0下载:
  2. 一种利用公钥算法(又称为非对称算法)RSA制作注册码的方法。采用这种方法,不知道密钥的话时很难写出注册机来。实际上有部分软件已经使用了这类方法。RSA加密算法DEMO-use of a public key algorithm (also known as non-symmetric algorithm) production license RSA method. Using this method, I do not know the key words is difficult to wr
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:245.7kb
    • 提供者:linvage
  1. duobiaotidai

    0下载:
  2. 一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)-a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:houny
  1. BlindRead

    0下载:
  2. 盲人输入法,利用微软的TTS实现盲人书法-blind input method, using Microsoft's TTS achieve blind calligraphy
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:390.97kb
    • 提供者:徐敏
  1. v1

    0下载:
  2. 一种基于JPEG的密写方法,通过修改标准量化表,将秘密信息嵌入中频系数的最低两个比特位-Realization of a steganographic method based upon JPEG and Quantization table modification.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:223.38kb
    • 提供者:邵小宝
  1. jacobi_method_of_program_source_code_design

    0下载:
  2. jacobi法的程序源码设计jacobi method of program source code design-jacobi method of program source code design jacobi method of program source code design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:717byte
    • 提供者:qingli
  1. An-improved-method-of-encrypting-Java-source-code.

    0下载:
  2. 一种改进加密Java源码的方法An improved method of encrypting Java source code-An improved method of encrypting Java source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:115.87kb
    • 提供者:llcc0554
  1. Korus-2013-Efficient-Method-for-Content

    0下载:
  2. Efficient method for content
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.48mb
    • 提供者:leelasaladi
  1. Method-Cutters-Jordan-boss

    0下载:
  2. Implementation of embedding information into an image using Method Cutters - Jordan bo-Implementation of embedding information into an image using Method Cutters - Jordan boss
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1.83mb
    • 提供者:????
  1. The-method-replace-palette

    0下载:
  2. Implementation of embedding information into an image using The method replace palette
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1.34mb
    • 提供者:????
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com