代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/454667/7385619

pas crypt.pas

unit crypt; interface USES Classes; const C1 = 52845; C2 = 22719; function Encrypt( S: String; Key: Word): String; implementation function Encrypt( S: String; Key: Word)
www.eeworm.com/read/450639/7479568

h blowfish.h

/* crypto/bf/blowfish.h */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au)
www.eeworm.com/read/444173/7617264

java threedes.java

/* *北京联通全网有关网上订购和点播接口URL加密算法 * *采用3DES加密, ECB模式/使用PKCS7方式填充不足位, *目前给的密钥是192位(24个字节)经过BASE64编码后的可见字符串 * *作者:xuchean@gmail.com */ import java.net.*; import sun.misc.*; import java.sec
www.eeworm.com/read/444005/7619427

java publickey.java

package rsa; import java.math.BigInteger; import java.io.*; import java.util.*; /** class to represent a public key */ public class publicKey implements Serializable { /** size of block of
www.eeworm.com/read/440219/7691862

cpp substitution.cpp

#include #include #include #include #include #define offset 5 void main() { clrscr(); char msg[50]; int i,l; char encrypt[26];
www.eeworm.com/read/436488/7769315

txt readme.txt

############################################################################# # About # ############################################################################# Author: Todd Whit
www.eeworm.com/read/198948/7902842

cpp test.cpp

#define POLYNOMIAL 0x04c11db7 static short _First = 1; /*初始化_CrcTable[256]的标志,使其只初始化一次*/ static unsigned long _CrcTable[256]; /*Calculate CRC32*/ #ifndef
www.eeworm.com/read/298731/7941694

h blowfish.h

/* crypto/bf/blowfish.h */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au)
www.eeworm.com/read/396187/8119846

~pas des.~pas

unit des; interface uses SysUtils,LbCipher,Windows, Classes, encddecd; type Tdes = class iv:TDESBlock; key:TKey64; encodingType:string; constructor Create();overload; constru
www.eeworm.com/read/247320/12666447

txt salsa.txt

AlgorithmType: SymmetricCipher Name: Salsa20 Source: http://www.ecrypt.eu.org/stream/svn/viewcvs.cgi/ecrypt/trunk/submissions/salsa20/full/verified.test-vectors?rev=161&view=markup Comment: Set 1,