代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/392556/8335905

c lili.c

/* * lili.c * * Lili - A stream cipher for submission to NESSIE (New European Schemes * for Signature, Integrity, and Encryption). * * Authors: Lyta Penna & Andrew Clark *
www.eeworm.com/read/147985/12505531

asm per.asm

; -> Polymorphic En-/Decryption routine generator for per byte encryption
www.eeworm.com/read/111752/15504193

c playfair.c

/* Playfair encryption and decryption */ /* All non-alphabetics in the input text are silently ignored, as is the final odd character if any. Converting the keyword to the keysquare is
www.eeworm.com/read/110490/15532504

tls readme.tls

------------------------ SSL/TLS SUPPORT ------------------------ Starting with version 1.0.16, Pure-FTPd has experimental support for encryption of the control channel using SSL/TLS sec
www.eeworm.com/read/108140/15593548

c playfair.c

/* Playfair encryption and decryption */ /* All non-alphabetics in the input text are silently ignored, as is the final odd character if any. Converting the keyword to the keysquare is
www.eeworm.com/read/384917/8834364

dfm umain.dfm

object frmMain: TfrmMain Left = 327 Top = 112 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'DCPcrypt File Encryption Demo' ClientHeight = 440 ClientWi
www.eeworm.com/read/374502/9402227

epic-crypt-gpg

#!/bin/bash # # This is a simplistic encryption demonstrating the principles # of the protocol, while being quite usable. # # the first input line contains words, the first of which is the key, # and
www.eeworm.com/read/372473/9509147

cpp encoderopensslimpl.cpp

/*! \file EncoderOpenSslImpl.cpp \author Jackson \date 13/1/2005 */ #include "EncoderOpenSslImpl.h" namespace Lucid { namespace Encryption { TEncoderOpenSslImpl::TEncoderOpenSslImpl
www.eeworm.com/read/176288/9509610

c crypt3.c

/* @(#) $Revision: 66.2 $ */ /*LINTLIBRARY*/ /* * This program implements the * Proposed Federal Information Processing * Data Encryption Standard. * See Federal Register, March 17, 1975 (4
www.eeworm.com/read/365475/9862316

h acescrypt.h

#ifndef _ACESCRYPT_H #define _ACESCRYPT_H /* Definitions of the encryption algorithms we support */ #define CRYPT_IDEA 0 /* IDEA algorithm