代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/431199/8701933
h sosemanuk.h
#ifndef CRYPTOPP_SOSEMANUK_H
#define CRYPTOPP_SOSEMANUK_H
#include "strciphr.h"
NAMESPACE_BEGIN(CryptoPP)
//! algorithm info
struct SosemanukInfo : public VariableKeyLength
www.eeworm.com/read/372473/9509133
sconscript
Import('*')
env2 = env.Copy()
# Program Debug Library
env2['PDB'] = 'LucidEncryption' + build_name_suffix + '.pdb'
env2.Append(CPPFLAGS = ' /Fd' + Dir('.').path + '/vc70.pdb')
# Dependent lib
www.eeworm.com/read/304546/13791564
py web_parser.py
import sys, re; r_iso = re.compile('([\x80-\xFF])')
import HTMLParser
import string
import urllib2
import os
import sys
def iso2utf(s):
def conv(m):
c = m.group(0)
return (
www.eeworm.com/read/130382/5957244
h pgprot13mod.h
/*
* definitions for a stupid encryption pipeline: rot13
*
* $Id: pgpRot13Mod.h,v 1.5 1997/06/25 19:40:25 lloyd Exp $
*/
#include "pgpOpaqueStructs.h"
PGP_BEGIN_C_DECLARATIONS
PGPPipe