代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/358128/3003809
result func_crypt.result
drop table if exists t1;
select length(encrypt('foo', 'ff')) 0;
length(encrypt('foo', 'ff')) 0
1
create table t1 (name varchar(50), pw varchar(64));
insert into t1 values ('tom', password('my_pa
www.eeworm.com/read/477391/6734034
bas modcrypt.bas
Attribute VB_Name = "modCrypt"
Option Explicit
'Download by http://www.codefans.net
'---------------------------------------------------------------------------------------
' Procedure : Encrypt
www.eeworm.com/read/327445/3455561
def crypto32.def
LIBRARY CRYPTO32.DLL
EXPORTS
SHA1
rsa_encrypt
a_plus_b
www.eeworm.com/read/451738/7456766
asp des.asp
//des加解密函数
//key:加密用的密钥
//message:需要加密的字符串
//encrypt:加密还是解密,1为加密,0,解密
function des (key, message, encrypt, mode, iv) {
//declaring this locally speed
www.eeworm.com/read/285858/8807989
cpp aes.cpp
/***********************************************************
* FILE NAME: aes.cpp
*
* DESCRIPTION: this file define various functions that are used to
* encrypt or decrypt a message using Adva
www.eeworm.com/read/200940/15419869
cs decryption.cs
using System;
namespace Encrypt
{
///
/// Summary description for Decryption.
///
public class Decryption
{
public Decryption()//constructor
{
}
www.eeworm.com/read/214355/15104846
c desmain.c
#include
#include
#include "des.h"
#include "spr.h"
#include "podd.h"
#include "sk.h"
//#pragma CODE_SECTION(des3_cbc_encrypt, ".text:des3_cbc_encrypt");
//#pragma CODE_S
www.eeworm.com/read/241364/13150712
sql enc_lob.sql
DECLARE
l_enc_val BLOB;
l_in_val CLOB;
l_key VARCHAR2 (16) := '1234567890123456';
BEGIN
DBMS_CRYPTO.encrypt (dst => l_enc_val,
src => l_i
www.eeworm.com/read/136571/5868495
h bills_srtp.h
typedef struct bills_srtp_t {
srtp_ctx_t sender_srtp_ctx;
srtp_ctx_t receiver_srtp_ctx;
} bills_srtp_t;
bills_srtp_t *srtp_init(unsigned int our_ssrc,
unsigned int their_ssrc,
unsign
www.eeworm.com/read/131315/5945960
h kadm_err.h
#define KADM_RCSID ((int)-1783126272)
#define KADM_NO_REALM ((int)-1783126271)
#define KADM_NO_CRED ((int)-17831262