代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/304961/3783618
c twofish.c
/* This is an independent implementation of the encryption algorithm: */
/* */
/* Twofish by Bruce Schneier and colle
www.eeworm.com/read/446528/1713049
java keypair.java
package org.encryption.rsa;
public class KeyPair {
}
www.eeworm.com/read/414084/11131256
asm scrypt32.asm
; -------------------------------------------------- ;
; Small Encryption Library 1.0 ;
; Coded on FASM 1.66+ ;
; ----------------------------
www.eeworm.com/read/372473/9509153
h digestimpfactory.h
/*!
\file DigestImplFactory.h
\author yangde
\date 24/6/2006
*/
#ifndef _LUCID_ENCRYPTION_DIGESTIMPLFACTORY_H_
#define _LUCID_ENCRYPTION_DUGESTIMPLFACTORY_H_
#include "ShareLib.h"
#in
www.eeworm.com/read/358784/10179651
asm encrypt.asm
TITLE Encryption Program (Encrypt.asm)
; This program demonstrates simple symmetric
; encryption using the XOR instruction.
; Chapter 6 example.
INCLUDE Irvine32.inc
KEY = 239
www.eeworm.com/read/126599/14415867
inf cryptlib.inf
[DSP upload]
Filename=Cryptlib.zip
Replacements=
Version=
FileURL=
Description=Contains several Advanced Encryption Standard Canidate encryption algorithms in pure object pascal. Has source.
Del
www.eeworm.com/read/154139/11986493
des readme.des
Data Encryption Standard routines in portable C and 386/486 assembler
Phil Karn, KA9Q
September 2, 1994
There are two user calls, deskey() for creating a key schedule for
encryption or decryption, an
www.eeworm.com/read/150809/12260160
cpp blowfish.cpp
// blowfish.cpp C++ class implementation of the BLOWFISH encryption algorithm
// _THE BLOWFISH ENCRYPTION ALGORITHM_
// by Bruce Schneier
// Revised code--3/20/94
// Converted to C++ class 5
www.eeworm.com/read/216502/4890365
8 makekey.8
.TH MAKEKEY 8
.SH NAME
makekey \- generate encryption key
.SH SYNOPSIS
.B /usr/lib/makekey
.SH DESCRIPTION
.I Makekey
improves the usefulness of encryption schemes
depending on a key by increasing th
www.eeworm.com/read/272724/4215152
java rc6cipher.java
// Rc6Cipher - the RC6 encryption method
//
// This was one of the finalists for the Advanced Encryption Standard.
// Most of the algorithm is Copyright (C) 1998 RSA Data Security, Inc.
// A few m