代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/100147/15882690
h crypt.h
/* crypt.h (dummy version) -- do not perform encryption
* Hardly worth copyrighting :-)
*/
#ifdef CRYPT
# undef CRYPT /* dummy version */
#endif
#define RAND_HEAD_LEN 12 /* length of encry
www.eeworm.com/read/399579/7846856
makefile
obj-$(CONFIG_IEEE80211) += ieee80211.o
obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o
obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o
obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccm
www.eeworm.com/read/394314/8231751
makefile
obj-$(CONFIG_IEEE80211) += ieee80211.o
obj-$(CONFIG_IEEE80211) += ieee80211_crypt.o
obj-$(CONFIG_IEEE80211_CRYPT_WEP) += ieee80211_crypt_wep.o
obj-$(CONFIG_IEEE80211_CRYPT_CCMP) += ieee80211_crypt_ccm
www.eeworm.com/read/287126/8719695
cpp crypt2.cpp
#include"stdio.h"
#include"conio.h"
#include"stdlib.h"
/*创建源文件以及临时文件,并记录相关信息于各文件中*/
void CreateSourceFile(void)
{
FILE *fp, *fp1;
char ch, filename[100];
printf("Pleace Enter Fil
www.eeworm.com/read/384913/8834619
sig crypt.zip.sig
www.eeworm.com/read/281330/9161935
dcu u_crypt.dcu
www.eeworm.com/read/281330/9161938
pas u_crypt.pas
unit U_Crypt;
interface
USES
Classes, SysUtils;
const
C1 = 52845; //此二常量用于生成随机数
C2 = 22719;
SA:array[0..61] of char=
('0','1','2','3','4','5','6','
www.eeworm.com/read/378022/9253789
h ec_crypt.h
#ifndef __EC_CRYPT_H
#define __EC_CRYPT_H
#include "ec_curve.h"
#include "ec_vlong.h"
typedef struct {
vlPoint r, s;
} cpPair;
void cpMakePublicKey (vlPoint vlPublicKey, const vlPoint
www.eeworm.com/read/378022/9253793
c ec_crypt.c
/*
* Elliptic curve cryptographic primitives
*
* This public domain software was written by Paulo S.L.M. Barreto
* based on original C++ software written by
* George
www.eeworm.com/read/374502/9402227
epic-crypt-gpg
#!/bin/bash
#
# This is a simplistic encryption demonstrating the principles
# of the protocol, while being quite usable.
#
# the first input line contains words, the first of which is the key,
# and