代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/444676/7608964
asm intrview.asm
; INTRVIEW.ASM -- Skywalker Trojan
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Serpico
virus_type equ 3 ; Trojan Horse
is_encrypted equ 1 ; We're encrypted
tsr_virus
www.eeworm.com/read/434786/7801600
h des.h
// Des.h: interface for the CDes class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DES_H__E0A91F40_DF86_11D6_B0C1_00E04C391A51__INCLUDED_)
#define
www.eeworm.com/read/324308/13272637
asm intrview.asm
; INTRVIEW.ASM -- Skywalker Trojan
; Created with Nowhere Man's Virus Creation Laboratory v1.00
; Written by Serpico
virus_type equ 3 ; Trojan Horse
is_encrypted equ 1 ; We're encrypted
tsr_virus
www.eeworm.com/read/323119/13354139
test func_encrypt.test
-- source include/have_openssl.inc
--disable_warnings
drop table if exists t1;
--enable_warnings
create table t1 (x blob);
insert into t1 values (des_encrypt('The quick red fox jumped over the lazy
www.eeworm.com/read/150409/5692861
java slottwotest.java
package org.bouncycastle.jce.provider.test;
import java.security.Key;
import java.security.SecureRandom;
import java.security.Security;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
www.eeworm.com/read/143581/5756713
cpp local.cpp
#include "local.h"
#include "blowfish.h"
JNIEXPORT jcharArray JNICALL Java_local_Decrypt
(JNIEnv *jenv, jobject jobj, jcharArray jsrc)
{
//加密和解密的密钥,BLOWFISH是对称加密算法,
//所以他的加密和解密的密钥是相同的
ch
www.eeworm.com/read/139486/5798654
v des_test_po.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES TEST BENCH
www.eeworm.com/read/130382/5957135
in makefile.in
#
# priv/external/common/tis/pkcs7/libpkcs7
#
# $Id: Makefile.in,v 1.3 1998/11/10 04:54:05 hal Exp $
#
OBJS= decode.o decrypt.o encrypt.o pkcs7.o pkcs7_asn.o pkcs7_oid.o sign.o verify.o
PRIVHD
www.eeworm.com/read/407324/11420727
c des3.c
/* des3.h
*
* Triple DES cipher. Three key encrypt-decrypt-encrypt.
*/
/* nettle, low-level cryptographics library
*
* Copyright (C) 2001 Niels M?ler
*
* The nettle library is free
www.eeworm.com/read/348407/11595202
c main.c
//TEA test program written by HappyTown [2006-10-10]
#include
#include
#include "tea.h"
int main()
{
int i;
unsigned char k[16] = {0x1A,0x2B,0x3C,0x4D,0x5E,0x6F,0xA