CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 加密

搜索资源列表

  1. AES

    0下载:
  2. AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:14517
    • 提供者:杨梅
  1. AES

    0下载:
  2. 客户端程序和服务端程序的加密算法,被调用到主程序相应模块.-Programs and services the client-side encryption algorithm process, the corresponding call to the main program module.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:19836
    • 提供者:李伟
  1. 111111111

    1下载:
  2. 为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱, -In order to ensure the safety of information transmission network, and a video image encryption method. This met
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:155904
    • 提供者:武同学
  1. 11111111111456

    0下载:
  2. 为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱, -In order to ensure the safety of information transmission network, and a video image encryption method. This met
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:155909
    • 提供者:武同学
  1. encryptNotepad

    0下载:
  2. 自己做的vb记事本,有加密功能。更系统自带的记事本一样。-Vb do their own notebook, there are encryption. More systematic, like built-in Notepad.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5736
    • 提供者:raymond
  1. nrf24l01_tutorial_4_pic18

    0下载:
  2. 介绍了ARC4加密算法。以单片机为主控器,控制NRF24L01射频芯片,对加密数据进行无线收发。maintutorial4remote.c用于实现具体功能。同样提供了收、发的HEX文件以供实验。-Introduced ARC4 encryption algorithm. Mainly to single-chip controller to control the nRF24L01 RF chips, the data encrypted wireless transceiver. maintu
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:202046
    • 提供者:yinglun
  1. securitytools

    0下载:
  2. 实现加密解密算法的演示,及简单的密码字典生成和端口扫描-Encryption and decryption algorithm to achieve a demonstration, and simple password dictionary generation and port scanning
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:32409
    • 提供者:skyle
  1. AES()

    0下载:
  2. 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:82137
    • 提供者:liu
  1. des

    0下载:
  2. 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-17
    • 文件大小:117748
    • 提供者:张博
  1. mima

    0下载:
  2. 对字符串进行简单的加密处理; 也可以解密; 输入初始字符串,点击“加密”,显示加密后的字符串,在点击“解密”,显示解密后的字符串-On a simple string encryption processing also can decrypt enter the initial string, click the "encryption" to show the string after encryption, click the "declassified" to show
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:44080
    • 提供者:hxh
  1. RSAExample

    0下载:
  2. 使用OPENSSL进行 RSA加密解密例子-The use of OpenSSL for RSA encryption and decryption examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:10629
    • 提供者:刘耀荣
  1. SimpleEncryptionAlgorithm

    0下载:
  2. 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6717
    • 提供者:lymyoyo
  1. HuffmanCoding(usingClanguage)

    0下载:
  2. 哈夫曼编码(用C语言编写), 可对输入的字符串进行加密解密-Huffman Coding (using C language), can enter the string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:zhangwei
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:lym
  1. filesystemEntry

    0下载:
  2. 基于文件过滤系统的文件加密,摘 在比较几种文件加密方法特点的基础上,提出了一种基于文件过滤器的加密方法,并介 绍了程序设计方法。新的加密方法与其他文件加密方法相比,具有访问控制方便、安全性好的优点, 且支持多种存储介质 -In comparing the characteristics of several methods of file encryption, based on a file-based encryption filter methods, and refer
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:87266
    • 提供者:jiaochunqiang
  1. dog

    0下载:
  2. 加密狗是用来保护软件的硬件设备,通常其中存放软件中的部分内容,复制加密狗,完全实现软件硬化.-Dongle is used to protect software, hardware equipment, which is usually stored in the part of the contents of the software, copy dongle, the full realization of software hardening.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:130818
    • 提供者:赵阳
  1. Monoalphabetic

    0下载:
  2. 单表加密算法、单表解密算法实现的简单示例-implementation of monoalphabetic encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1084
    • 提供者:hayley
  1. CSharp_AES4MobileDevices

    0下载:
  2. 移动加密计算模块,用于移动设备加密的Sharp开发程序-Mobile computing encryption module for mobile devices encrypted Sharp to develop procedures
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3827
    • 提供者:jason
  1. DES

    2下载:
  2. vb写的des加密解密源码及调用过程 已经验证-vb wrote des encryption and decryption process is called source code and authentication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:8352
    • 提供者:路军锋
  1. TrueCrypt6.1aSource

    0下载:
  2. 使用visual studio 2005 开发的开源文件、磁盘加密软件。这是6.1a版。加密自己资料的好工具。也是学习的优秀范本。结成了众多加密算法。-Using visual studio 2005 to develop open-source document, disk encryption software. This is version 6.1A. Encryption own good tool for information. Study is an excellent temp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1608785
    • 提供者:sunshine
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com