代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/140015/13114177

4 makefile.4.4

# # Copyright (c) 1991 The Regents of the University of California. # All rights reserved. # # %sccs.include.redist.sh # # @(#)Makefile 5.3 (Berkeley) 3/22/91 # LIB= telnet SRCS= auth.c encrypt.c gen
www.eeworm.com/read/140015/13114203

generic makefile.generic

# # Copyright (c) 1991 The Regents of the University of California. # All rights reserved. # # Redistribution and use in source and binary forms are permitted provided # that: (1) source distributions
www.eeworm.com/read/240305/13226193

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/240166/13234011

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/239299/13290545

java assocket.java

/** * AS服务器 */ package src; import java.io.*; import java.net.*; import java.security.*; public class ASSocket { byte[] ID_TGS, TS_TGS, lifetime, ticket_TGS; private Socket clientSock
www.eeworm.com/read/239299/13290549

java utils.java

/** * 这个类定义了全局定量 * 整个project多个类经常要使用的静态方法 */ package src; import java.io.*; import java.security.Key; public class Utils { public final static long LIFETIME = 60000; public final sta
www.eeworm.com/read/137020/13347881

+

#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/320439/13427234

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/318176/13484273

cpp ipk_enc.cpp

/* Cock's Identity Based Encryption Encryption phase Generates a random AES session key, and uses it to encrypt a file. Outputs ciphertext .ipk The session key
www.eeworm.com/read/310697/13646057

php function.php