代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/304008/13804948
c main.c
/*
* Author : Paul Kocher
* E-mail : pck@netcom.com
* Date : 1997
* Description: C implementation of the Blowfish algorithm.
*/
#include
#include
www.eeworm.com/read/139486/5798693
v des3.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Tripple DES
www.eeworm.com/read/136571/5870366
c mpeg3css_fake.c
/* Stubs for deCSS which can't be distributed in source form */
#include "mpeg3css.h"
#include "mpeg3private.h"
mpeg3_css_t* mpeg3_new_css()
{
return 0;
}
int mpeg3_delete_css(mpeg3_css_
www.eeworm.com/read/111374/6155899
c mpeg3css_fake.c
/* Stubs for deCSS which can't be distributed in source form */
#include "mpeg3css.h"
#include "mpeg3private.h"
mpeg3_css_t* mpeg3_new_css()
{
return 0;
}
int mpeg3_delete_css(mpeg3_css_t *css)
{
www.eeworm.com/read/110972/6162904
c mpeg3css_fake.c
/* Stubs for deCSS which can't be distributed in source form */
#include "mpeg3css.h"
#include "mpeg3private.h"
mpeg3_css_t* mpeg3_new_css()
{
return 0;
}
int mpeg3_delete_css(mpeg3_css_
www.eeworm.com/read/100601/6267691
c fipstest.c
/*
* PKCS #11 FIPS Power-Up Self Test.
*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with
www.eeworm.com/read/358948/6315110
h dvigenere.h
#ifndef __DVIGENERE_H__
#define __DVIGENERE_H__
extern char *dvigenere_encrypt( char *p, char *k, int l );
extern char *dvigenere_decrypt( char *c, char *k, int l );
extern int getoffset( char c );
www.eeworm.com/read/358948/6315111
h dcaesar.h
#ifndef __DCAESAR_H__
#define __DCAESAR_H__
extern unsigned char dcaesar_encrypt( unsigned char p,
int k,
int base,
int start );
extern unsigned char dcaesar_decrypt(
www.eeworm.com/read/208608/15242860
h des.h
/*
* @(#)des.h 2006-06-15 15:36:15
* Copyright 2006 HUST Software School. All rights reserved.
* Author: 翟黎 软件0309 01012003026327 Email:mrzhaili@gmail.com
*/
#ifndef _DES_H
#define _DES_H
www.eeworm.com/read/206550/15293729
cpp squarecypher.cpp
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include