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

搜索资源列表

  1. AESencode

    0下载:
  2. AES是安全性较好的密码算法,这是一个实现AES加密算法的源码-AES is better security password algorithm, which is a realization of the AES encryption algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:69881
    • 提供者:付泊
  1. Aes_jiamidaima

    0下载:
  2. 网络安全加密的AES算法代码,希望大家能用的着。-network security encryption algorithm AES code, the hope everyone can be significant.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12288
    • 提供者:阿太
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. Secruity_Video_Monitor_System_based_on_ARM-LINUX_a

    0下载:
  2. 采用DSP TMS320C6711 和ARM920T, 设计并实现了支持H.264 加密的安全视频监控系统。提出了一种将高级加密标准AES 与H.264 相结合的安全视频加密系统设计方案,并在ARM—Linux 嵌入式平台下予以实现。解决了视频监控系统中视频数据保密等问题,并给出了改进加密算法的实验结果。-This paper designs and implements a security video monitor system with H.264 encryption support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:223852
    • 提供者:kunter
  1. AESjiajiemi

    0下载:
  2. AES高级加密解密算法,是加密算法中安全性非常高的-Advanced AES encryption and decryption algorithm, encryption algorithm is very high security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:8654
    • 提供者:
  1. MyAES

    0下载:
  2. AES算法的实现,AES算法的C/C++实现,比较简单,适合信息安全入门者-AES Algorithm, AES algorithm C/C++ implementation is relatively simple, suitable for beginners of information security
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:3054018
    • 提供者:海海
  1. AES_1

    0下载:
  2. AES加密算法 不是很复杂 信息保障与安全课上实验,希望对大家有所帮助-AES encryption algorithm is not very complex information security and safety class experiment, we want to help
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:2814
    • 提供者:王语斌
  1. aes_mini_project

    0下载:
  2. It is encryption and decryption algorithm. AES is a symmetric encryption algorithm processing data in block of 128 bits.Under the influence of a key, a 128-bit block is encrypted by transforming it in a unique way into a new block of the same s
  3. 所属分类:CA program

    • 发布日期:2017-04-09
    • 文件大小:1194861
    • 提供者:asha
  1. librame_utility_3.5.12.0425

    0下载:
  2. 1、Librame.Caching(缓存功能) 支持文件缓存与 SQL 缓存依赖; 支持缓存队列、支持线程安全等功能;(比System.Web.Caching 更加强大) 2、Librame.Language(多语种功能) 支持枚举、异常、框架、其它等类型的多语言配置功能。 3、Librame.Logging(日志功能) 支持调试、信息、警告、错误、致命等类别的日志记录功能。 4、Li
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-22
    • 文件大小:6806118
    • 提供者:小易
  1. security-transmission-system

    0下载:
  2. 基于AES的小型 数据安全传输系统, 《网络与信息安全》课程报告-AES based small data security transmission system, network and information security " course report
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:749755
    • 提供者:樱桃贝贝
  1. Security

    1下载:
  2. java实现Rsa和Aes加密解密(带界面)-Rsa and AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:38543
    • 提供者:关润发
  1. QuickEncrypt

    0下载:
  2. 数据安全小工具,采用托盘图标、悬浮窗、鼠标拖拽、右键菜单的简单操作模式,提供文件、文本的加解密(RC4+AES)、Hash(MD5+SHA1)、安全擦除等功能。独有的“智能压缩”加密模式。-Data security gadget tray icon, floating window, drag the mouse, right-click menu of simple operating mode, file encryption and decryption of the text (RC4
  3. 所属分类:Network Security

    • 发布日期:2017-11-28
    • 文件大小:7084010
    • 提供者:zjz
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  1. RangeKutta

    0下载:
  2. 随着网络带宽和计算机处理能力的高速增长, 数字 图像在当今社会的各个领域被广泛使用. 由于网络的开 放性, 涉及国家安全、商业利益和个人隐私的图像需要 进行加密, 以保护其安全. 将传统的加密标准, 如IDEA 和AES 直接应用到图像的加密上存在一定的缺陷. 因 为传统的加密算法主要为一维的数据流设计, 没有考虑 二维图像的特性, 如空间有序性、视觉冗余性、相关性等 等. 这使得传统加密算法在加密数据量较大的图像时要 耗费较长的时间. 与一般的二进制数据不同
  3. 所属分类:CA program

    • 发布日期:2017-11-14
    • 文件大小:6030
    • 提供者:wangc
  1. issl

    0下载:
  2. iSSL是小型的加密API,使用方法和AES加密的RSA建立SSL的一样,安全的加密两端之间的沟通交流,通过一个网络接口,包括会议密钥的生成和公共密钥交换。-iSSL small encryption API to use RSA and AES encryption to establish the SSL security encryption between the two ends of communication, through a network interface, includ
  3. 所属分类:CA program

    • 发布日期:2017-11-30
    • 文件大小:213398
    • 提供者:mou
  1. security

    0下载:
  2. AES加密源代码 很不错哦 大家可以下-AES encryption source code is very good, oh, we can look under
  3. 所属分类:CA program

    • 发布日期:2017-12-04
    • 文件大小:978
    • 提供者:吴华淼
  1. AES

    0下载:
  2. 应用于网络信息安全领域,采用AES加密算法对文件进行加密-Used in the field of network and information security, using the AES encryption algorithm to encrypt files
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-16
    • 文件大小:2617079
    • 提供者:邓晓龙
  1. Cryptography-and-Network-Security

    2下载:
  2. 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
  3. 所属分类:加密解密

    • 发布日期:2017-06-07
    • 文件大小:916422
    • 提供者:Peter
  1. superaes.js

    0下载:
  2. javascr ipt implementation of federal information security AES algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2797
    • 提供者:Real Lover
  1. Security

    0下载:
  2. C#类,其中包含MD5、DES、TripleDES、AES、RC2,RSA-C# class,include MD5、DES、TripleDES、AES、RC2,RSA, and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:damon
« 1 23 »
搜珍网 www.dssz.com