代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/420518/10792057
h tripledes.h
enum {ENCRYPT,DECRYPT};
bool Des_Go(char *Out, char *In, long datalen, const char *Key, int keylen, bool Type);
//////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/454683/7385514
cpp testmain.cpp
// yxyDES2.cpp : 定义控制台应用程序的入口点。
//
//#include "stdafx.h"
#include "yxyDES2.h"
void main()
{
yxyDES2* my_des = new yxyDES2();
//set key
my_des->InitializeKey("12345678",0);
printf("key
www.eeworm.com/read/454457/7390053
c caesar.c
/*
* Copyright (C) 1993 Eric E. Moore and Thomas W. Strong
*
* All rights reserved. Any unauthorized distribution of this
* program is prohibited.
*/
#include "header.h"
www.eeworm.com/read/450639/7479538
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
T
www.eeworm.com/read/436488/7769311
py test_pydes.py
from pyDes import *
#############################################################################
# Examples #
#############################################################################
www.eeworm.com/read/298739/7941161
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
All rights reserved.
LICENSE TERMS
T
www.eeworm.com/read/197373/8001785
cpp aestst.cpp
/*
-------------------------------------------------------------------------
Copyright (c) 2001, Dr Brian Gladman < >, Worcester, UK.
All rights reserved.
LICENSE TERMS
T
www.eeworm.com/read/243761/12919023
txt cb4111宏病毒.txt
This bug uses semi encryption with a whole routine!
After infection and closure of W97 the de-encrypted
code is removed. Study the code to see how it works
and benefit from it! This opens new possi
www.eeworm.com/read/239299/13290545
java assocket.java
/**
* AS服务器
*/
package src;
import java.io.*;
import java.net.*;
import java.security.*;
public class ASSocket {
byte[] ID_TGS, TS_TGS, lifetime, ticket_TGS;
private Socket clientSock
www.eeworm.com/read/239299/13290549
java utils.java
/**
* 这个类定义了全局定量
* 整个project多个类经常要使用的静态方法
*/
package src;
import java.io.*;
import java.security.Key;
public class Utils {
public final static long LIFETIME = 60000;
public final sta