代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/209211/4983051
c crypt.c
/*
* Data Encryption Standard
* D.P.Mitchell 83/06/08.
*
* block_cipher(key, block, decrypting)
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/169093/5428679
c macosxfilestore.c
/* Copyright 2003-2005, Voltage Security, all rights reserved.
* Encryption code adapted from Apple's libCdsaCrypt, version 1.0d1
*/
#if VOLT_OS == VOLT_MACOSX
#include
#define VO
www.eeworm.com/read/277562/4153987
c sha1.c
/* $Id: sha1.c 1001 2007-02-25 15:38:32Z bennylp $ */
/*
* Modified 2/07
* By Benny Prijono
* Still 100% Public Domain
*
* This is the implementation of SHA-1 encryption algor
www.eeworm.com/read/432415/1893604
java subkey.java
package encryption;
public class SubKey {
private String inKey;
private StringBuffer keyBuf;
private byte[] key=new byte[64]; //保存密钥的64位二进制表示
private byte[] kwork=new byte[56];
pr
www.eeworm.com/read/265543/11261878
3 des.3
.TH DES 3 "24 March 1987"
.SH NAME
desinit, setkey, endes, dedes, desdone - DES encryption
.SH SYNOPSIS
.PP
.B desinit(mode)
.B int mode;
.PP
.B setkey(key)
.B char *key;
.PP
.B endes(bloc
www.eeworm.com/read/100301/15877484
h des3.h
#ifndef _MODULE_DES3_H_
#define _MODULE_DES3_H_
/*
* des3 - NBS Data Encryption Standard Library
*
* Copyright (c) 1992,93,94 by SWS. All Rights Reserved.
* Stefan Wolf S
www.eeworm.com/read/100301/15877608
h des3.h
#ifndef _MODULE_DES3_H_
#define _MODULE_DES3_H_
/*
* des3 - NBS Data Encryption Standard Library
*
* Copyright (c) 1992,93,94 by SWS. All Rights Reserved.
* Stefan Wolf S
www.eeworm.com/read/100148/15882643
changes
------------------------- June 30th 1996 version 2.1a ------------------
1. Fix typo in man/zip.1 (Frank Donahoe)
2. zipdll: add support for encryption (Mike)
3. unix: don't test for
www.eeworm.com/read/278436/10535804
h aes.h
//enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
#define Bits128 0
#define Bits192 1
#define Bits256 2
class Aes // Advanced Encryption Standard
{
public:
www.eeworm.com/read/145673/7217917
h aes.h
//enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor
#define Bits128 0
#define Bits192 1
#define Bits256 2
class Aes // Advanced Encryption Standard
{
public: