代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/330474/12887050
py t_enc.py
#!/usr/bin/env python
from M2Crypto import RSA, EVP, Rand
import time,sys
def encrypt(pub, msg):
padding = RSA.pkcs1_oaep_padding
ctxt = pub.public_encrypt(msg, padding)
return ctxt
www.eeworm.com/read/348407/11595192
c tea.c
//Written by HappyTown [2006-10-10]
//Encrypt
TEA_Encrypt(unsigned char *out, unsigned char *data, unsigned char *key)
{
int i,j;
unsigned int y=0,z=0,a,b,c,d;
unsigned int sum = 0;
uns
www.eeworm.com/read/234257/14117617
h u_u_used_reg.h
//加密字节
encrypt_byte_a == 0X00//93//00//0xaa//00
encrypt_byte_b == 0X00//93//00//0x11//00
encrypt_byte_c == 0X00//93//00//0x55//00
BULK_STATE == 0X31
CONFIG == 0X00
PACKET_SIZ
www.eeworm.com/read/169278/9870576
c ncbc_enc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (DES_cbc_encrypt)
* des_enc.c (DES_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/126641/6015028
c ncbc_enc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (DES_cbc_encrypt)
* des_enc.c (DES_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/101042/6258556
c ncbc_enc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (des_cbc_encrypt)
* des_enc.c (des_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/481033/6655922
c descbc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (des_cbc_encrypt)
* des_enc.c (des_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/152786/12082917
c descbc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (des_cbc_encrypt)
* des_enc.c (des_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/130467/14191384
c descbc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (des_cbc_encrypt)
* des_enc.c (des_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser
www.eeworm.com/read/489717/1211226
c ncbc_enc.c
/* crypto/des/ncbc_enc.c */
/*
* #included by:
* cbc_enc.c (DES_cbc_encrypt)
* des_enc.c (DES_ncbc_encrypt)
*/
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reser