搜索资源列表
WebService_Source
- 字符串加密解密WebService服务的源码。 很简单的字符串加解密程序,是用C#在ASP.NET环境下编写,并应用于WebService服务上的源码。 VS2003环境中编译通过。-string encryption and decryption WebService the source. Very simple string encryption and decryption process, the C# ASP.NET environment in the preparatio
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
main
- 用C++简单实现RSA算法对字符串的加解密,简单易懂
Cryption-Vcdkey-Jeff
- 怀恋Dos时代吗? 这里有一个Dos下的加/解密软件[提供原代码!],叫做VCDKEY,你可能要奇怪为什么叫VCDKEY?这要从上大学时候说起了:大学时候,有个铁哥们叫做\"小胖子\",此兄爱看VCD碟子,于是经常租碟在自己电脑上看,而且还经常将一些喜欢的精彩片段辑录到电脑中,而其人缘极好,经常有人去他电脑上玩,但他又不愿意让别人看到他录下的东西!有天,他跟我谈到了他的苦衷,于是,我决定为我的哥们写个东西,于是就有了这个东西! 其实,它的原理很简单,就是文件各字节的异或,但是要配合好字节的异或却
Encryption-and-decryption
- C#开发的一款简单的可逆加密解密小软件,使用8位加密密钥。-Encryption and decryption
crypt
- 一个简单加解密的小程序 -A simple encryption and decryption program
SDES
- 用C语言简单实现了simple版本的DES密码的加密和解密,但不能对汉字加解密-Simple to use C language to achieve a simple version of the DES encryption and decryption, but not for encryption and decryption of Chinese characters
DesEncDec
- 简单实现DES加解密的代码。自己写的.可实现DES的加解密。也可按照算法实现三重DES加解密-C++ code,encryption-decryption wiht DES
C
- 实现一个简单加解密系统,要求如下: (1)输入要加密的原文,长度不小于30个字母; (2)输入密钥长度L及用来产生密钥的英文字母(个数>=L); 注:一个有效的密钥由L(3<=L<=15)个小写英文字母组成,至少有一个元音字母( a , e , i , o 或者 u ),至少有两个辅音字母(除去元音以外的字母)。 (3)选择加密功能,可对原文进行加密; (4)选择解密功能,可对密文进行解密。 -Implement a simple encryption an
SecChat
- rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
ModernCryptographyAlgorithms
- 利用C++实现:古典密码仿射变换\LFSR及流密码\生成非线性序列\DES算法的加、解密运算,前面几个较简单,DES算法的效果还可以-Using C++ implementation: Classical password affine transformation \ LFSR and stream password \ generate nonlinear sequences \ DES algorithm for encryption and decryption operations,
Caesar
- 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
hash.c
- HASH加密源码,简单实用的加密方法,一个函数即可实现加/解密- Hash encrypt/dencrypt source.
Desktop
- C++实现Caeser加解密哦,操作方便简单,代码不长,阅读起来也比较的简单易懂-C++ achieve Caeser encryption and decryption Oh, easy to operate and simple, the code is not long, reading it is relatively easy to understand
FileEncry
- C#编写的一个简单文件加解密程序,根据输入的密钥产生Key和IV。-C# prepared by a simple file encryption and decryption procedures, based on the input key Key and IV.
RSA
- C#实现RSA算法对文件的加解密,简单易懂,有益于掌握-C# realize RSA algorithm of file encryption, easy to understand, is conducive to grasp
SPN加密及解密
- 完成SPN的加解密实现,使用语言是C++,简单易懂(SPN encryption and decryption to achieve the realization of the use of language is C++, easy to understand)
test
- 在使用RSA进行相应的加解密过程,用简单的c语言实现过程,仅供参考。(The corresponding encryption and decryption process can be carried out)
加解密处理系统
- 对文档内容进行简单的加解密操作,来保护自己的隐私。基于c的小程序(A simple encryption and decryption operation for the content of the document)
简单加解密
- C++简单的加解密工具请大神指教,新人测试代码!为什么说明要这么长(C++Simple encryption and decryption tools please God instructs, new test code! Why is it so long?)