搜索资源列表
字符串操作StringOperation
- 为你的程序 加密——很好的加密解密方案——源代码-for your encryption Procedure -- good encryption and decryption program -- source
基于密码技术的MobileAgent系统安全问题解决方案
- Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
SHA1.rar
- 根据SHA-1信息摘要算法,实现对任意数据的SHA-1消息摘要算,输入信息可以是二进制,十六进制,ASCII码,汉字或英文,或者是文本文档,等各种类型的文件,运行软件后生成固定长度的消息摘要,程序能提供良好地用户界面,According to SHA-1 message digest algorithm to achieve for arbitrary data, SHA-1 message digest calculation, input information can be binary,
ENCRYPT
- 对文件内容进行加密,生成密钥,解密时用密钥解密的过程,本程序使用了锁技术,为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
openssl_easy_book
- openssl编程入门(含完整示例),是一本openssl安全编程的一本入门书,相当不错、!-openssl programming entry (including a complete sample), is a security program openssl an entry book, quite good!
RC2
- 该程序是一个RC2加密算法,实现基本的加解密,性能良好。-The program is an RC2 encryption algorithm, the realization of the basic encryption, good performance.
jtxor
- 程序使用C++展示相当强的XOR加密。 当它unencrypting文件时,包括EOF验错和自动侦查。程序很好被提供并且做在串类建立的好用法。-Program Uses C++ to Demonstrate A Fairly Strong XOR Encryption. Includes EOF error checking and automatic detection of when it is unencrypting a file. Program Is Documented
crc.c
- crc 具体数字程序 因为c语言没怎么好好学很多函数不会用就只能用最简单的的方法写出来的白痴程序!-specific figures because the crc program c language not how a good school will not use a lot of function can only be used on the simplest way to write out the procedure an idiot!
EncTextToPic
- VB将文本加密存储于图片的程序,界面挺好看,它可以将一段文字或一个文本或一张图片加密,然后存储于图片文件中,并可进行解密,可用于保护你的有重要版权的文本或图片。-VB text encryption program stored in the pictures, very good looking interface, it can be text or a text or a picture encryption, and then stored in a picture file, and
DSA
- 本程序实现DSA数字签名 是学习和研究密码学的良好资源 欢迎下载-The DSA digital signature program of learning and research resources Cryptography welcome good download
AES_C
- 这是一个非常好的诠释AES算法的程序,对于这么一个较复杂的算法,该程序只用里100行就完全的实现了算法的功能,压缩包里有.txt的文档,里面有相关介绍。-This is a very good procedure for the interpretation of AES algorithm, for such a more complex algorithm, the program in only 100 lines on the full realization of the functi
FileEncode
- 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
md5RSA
- 本程序实现了消息摘要和数字签名,涉及到的算法有md5和RSA,是一个不错的程序,希望对大家有所帮助-This procedure achieved a message digest and digital signatures are involved in the md5 algorithm and RSA, is a good program, I hope all of you to help! ! !
Fileencryptionfileencryptiontechnology
- 文件加密一例 给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要.这里给出最简单的文 件加密技术,即采用文件逐字节与密码异或方式对 文件进行加密,当解密时,只需再运行一遍加密程序即可. 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更 改).程序有很好的容错设计,这是我们应该 学习的.-File encryption file encryption technology to the case of
CRC
- 转CRC16的小程序,很好用呀,大家试一试-CRC16 turn a small program, very good with the ah, we try
conv_func
- This a good program to start with signal processing in matlab.This gives you basic idea about covolution algorithm.
jiami
- 图像加密隐藏的一个用MATLAB编写的好程序。-Hidden image encryption using MATLAB write a good program.
column-cipher
- 列置换加密算法的c程序事件,挺好的程序,相信大家能够满意-Column permutation encryption algorithm c program events, very good program, I believe we can be satisfied
DES
- DES算法,里面加密解密功能完整实现,也有详细的注解,是对密码学中DES的实现的一个很好的程序。-DES algorithm, which encryption and decryption functions complete, detailed comments, is a good program Cryptography DES implementation.