代码搜索: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/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--