代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/264039/11331896
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// DES_young.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx
www.eeworm.com/read/408362/11391742
txt rfc1057.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:spacelu(spacelu wuchun_lu@163.net)
译文发布时间:2001-8-14
版权:本中
www.eeworm.com/read/408362/11391855
txt rfc1050.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:马东辉(eaststone ma_donghui@263.net )
译文发布时间:2001-3-28
版权:
www.eeworm.com/read/404736/11479492
m cal_r.m
% fonction calculant la somme des BETAi*Ri en fonction
% de Lagrangian
% Cal_R(Mat,Lagrange ???
www.eeworm.com/read/403890/11507091
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/403653/11513348
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("DES_App3")]
www.eeworm.com/read/403653/11513351
sln encrypt.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DES_App1", "DES_App1\DES_App1.csproj", "{BA323977-69A4-4A74-BB
www.eeworm.com/read/403653/11513366
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("DES_App2")]
www.eeworm.com/read/262243/11597126
cpp destest.cpp
// 3-Des test
#include "Des.h"
#include "stdio.h"
#include "string.h"
#include "memory.h"
void main()
{
char key[]={0,2,0,0,9,3,5,1,9,8,0,0,9,1,7},buf[255];
char str[]="Welcome to My 3-D
www.eeworm.com/read/260879/11690332
m em.m
% EM algorithm
function [A, p, m, sigma2] = em( X,Y, Ainit, pinit, minit, Sigma2init, K, T, nit )
A = Ainit;
p = pinit;
m = minit;
sigma2 = Sigma2init;
for n = 1 : nit,
n
%%%%%%%%%%