代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/197823/5092048
jad wiseremote-j2me.jad
Hosts: Host1 btspp://aabbccddeeff:10;authenticate=false;encrypt=false;master=false Host2 btspp://aaddaaddaadd:10;authenticate=false;encrypt=false;master=false
MIDlet-1: wiseremote, wiseremote.png, Wis
www.eeworm.com/read/441132/7675331
h myproposal.h
/* $OpenBSD: myproposal.h,v 1.14 2002/04/03 09:26:11 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or wit
www.eeworm.com/read/241366/13150316
sql get_dec_val_2.sql
CREATE OR REPLACE FUNCTION get_dec_val (
p_in_val IN VARCHAR2,
p_key IN VARCHAR2,
p_algorithm IN VARCHAR2 := 'AES128',
p_iv IN VARCHAR2 := NULL
)
R
www.eeworm.com/read/105212/15675030
h myproposal.h
/* $OpenBSD: myproposal.h,v 1.14 2002/04/03 09:26:11 markus Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or wit
www.eeworm.com/read/472233/1416698
js crypto-aes.js
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
* AES Cipher function: encrypt 'input' with Rijndael algorithm
*
* takes byte-array 'inp
www.eeworm.com/read/299778/3850914
java encryptor.java
package abchr.crypto;
public interface Encryptor {
public byte[] encrypt(byte[] data);
}
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