代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/101557/15827311
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/101093/15852678
txt readme.txt
密聊源程序
密聊是文件密使的一部份,为了保护通讯的安全,为此文件密使新添加了即时安全通讯工具密聊,
"密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名。在此公开源程序并希望
对信息安全有兴趣的朋友进行改进,或提供宝贵的意见。希望密聊能成为一个稳定、安全、公开
的通讯工具。
程序内容:
1. ...
www.eeworm.com/read/101081/15853242
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/100607/15869261
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/100605/15869910
cpp ofb.cpp
/*************************************************
* OFB Mode Source File *
* (C) 1999-2002 The Botan Project *
***********************************************
www.eeworm.com/read/100497/15873140
cpp crypto.cpp
#include
#include
#include
void Encrypt(char *file1)
{
int crypto;
char x;
ifstream in_file;
ofstream out_file;
in_file.op
www.eeworm.com/read/100179/15881546
h des.h
/* crypto/des/des.h */
/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
www.eeworm.com/read/287166/8715054
c m_cheat.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id: m_cheat.c,v 1.4 2001/02/10 12:27:14 bpereira Exp $
//
// Copyright
www.eeworm.com/read/185140/9056012
c rijndaeltest-fst.c
/* rijndaeltest-fst.c v2.0 August '99
* Optimised ANSI C code
* authors: v1.0: Paulo Barreto
* Antoon Bosselaers
* v2.0: Vincent Rijmen
*/
#include
#include
www.eeworm.com/read/185139/9056070
c rijndaeltest-fst.c
/* rijndaeltest-fst.c v2.0 August '99
* Optimised ANSI C code
* authors: v1.0: Paulo Barreto
* Antoon Bosselaers
* v2.0: Vincent Rijmen
*/
#include
#include