代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/479200/6700670
m tan_noc_worm_node_des_generate.pr.m
www.eeworm.com/read/479200/6700712
m tan_noc_worm_des_generate_test.pr.m
www.eeworm.com/read/479200/6700713
c tan_noc_worm_des_generate_test.pr.c
/* Process model C form file: tan_noc_worm_des_generate_test.pr.c */
/* Portions of this file copyright 1992-2004 by OPNET Technologies, Inc. */
/* This variable carries the header into the ob
www.eeworm.com/read/127767/14337896
txt e463. encrypting a file or stream with des.txt
This example implements a class for encrypting and decrypting files or streams using DES. The class is created with a key and can be used repeatedly to encrypt and decrypt streams using that key.
www.eeworm.com/read/119715/14824013
txt des算法实现过程分析 之 c++.txt
#include
void expand(const unsigned char in[32],unsigned char out[48])
{
unsigned char table4[48]={ 31, 0, 1, 2, 3, 4,
3, 4, 5, 6, 7, 8,
www.eeworm.com/read/119714/14824014
txt des算法实现过程分析 之 c++.txt
#include
void expand(const unsigned char in[32],unsigned char out[48])
{
unsigned char table4[48]={ 31, 0, 1, 2, 3, 4,
3, 4, 5, 6, 7, 8,
www.eeworm.com/read/119713/14824015
txt des算法实现过程分析 之 c++.txt
#include
void expand(const unsigned char in[32],unsigned char out[48])
{
unsigned char table4[48]={ 31, 0, 1, 2, 3, 4,
3, 4, 5, 6, 7, 8,
www.eeworm.com/read/15909/556004
c stm32f2xx_cryp_des.c
/**
******************************************************************************
* @file stm32f2xx_cryp_des.c
* @author MCD Application Team
* @version V1.0.0
* @date 18-April-
www.eeworm.com/read/16778/688169
c stm32f2xx_cryp_des.c
/**
******************************************************************************
* @file stm32f2xx_cryp_des.c
* @author MCD Application Team
* @version V1.0.0
* @date 18-April-
www.eeworm.com/read/16821/693239