搜索资源列表

  1. Win95 System programming Secrets

    0下载:
  2. 《Windows编程奥妙》,Windows编程最高阶图书,《Windwos高级编程》只能算进阶图书。该书作者是Boundcheck编写者之一。强力推荐。-"Windows programming secret," the most high-end Windows programming books, "Advanced Programming Windows" can only be descr
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:4117504
    • 提供者:刘肇
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:388096
    • 提供者:刘永
  1. HookSrc

    0下载:
  2. API calls interception is the task that allows you to get access to some parts of others programs. Lots of programmers spend time developing and describing various methods that allow that access. Such methods are used in
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-09
    • 文件大小:75776
    • 提供者:李登煇
  1. howtosharesecret

    0下载:
  2. shamir的秘密分享机制的原文。秘密分享门限机制中,利用拉格朗日插值多项式来恢复。-shamir secret-sharing mechanism in the original language. Threshold secret sharing mechanism, the use of Lagrange polynomial interpolation to restore.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:184320
    • 提供者:黄海凌
  1. secretshare_VC++

    0下载:
  2. Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decid
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1963008
    • 提供者:linvg
  1. secretshare_java

    0下载:
  2. Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-val
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:linvg
  1. xmlbased_RSA

    0下载:
  2. 对于要加密的文档,www有一套标准,约定用于加密的文档应当组成一定的格式.对于符合这个格式的xml文档,本程序能从中提前rsa加密密钥和明文进行加密.本程序还提供rsa密钥生成接口和加密解密接口.-regard to the encrypted files, www set of standards, agreement for encrypted files should be composed of a certain format
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:黎之方
  1. lsbhide

    0下载:
  2. 实现信息的隐藏,将文本信息隐藏在BMP位图中,实现了信息的隐秘传输和数字水印-Realize the hidden information, the text information hidden in Bitmap BMP, the realization of the secret transmission of information and digital watermark
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王春辉
  1. drv

    0下载:
  2. MTK平台绝密核心代码之 系统驱动,是学习研究MTK平台的重要代码,也是做其他类似平台开发的良好参考代码,贡献出来与大家分享。-MTK platform for top-secret code of the core system, is the study important MTK platform code, but also other similar platforms to do a good reference code,
  3. 所属分类:MTK

    • 发布日期:2024-05-09
    • 文件大小:412672
    • 提供者:余爱军
  1. secret

    0下载:
  2. pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:莫松成
  1. MTK

    0下载:
  2. MTK平台绝密核心代码之文件驱动,希望对大家有用-MTK platform for top-secret code of the core file system, using C to prepare, in the hope that useful to everybody
  3. 所属分类:MTK

    • 发布日期:2024-05-09
    • 文件大小:91136
    • 提供者:jevons
  1. tongjitexingLSB

    0下载:
  2. 提出一种基于统计特性的LSB密写分析方法,这种方法根据密写对原始数据统计特性的影响来判断秘密信息的有无.实验结果给出了不同阈值时的检测性能,当秘密信息量较大时,两类错误概率都可以得到有效控制.-This paper proposes a novel steganalysis technique based on the statistics method for LSB insertion, in which the change of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:218112
    • 提供者:boe
  1. src

    0下载:
  2. shamir‘s secret sharing C语言源码,对密码分割合并实现秘密共享-shamir' s secret sharing C language source code for the password secret sharing to achieve the combined partition
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:245760
    • 提供者:iuhiuh
  1. sharing_Thien

    0下载:
  2. 实现了Thien在他的文章《secret image sharing》中提出的(r,n)门限秘密图像分存方案。-this program has relized the (r, n) threshold secret image sharing scheme that was proposed by Thien in his paper《secret image sharing》
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:967680
    • 提供者:陈高
  1. SecretSharing

    0下载:
  2. Secret Sharing By Seth Rogers
  3. 所属分类:其他行业

    • 发布日期:2024-05-09
    • 文件大小:185344
    • 提供者:sweetu
  1. steganography

    0下载:
  2. A steganograghic usfull and incripted tool for hiding critical secret information -text files inside a bitmap images.-A steganograghic usfull and incripted tool for hiding critical secret information-text files inside a
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:259072
    • 提供者:Tarik
  1. six

    0下载:
  2. 六个代码分别是小波变换用于水印密写,离散余弦变换应用于水印密写和空域算法水印算法-Six codes are used for watermark Steganography wavelet transform, discrete cosine transform used in secret writing and airspace watermark Watermarking Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:张楠
  1. multi-secret-sharing-code

    0下载:
  2. 多秘密共享代码 ,包含四个模型的实现。代码用c++编写,用vs2008做平台。-Multi-secret sharing code, including the realization of the four models.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:9735168
    • 提供者:wangyanxi
  1. Secret-Image-Sharing

    0下载:
  2. 研究秘密图像分享技术,利用秘密图像分享技术来实现加密。-How to Share a Secret.using Secret Image Sharing.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:633856
    • 提供者:rustle
  1. Secret Service 201.2 (SRC)

    0下载:
  2. Secret Service 201.2 (SRC) code source in delphi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:887808
    • 提供者:Reeverb
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org