代码搜索:Encryption

找到约 4,642 项符合「Encryption」的源代码

代码结果 4,642
www.eeworm.com/read/343626/11939448

java simpleecbexample.java

package chapter2; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * Basic symmetric encryption example with padding and ECB using DES */ public class SimpleECBExample {
www.eeworm.com/read/152786/12083126

tcl cryptkit.tcl

# # Cryptkit - Tcl interface to Cryptlib Encryption Toolkit # (http://www.cs.auckland.ac.nz/~pgut001/cryptlib/) # # Development by Steve Landers # # $Id: cryptki
www.eeworm.com/read/337750/12343026

c deslogind.c

/* * Copyright 1994 David A. Barrett. * * Remote login deaemon with authentication and data encryption of channel * * Revision History: * * 12-May-94: Fixed two malloc bugs in gendeskd.c an
www.eeworm.com/read/230733/14277645

h bf.h

/* The data block processed by the encryption algorithm - 64 bits */ typedef unsigned long Blowfish_Data[2]; /* The key as entered by the user - size may vary */ typedef char Blowfish_UserKey[16]; /*
www.eeworm.com/read/128527/14292126

h hcrypt.h

/* HawkEncrypt cross platform encryption library Copyright (C) 2003-2004 Phil Frisbie, Jr. (phil@hawksoft.com) This library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/128527/14292187

c hcrypt.c

/* HawkEncrypt cross platform encryption library Copyright (C) 2003-2004 Phil Frisbie, Jr. (phil@hawksoft.com) This library is free software; you can redistribute it and/or modify it und
www.eeworm.com/read/227824/14409940

c secure.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Protocol services - RDP encryption and licensing Copyright (C) Matthew Chapman 1999-2005 This program is free soft
www.eeworm.com/read/226000/14504303

c secure.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Protocol services - RDP encryption and licensing Copyright (C) Matthew Chapman 1999-2005 This program is free soft
www.eeworm.com/read/221578/14736974

cryptoboot

#!/bin/sh # Script initializes encryption and launches target OS. # FIXME: # This script is suited to my particular computer, # (Debian 3.0/kernel 2.4.26) - make it more universal. PATH=/sbin:/bin
www.eeworm.com/read/120867/14784777

java blowfishcipher.java

/* * File: BlowfishCipher.java * * The Blowfish symmetric encryption algorithm, created by Bruce Schneier. * 64-bit (8 byte) block cipher. * Does not work (not tested) on message sizes o