代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/115550/15010365

h sqcfb.h

#ifndef __SQCFB_H #define __SQCFB_H /* Cipher Feedback (CFB) mode support IMPORTANT REMARK: input buffers to the encryption/decryption functions must be word-aligned on machines which have this a
www.eeworm.com/read/115550/15010385

h sqofb.h

#ifndef __SQOFB_H #define __SQOFB_H /* Output Feedback (OFB) mode support IMPORTANT REMARK: input buffers to the encryption/decryption functions must be word-aligned on machines which have this a
www.eeworm.com/read/211889/15171247

c d3des.c

/* D3DES (V5.09) - * * A portable, public domain, version of the Data Encryption Standard. * * Written with Symantec's THINK (Lightspeed) C by Richard Outerbridge. * Thanks to: Dan Hoey for
www.eeworm.com/read/244829/4509883

cs aes.cs

using System; namespace AesLib { public class Aes // Advanced Encryption Standard { public enum KeySize { Bits128, Bits192, Bits256 }; // key size, in bits, for construtor priv
www.eeworm.com/read/209559/4964613

c cryptoloop.c

/* Linux loop encryption enabling module Copyright (C) 2002 Herbert Valerio Riedel Copyright (C) 2003 Fruhwirth Clemens This module is free softwa
www.eeworm.com/read/173141/5378512

sql encryptdatabase.sql

-- test database encryption -- for bug 3668 - you couldn't change the password without exiting out of db create session call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('bootPassword', 'Thursday, Wednes
www.eeworm.com/read/321477/3535857

properties cipheraboutbox.properties

title = About: ${Application.title} ${Application.version} closeAboutBox.Action.text = &Close appDescLabel.text=An Encryption tool based on logistic. versionLabel.text=Product Version\
www.eeworm.com/read/321477/3535861

properties cipheraboutbox.properties

title = About: ${Application.title} ${Application.version} closeAboutBox.Action.text = &Close appDescLabel.text=An Encryption tool based on logistic. versionLabel.text=Product Version\
www.eeworm.com/read/316872/3592423

c cryptoloop.c

/* Linux loop encryption enabling module Copyright (C) 2002 Herbert Valerio Riedel Copyright (C) 2003 Fruhwirth Clemens This module is free softwa
www.eeworm.com/read/316872/3606932

h wep.h

/* * Software WEP encryption implementation * Copyright 2002, Jouni Malinen * Copyright 2003, Instant802 Networks, Inc. * * This program is free software; you can redistribut