搜索资源列表

  1. 对称密码DES

    0下载:
  2. 用C语言实现des加密算法,保证可以加密解密-C language des encryption algorithm that can guarantee encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:17408
    • 提供者:王嘉宁
  1. DESforVB

    0下载:
  2. DES加密算法,怎样在VB中实现是我这样的菜鸟很头痛的事,现将我从网上摘到的源码提供给大家分享。-DES encryption algorithm, and how to VB I realize this is a birdie very troublesome thing. We now pick from the Internet to provide the source code to share with you all.
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:xfh
  1. WebService_Source

    0下载:
  2. 字符串加密解密WebService服务的源码。 很简单的字符串加解密程序,是用C#在ASP.NET环境下编写,并应用于WebService服务上的源码。 VS2003环境中编译通过。-string encryption and decryption WebService the source. Very simple string encryption and decryption process, the C# ASP.NET
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:16384
    • 提供者:杨扬
  1. passwd

    0下载:
  2. java加密解密源码 用户密码不能直接存储到数据库,需要经过加密。同样user也可要回自己的密码。-java source code users not directly stored into the database, require encryption. The same user also win back their passwords.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:ewewe90
  1. ldpc_encode-decode

    0下载:
  2. 基于gf(q)的ldpc编译码程序 matlab-based gf (q) ldpc encryption procedures Matlab
  3. 所属分类:通讯编程

    • 发布日期:2024-05-06
    • 文件大小:590848
    • 提供者:屈兰
  1. Metrix

    0下载:
  2. 该软件和代码实现的功能是对图象的加密和解密,运行环境是Xp+matlab,代码中有说明,很容易看明白.-the software code and the functions of the image of encryption and decryption, the environment is Xp Matlab, the code is described, it is easy to see to understand.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:3562496
    • 提供者:叶飞
  1. typicalChaoticSystem

    0下载:
  2. 自己整理的几种典型的混沌系统,适合分形和图象加密的朋友使用-several people to sort of a typical chaotic system, for fractal image encryption and the use of a friend
  3. 所属分类:分形几何

    • 发布日期:2024-05-06
    • 文件大小:93184
    • 提供者:妮涵
  1. Des.JAVA

    0下载:
  2. des加密解密 源代码 java版的。可以用呀-des encryption and decryption source code version of java. Can ah
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:36864
    • 提供者:康lg
  1. VOIPAlpa0.90

    0下载:
  2. The goal of the project is to create a peer-to-peer and peer-server-peer VoIP application. The requirements are : encryption (openSSH) , mp3 compression, 19.2kbs stream capable. -The goal of the project is to create a pe
  3. 所属分类:P2P编程

    • 发布日期:2024-05-06
    • 文件大小:1189888
    • 提供者:王小二
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1965056
    • 提供者:
  1. encipher_decipher

    0下载:
  2. 包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:80896
    • 提供者:洪逸轩
  1. dllexe

    0下载:
  2. 设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:6144
    • 提供者:flying840310
  1. xinyi

    0下载:
  2. ·Matlab加扰解扰仿真系统,可以观察加解扰前后信号的时域和频域波形,有助于理解扰码的概念和解扰的过程-scrambling and de-scrambling Matlab simulation system Encryption can be observed around the signals in time domain and frequency domain waveforms scrambler help unders
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:7168
    • 提供者:
  1. DES_

    0下载:
  2. DES加密解密算法vc实现 用MFC作了界面-DES encryption and decryption algorithms vc achieve interface made with MFC
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:20480
    • 提供者:wpopeyel1
  1. EncryptionPack

    0下载:
  2. 非常完整的加密算法实现,不过没有什么注释,看着有点累,开发工具为VC++! -very integrity of the encryption algorithm, but no notes, watching a little tired, development tools for VC!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:336896
    • 提供者:wmx
  1. kongCharp

    0下载:
  2. C#开发的空域滤波,图象加密,旋转等功能的程序-C# development of the spatial filter, image encryption, and rotating functions of the procedures
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-06
    • 文件大小:371712
    • 提供者:qqq
  1. javacodeprotect

    0下载:
  2. 本文首先分析了Java源代码需要加密的原因,简要介绍了DES算法及Java密码体系和Java密码扩展,最后说明了利用DES加密算法保护Java源代码的方法及步骤-This paper analyzes the Java source code encryption needs, briefed the DES algorithm and system password Java and Java code expansion Final
  3. 所属分类:文档资料

    • 发布日期:2024-05-06
    • 文件大小:8192
    • 提供者:chensong
  1. aes-sourceCode

    0下载:
  2. AES高级加密标准的C代码,我调试过,很好用,跟大家共享。-AES Advanced Encryption Standard C code, I debugger that is useful, to share with you.
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:87040
    • 提供者:杨力
  1. FileSecurity

    0下载:
  2. 文件加密程序,包含使用微软加密API制作的文件加密动态链接库和由C#制作的程序界面,程序功能模仿Windows优化大师的文件加密程序。-file encryption procedures, includes Microsoft Cryptographic API produced by the file encryption and dynamic link library produced by the C# programming
  3. 所属分类:C#编程

    • 发布日期:2024-05-06
    • 文件大小:1031168
    • 提供者:
  1. PairKeyExample

    0下载:
  2. 用JAVA实现文件的非对称加密,其中发含对非对称加密的流程解析-using JAVA documents asymmetric encryption, which made containing the non-symmetric encryption process analytical
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:尹志远
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org