代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/323119/13352668
inc have_crypt.inc
-- require r/have_crypt.require
disable_query_log;
show variables like "have_crypt";
enable_query_log;
www.eeworm.com/read/323119/13353886
test func_crypt.test
-- source include/have_crypt.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
select length(encrypt('foo', 'ff')) 0;
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
www.eeworm.com/read/317123/13510185
c crypt_test.c
/***************************************************************************
* crypt_test.c
*
* Thu May 24 11:22:05 2007
* Copyright 2007 kf701
* Email
**
www.eeworm.com/read/312028/13620091
rc2 crypt.rc2
//
// CRYPT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/311758/13626633
dcu u_crypt.dcu
www.eeworm.com/read/311758/13626651
~pas u_crypt.~pas
unit U_crypt;
interface
uses classes;
const
C1=52845;
C2=22719;
function Encrypt(s:string;key:word):string;
function Decrypt(s:string;key:word):string;
implementation
function encrypt(s:s
www.eeworm.com/read/311758/13626688
pas u_crypt.pas
unit U_crypt;
interface
uses classes;
const
C1=52845;
C2=22719;
function Encrypt(s:string;key:word):string;
function Decrypt(s:string;key:word):string;
implementation
function encrypt(s:s
www.eeworm.com/read/148609/5713701
pl crypt586.pl
#!/usr/local/bin/perl
#
# The inner loop instruction sequence and the IP/FP modifications are from
# Svend Olaf Mikkelsen
# I've added the stuff needed for crypt() but I've not