代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/126641/6015518

pod rsa.pod

=pod =head1 NAME rsa - RSA public key cryptosystem =head1 SYNOPSIS #include #include RSA * RSA_new(void); void RSA_free(RSA *rsa); int RSA_public_encrypt(
www.eeworm.com/read/101042/6258550

pod des.pod

=pod =head1 NAME des - encrypt or decrypt data using Data Encryption Standard =head1 SYNOPSIS B ( B | B ) | ( B | B ) | ( B[B][B] ) | [ B ] [ B I
www.eeworm.com/read/101042/6259029

pod rsa.pod

=pod =head1 NAME rsa - RSA public key cryptosystem =head1 SYNOPSIS #include RSA * RSA_new(void); void RSA_free(RSA *rsa); int RSA_public_encrypt(int flen, unsigned char *from
www.eeworm.com/read/403922/11500792

html function.openssl-seal.html

Seal (encrypt) data
www.eeworm.com/read/403922/11502270

html function.mcrypt-cbc.html

Encrypt/decrypt data in CBC mode
www.eeworm.com/read/403922/11503849

html function.mcrypt-ofb.html

Encrypt/decrypt data in OFB mode
www.eeworm.com/read/403922/11505967

html function.mcrypt-cfb.html

Encrypt/decrypt data in CFB mode
www.eeworm.com/read/403556/11514886

l idea.l

.TH IDEA 1 "November 16, 1993" .GN 2 .SH NAME idea \- encrypt and decrypt using IDEA .SH SYNOPSIS .TP .B idea [ .B \-e | .B \-d ] [ .B \-r ] [ .B \-ecb | .B \-cbc\c .I N | .B \-cfb\c .I N | .B \-ofb\c
www.eeworm.com/read/258259/11874327

version

Release apon comp.sources.misc Version 3.01 08/10/93 Added des_3cbc_encrypt() Version 3.00 07/10/93 Fixed up documentation. quad_cksum definitly compatable with MIT's now. Version 2.30 24/08/93
www.eeworm.com/read/151397/12216204

txt sql.txt

1.按姓氏笔画排序: Select * From TableName Order By CustomerName Collate Chinese_PRC_Stroke_ci_as 2.数据库加密: select encrypt('原始密码') select pwdencrypt('原始密码') select pwdcompare('原始密码','加密后密码') = 1--