代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/406394/11443603
asm selfencrypt.asm
; selfencrypt
; 04.07.2008
format PE GUI 4.0
entry start
;include "%include%/win32a.inc"
include "win32a.inc"
;
; This is the encryption macro.
; It is a simple XOR with 0xAA (10101010 in
www.eeworm.com/read/343626/11939463
java inlineivcbcexample.java
package chapter2;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
/**
* Symmetric encryption example with padding and CBC using DES
*
www.eeworm.com/read/343090/11975338
c rsa.c
/*
RSA.C - RSA routines for RSAEURO
Copyright(C) 2002 by charry, charry@email.com.cn
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
RSA encryption performed as defined in the PKCS
www.eeworm.com/read/255668/12065943
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/152786/12084152
def crypt.def
; Definition file for 16-bit cryptlib DLL
LIBRARY CL16
DESCRIPTION 'cryptlib Encryption DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 4096
E
www.eeworm.com/read/130467/14192570
def crypt.def
; Definition file for 16-bit cryptlib DLL
LIBRARY CL16
DESCRIPTION 'cryptlib Encryption DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 4096
E
www.eeworm.com/read/128441/14298822
c desc.c
/*
DESC.C - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the
www.eeworm.com/read/125404/14495058
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/124280/14582061
c desc.c
/*
DESC.C - Data Encryption Standard routines for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the
www.eeworm.com/read/119555/14826469
c cast.c
/*
* this is cast-256 (c) Carlisle Adams of Entrust Tecnhologies
* implementation written by Dr Brian Gladman (gladman@seven77.demon.co.uk)
*
* You can also use other encryption candidates for AE