代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/422964/10598230

java singlekeyexample.java

/* * Copyright (c) 2004 ???. All Rights Reserved. */ /* * @(#)DESExample.java 1.0 04/03/10 */ import java.security.*; import javax.crypto.*; /** * 本例解释如何利用DES私钥加密算法加解密 * * @a
www.eeworm.com/read/350486/10740700

inc blowfish.inc

comment * Algorithm : Blowfish ( Block Cipher ) Block : 8 bytes KeySize ; -- Round ; _noRounds Abstract : Author : Paul Kocher E-mail : pck@netcom.com Date
www.eeworm.com/read/420518/10792057

h tripledes.h

enum {ENCRYPT,DECRYPT}; bool Des_Go(char *Out, char *In, long datalen, const char *Key, int keylen, bool Type); //////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/349773/10800750

cpp 加密例程.cpp

#include #include #include #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING) #define KEYLENGTH 0x00800000 void HandleError(char *s); //---
www.eeworm.com/read/419659/10846721

frm frmencrypt.frm

VERSION 5.00 Begin VB.Form frmEncrypt Caption = "Encryption Form" ClientHeight = 5745 ClientLeft = 60 ClientTop = 375 ClientWidth = 6075 I
www.eeworm.com/read/417223/10999733

hpp base64.hpp

#include #include #include namespace Base64ENCRYPT { class base64 { public: static char cmove_bits(unsigned char src, unsigned lnum, unsigned rnum);
www.eeworm.com/read/153212/6959880

h des.h

/****************************************************************** ** PROGRAM: des.h ** ** AUTHOR: wenfj
www.eeworm.com/read/465112/6966539

cpp bx86unix.cpp

#define TYPE(a,b) .type a,b #define SIZE(a,b) .size a,b #ifdef OUT #define OK 1 #define BF_encrypt _BF_encrypt #define ALIGN 4 #endif #ifdef BS
www.eeworm.com/read/465112/6966549

c bftest.c

/* crypto/bf/bftest.c */ /* 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/468004/6997828

java singlekeyexample.java

/* * Copyright (c) 2004 ???. All Rights Reserved. */ /* * @(#)DESExample.java 1.0 04/03/10 */ import java.security.*; import javax.crypto.*; /** * 本例解释如何利用DES私钥加密算法加解密 * * @a