搜索资源列表
-
0下载:
常用的几个Java加密解密算法,包括DES,SHA等-des,sha encrypt and decrypt
-
-
0下载:
1、Vigenere的编程实现
使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件
2、Column permutation 密码的编程实现
编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件
3、DES的编程实现
使用C语言设计实现DES密码,并加/解密一个文件
-1, Vigenere of programming using C language design and impleme
-
-
0下载:
对文件内容进行加密,生成密钥,解密时用密钥解密的过程,本程序使用了锁技术,为UNIX下的加解密及文件操作提供了很好的帮助。-The contents of the file encryption, key generation, decryption key to decrypt the process, the program uses the lock technology, provides a good help for the encryption and decryption and
-
-
0下载:
二进制文件操作工具
可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
-
-
0下载:
加密解密工具,可以快速的加解密。高效,快速-Encryption and decryption tool that can quickly encrypt and decrypt. Efficient and fast
-
-
0下载:
DES加密,可以进行文件的解密与加密操作!-DES encryption, the document can decrypt and encrypt operation!
-
-
0下载:
c# 字符串加密实例,类已经构建好,包含加密和解密两个方法-c# string encryption example, class has been constructed, and includes two ways to encrypt and decrypt
-
-
0下载:
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
-
-
0下载:
DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
-
-
0下载:
所有加密解密算法实现
任何人都可下载,非注册用户也可-the implementation of encrypt and decrypt
-
-
0下载:
AES Encrypt and decrypt. Cmd.
-
-
0下载:
使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
-
-
0下载:
This code to implement connnection with data base. This is mainly to decrypt and encrypt database contents. This for cryptography.(security)
-
-
0下载:
使用自定义密码 进行文件加密
使用传入密码生成 SymmetricAlgorithm-You can encrypt and decrypt file with your password.
-
-
0下载:
AES encrypt and decrypt source code implemented using MATLAB
-
-
0下载:
Use to decrypt loc file and encrypt Audition s language scr ipt file
-
-
0下载:
分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
-
-
0下载:
只写了一个htm文件就十分强大的实现了为网页的加密和解密功能,非常非常实用。赶快下载吧-Htm file just written a very strong realized on the web page encrypt and decrypt functions, very, very practical. Quickly download it ~ ~
-
-
0下载:
邮件加密系统。可以实现邮件的加密发送和邮件的解密接收-E-mail encryption system. Encrypted message can decrypt messages sent and received
-
-
0下载:
tea algorithm to decrypt and encrypt code
-