代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/181590/9244957
h crypto.h
/*
* WPA Supplicant / wrapper functions for crypto libraries
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/163262/10168191
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 2003, Dr Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/423392/10563056
c eap_psk_common.c
/*
* WPA Supplicant / EAP-PSK shared routines
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/423392/10563161
h crypto.h
/*
* WPA Supplicant / wrapper functions for crypto libraries
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/277211/10654173
original loop.c-2.0.original
/*
* linux/drivers/block/loop.c
*
* Written by Theodore Ts'o, 3/29/93
*
* Copyright 1993 by Theodore Ts'o. Redistribution of this file is
* permitted under the GNU Public License.
*
* more
www.eeworm.com/read/331757/12810006
cpp test_main.cpp
#include
#include "yxyDES.h"
void main()
{
yxyDES* my_des = new yxyDES();
string test_string = "test des plaintext!";
printf("first,we use the des:\n");
//initialize key
my_de
www.eeworm.com/read/143133/12896373
js install.js
document.write("环境要求");
document.write("安装详细流程");
document.write("
www.eeworm.com/read/329507/12950385
c eap_psk_common.c
/*
* EAP server/peer: EAP-PSK shared routines
* Copyright (c) 2004-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of t
www.eeworm.com/read/308131/13707438
cpp 3des.cpp
#include "stdafx.h"
#include "3DES.h"
void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc)
{
register DES_LONG l,r,t,u;
#ifdef DES_PTR
register const unsigned char *des_SP=(const
www.eeworm.com/read/148609/5713681
pl cast-586.pl
#!/usr/local/bin/perl
# define for pentium pro friendly version
$ppro=1;
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"cast-586.pl",$ARGV[$#ARGV]