代码搜索:Encryption

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

代码结果 4,642
www.eeworm.com/read/364189/9918663

sql ch16.sql

USE ETravelCom CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'aaaaaaaaaafjklaa2434154##$$$$$sdfjkAJKFZSDLKSDKLJ' IF NOT EXISTS( SELECT * FROM sys.databases WHERE name = 'ETravelCom' AND
www.eeworm.com/read/276270/10751783

c des_dadaball.c

/* des: duplicate the NBS Data Encryption Standard in software. * usage: des * prompts for the password * If the filename ends in ".n" it will be decrypted with the key; * otherwise i
www.eeworm.com/read/106372/6951543

c cipher.c

/* * cipher - a more secure replacement for UNIX crypt program * * Generic block encipherment/decipherment program * modified specifically for the Data Encryption Standard using * Cipher B
www.eeworm.com/read/451398/7465809

pas tmsuxlsprotect.pas

unit tmsUXlsProtect; {$INCLUDE ..\FLXCOMPILER.INC} {$INCLUDE ..\FLXCONFIG.INC} interface uses tmsUFlxMessages; type TEncryptionEngine = class; /// /// Holds an encryption e
www.eeworm.com/read/446754/7566879

pas tmsuxlsprotect.pas

unit tmsUXlsProtect; {$INCLUDE ..\FLXCOMPILER.INC} {$INCLUDE ..\FLXCONFIG.INC} interface uses tmsUFlxMessages; type TEncryptionEngine = class; /// /// Holds an encryption e
www.eeworm.com/read/197416/7996747

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/142139/12960899

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 done
www.eeworm.com/read/141082/13044691

test des.test

# Test vectors for DES Electronic Code Book (ECB) # implementation, derived from: # "Validating the Correctness of Hardware # Implementations of the NBS Data Encryption Standard" # NBS Special
www.eeworm.com/read/325423/13206855

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/137018/13347910

c tea.c

/* The Tiny Encryption Algorithm, or TEA, is a Feistel cipher invented by David Wheeler. It is intended for use in applications where code size is at a premium, or where it is necessary for someone to