代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/189078/8490881
txt 维吉尼亚密码程序.txt
维吉尼亚密码的C语言源代码[原创]
设m表示明文序列,k表示密钥序列,c表示加密后的密文序列,d表示密钥长度,q表示明文/密文空间元素个数,则维吉尼亚密码可以描述为
ci+td=(mi+td+ki) mod q (i=0,1,2,...,d-1)
偶然从书上看到这个式子,想了一下,写了下面的代码,不一定正确,算作交流吧。
#i nclu ...
www.eeworm.com/read/287796/8668664
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/431199/8701397
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a file using
www.eeworm.com/read/184182/9118646
h desendec.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/164885/10083807
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/360615/10084466
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/359577/10135745
dat usage.dat
Test Driver for Crypto++(R) Library, a C++ Class Library of Cryptographic Schemes
- To generate an RSA key
cryptest g
- To encrypt and decrypt a string using RSA
cryptest r
- To sign a fi
www.eeworm.com/read/355991/10239881
h des.h
//////////////////////////////////////////////////////////////////////////
/*
Provided by 王俊川, Northeastern University (www.neu.edu.cn)
Email: blackdrn@sohu.com
This product is free for u
www.eeworm.com/read/281210/10256849
h h_des.h
//----------------------------------------------------------------------------------------//
// H_Des.h : Math Function(Des() e.g) for inner user
// not extern for outside user
//
// Data: 2006.5.
www.eeworm.com/read/161369/10421421
h wjcdes.h
//enum {ENCRYPT,DECRYPT};
//enum bool{false,true}; // if bool is not supported,use this or just replace with char
// and use 1 for true,0 for false;
//////////////