代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/155070/5629756
cs encryptionextension.cs
#define DEBUG
/*
* Encryption sample
* rhoward 4/22/01
*
* This sample encrypts data from an ASP.NET Web Service
* by only encrypting the values with the actual response
* of a method
www.eeworm.com/read/155067/5630123
cs encryptionextension.cs
#define DEBUG
/*
* Encryption sample
* rhoward 4/22/01
*
* This sample encrypts data from an ASP.NET Web Service
* by only encrypting the values with the actual response
* of a method
www.eeworm.com/read/155067/5630126
cs encryptionextension.cs
#define DEBUG
/*
* Encryption sample
* rhoward 4/22/01
*
* This sample encrypts data from an ASP.NET Web Service
* by only encrypting the values with the actual response
* of a method
www.eeworm.com/read/334745/12578402
pas ucrypt.pas
unit uCrypt;
interface
uses
Windows, Sysutils, Classes;
const
CRYPT_PACKET_MAXSIZE = 1024;
function EnCryption (sour, dest: pbyte; asize: integer): Integer;
function DeCrypt
www.eeworm.com/read/113151/15469149
h mcrypt.h
/*
* Copyright (C) 1998,1999,2002 Nikos Mavroyanopoulos
*
* Encryption/decryption library. This library is free software;
* you can redistribute it and/or modify it under the terms of the
* GNU L
www.eeworm.com/read/110418/15534489
htm password.java.htm
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/**Generates keys from passwords*/
public cl
www.eeworm.com/read/110418/15534490
java shs.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
/** Provides integrity checking on any streams-base
www.eeworm.com/read/110418/15534495
java hashinputstream.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
import java.io.*;
/**This class provides the corres
www.eeworm.com/read/110418/15534497
java hashexception.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
import java.io.*;
/**Can either be created with no
www.eeworm.com/read/110418/15534498
java authexception.java
/*
Christoforos Pirillos @ Villanova University - May 1999
based on code from the book "Java Network Programming" by Hughes
*/
package encryption;
import java.io.*;
/**Can either be created with no