代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/131976/14118018

h des.h

/* crypto/des/des.org */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/122287/14703129

c rijndael-test-fst.c

/** * rijndael-test-fst.c * * @version 3.0 (December 2000) * * Optimised ANSI C code for the Rijndael cipher (now AES) * * @author Vincent Rijmen * @author
www.eeworm.com/read/120910/14783882

h des.h

#ifndef _ENCRYPT_H #define _ENCRYPT_H extern void KeyRotate(unsigned char Key_56[],unsigned char cyc_times,unsigned char di); extern void Key64_To_56(unsigned char Key_64[],unsigned char Key_56[]
www.eeworm.com/read/119007/14844539

txt readme.txt

密聊源程序 密聊是文件密使的一部份,为了保护通讯的安全,为此文件密使新添加了即时安全通讯工具密聊, "密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名。在此公开源程序并希望 对信息安全有兴趣的朋友进行改进,或提供宝贵的意见。希望密聊能成为一个稳定、安全、公开 的通讯工具。 程序内容: 1. ...
www.eeworm.com/read/117984/14891524

txt 使用说明.txt

【版权声明】 /****************************************************************** 程序说明:一个PKCS7标准里的encrypt-data content type的例子 该程序主要利用openssl定义的p7结构和相关的加密函数是实现了一个 PKCS7标准里的encrypt-data content type的加
www.eeworm.com/read/217873/14946385

h qfdes.h

/***************************************************************************** Saleem N. Bhatti February 1993 *****************************************************************************/
www.eeworm.com/read/217397/14966470

m com_encr.m

function [ret,x0,str,ts,xts]=com_encr(t,x,u,flag); %COM_ENCR is the M-file description of the SIMULINK system named COM_ENCR. % The block-diagram can be displayed by typing: COM_ENCR. %
www.eeworm.com/read/114602/15046347

h des.h

/* crypto/des/des.org */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/114602/15046354

org des.org

/* crypto/des/des.org */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com)