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

搜索资源列表

  1. socketXP

    0下载:
  2. 在本机上实现模拟通信,并进行数据的加密解密-plane in the analog communications, and data encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5629
    • 提供者:张鸿剑
  1. RC6.00

    0下载:
  2. 网络通信安全与数据加密 RC6算法的实现-network security and data encryption algorithm implementation RC6
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:29157
    • 提供者:haner
  1. DES(c++)

    2下载:
  2. 在通信网络的两端,双方约定一致的Key,在通信的源点用Key对核心数据进行DES加密,然后以密码形式在公共通信网(如电话网)中传输到通信网络的终点,数据到达目的地后,用同样的Key对密码数据进行解密,便再现了明码形式的核心数据。这样,便保证了核心数据在公共通信网中传输的安全性和可靠性。-communications networks in the two ends, the two sides agreed unanimously the Key, In communications with
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3971
    • 提供者:fang
  1. aes_core

    0下载:
  2. Verilog实现AES加密算法 密码模块作为安全保密系统的重要组成部分,其核心任务就是加密数据。分组密码算法AES以其高效率、低开销、实现简单等特点目前被广泛应用于密码模块的研制中。密码模块一般被设计成外接在主机串口或并口的一个硬件设备或是一块插卡,具有速度快,低时延的特点。而从整体发展趋势来看,嵌入式密码模块由于灵活,适用于多种用户终端、通信设备和武器平台,将会得到更加广泛的应用
  3. 所属分类:加密解密

    • 发布日期:2014-01-18
    • 文件大小:79633
    • 提供者:yuansuchun
  1. CRC

    0下载:
  2. 计算机网络CRC码测试,用于验证通信数据是否正确
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:155335
    • 提供者:王文涛
  1. 数据加密算法

    0下载:
  2. 目前企业面临的计算环境和过去有很大的变化,许多数据资源能够依靠网络来远程存取,而且越来越多的通讯依赖于公共网络公共网络(如 Internet),而这些环境并不保证实体间的安全通信,数据在传输过程可能被其它人读取或篡改。-currently facing the enterprise computing environment and past a great change, many data resources to be able to rely on remote network acce
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5568
    • 提供者:王齐
  1. computer-cyphers

    1下载:
  2. 密码学以研究保密通信为目的,而且仅限于数据通信。 密码技术还应用于信息鉴别和数字鉴别,用以防止电子欺骗。 密码加密算法的对立面就是密码分析,也就是破译技术研究。加密与破译是一对矛盾,了解破译对研究加密非常必要。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4323022
    • 提供者:lf
  1. micro-UARTsource_V

    0下载:
  2. UART(即Universal Asynchronous Receiver Transmitter 通用异步收发器)是广泛使用的串行数据传输协议。UART允许在串行链路上进行全双工的通信。-UART (ie Universal Asynchronous Receiver Transmitter Universal Asynchronous Receiver Transmitter) is a widely used serial data transfer protocol. UART allo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:5495
    • 提供者:
  1. blowfish

    0下载:
  2. 经典加密算法BLOWFISH的实现,用于加密数据,实现安全通信-BlowFish of classical encryption algorithm implementation, used to encrypt data, secure communications implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:11117
    • 提供者:zhaolingxi
  1. encryption_test

    0下载:
  2. 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:94162
    • 提供者:BY
  1. Encryption_Method

    0下载:
  2. 可以实现网络通信简单数据加密的动态链接库,仅供学生学习写DLL文件。-a simple data encryption of dynamic-link library file for network communication,for students to learn to write DLL file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1667978
    • 提供者:向恩淋
  1. huffman

    0下载:
  2. 哈弗曼编码译码:利用哈夫曼树编码进行通信可以大大提高通信利用率,所的信息传输时间,降低传输成本。者要求在发送端通过一个编码系统对待传数需预先编码,在接收端将传来的数据进行一马复原。对于双工信道,每端都需要一个完整的编码译码系统。-huffman code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:2859
    • 提供者:陈曦
  1. encrypt

    0下载:
  2. 主要是实现数据加密与解密。可使用MD5算法对密码进行加密、对数据报进行加密保障通信的安全、对文档进行加密和加密-Mainly for data encryption and decryption. Can use the MD5 algorithm to encrypt passwords, data encryption to protect communications reported the safety of the document encryption and encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:180564
    • 提供者:兰斌
  1. Encrypt

    0下载:
  2. 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3979
    • 提供者:kobewylb
  1. VPN

    0下载:
  2. VPN是通过Internet建立一个临时的、安全的连接,进行数据信息的通信传输。VPN采用加解密技术和密钥管理技术保障数据传输的安全。-VPN through the Internet to build a temporary, secure connection for data communication transmission. VPN with encryption technology and key management technology to protect the secu
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3670532
    • 提供者:YCLIU
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. nijuzhen

    0下载:
  2. 任意逆矩阵程序算法,可以对通信数据加密,保密性好。-Inverse matrix algorithm any program that can encrypt the communication data, privacy is good.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3559
    • 提供者:belimys
  1. encrypt

    0下载:
  2. 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:676
    • 提供者:kobewylb
  1. shipinjiami

    0下载:
  2. 数据通信中对数据信息进行加密的代码,可以直接拿去使用,安全可靠。-Data communications data encryption on the code, you can take it directly to use, safe and reliable.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:17222
    • 提供者:雷子
  1. ipmsg211src

    0下载:
  2. 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。。最新版(2.50 alpha6)的Log文件支持 UTF-8编码格式,增加了气球提示。-IP Messenger (IP Messenger V2.06) is a based on TCP/IP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11760145
    • 提供者:吴飞
« 12 »
搜珍网 www.dssz.com