代码搜索:DES加密
找到约 10,000 项符合「DES加密」的源代码
代码结果 10,000
www.eeworm.com/read/331032/12854942
java filedes.java
package des;
import java.io.*;
import java.nio.*;
import java.nio.channels.FileChannel;
public class FileDES{
private static final boolean enc=true; //加密
private static final boolean
www.eeworm.com/read/333345/3388265
cs encrypt.cs
using System;
using System.Text;
using System.IO;
using System.Security.Cryptography;
namespace HRManager.CommonComponent
{
///
/// 字符串加密、解密类,利用DES算法
///
www.eeworm.com/read/258210/4358658
cs encrypt.cs
using System;
using System.Text;
using System.IO;
using System.Security.Cryptography;
namespace HRManager.CommonComponent
{
///
/// 字符串加密、解密类,利用DES算法
///
www.eeworm.com/read/147242/12572294
java filedes.java
package des;
import java.io.*;
import java.nio.*;
import java.nio.channels.FileChannel;
public class FileDES{
private static final boolean enc=true; //加密
private static final boolean
www.eeworm.com/read/406491/11441039
h datas.h
//文件名: datas.h
//作用: 储存DES加密时的各种表格(见DES算法)
//////////////////////////////////////////////
#ifndef DATAS_H
#define DATAS_H
unsigned char IP[64]=
{58,50,42,34,26,18,10,2,
60,52,44,36,28,20,12
www.eeworm.com/read/391121/8420591
bat 解密.bat
@echo off
@echo 请输入密钥:
set /p pass=
java S_DES -d %pass% ciphertext.txt destplaintext.txt
pause
www.eeworm.com/read/389435/8521546
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/433256/8535864
-
#include
#include
const int MAX_N = 100; // 最多的节点数目
const char* INPUT_FILE = "Graph.txt";
struct Graph {
int NodeCount; // 节点的数目
www.eeworm.com/read/288350/8642459
c msgq.c
/*
* msgq.c
*
* Author : Lionetti Salvatore
* License: GPL
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU
www.eeworm.com/read/287796/8668661
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