代码搜索:Decryption

找到约 742 项符合「Decryption」的源代码

代码结果 742
www.eeworm.com/read/341936/12054804

pas base64unit.pas

unit Base64Unit; interface uses Classes, SysUtils; function Base64Encryption(const Input:String):String; function Base64Decryption(const Input:String):String; implementation con
www.eeworm.com/read/341936/12054905

pas base64unit.pas

unit Base64Unit; interface uses Classes, SysUtils; function Base64Encryption(const Input:String):String; function Base64Decryption(const Input:String):String; implementation con
www.eeworm.com/read/341936/12055011

pas base64unit.pas

unit Base64Unit; interface uses Classes, SysUtils; function Base64Encryption(const Input:String):String; function Base64Decryption(const Input:String):String; implementation con
www.eeworm.com/read/115550/15010360

h sqcbc.h

#ifndef __SQCBC_H #define __SQCBC_H /* Cipher Block Chaining (CBC) mode support IMPORTANT REMARKS: 1. Input buffers to the encryption/decryption functions must be word-aligned on machines whi
www.eeworm.com/read/115550/15010382

h sqecb.h

#ifndef __SQECB_H #define __SQECB_H /* Electronic Code Book (ECB) mode support IMPORTANT REMARKS: 1. Input buffers to the encryption/decryption functions must be word-aligned on machines whic
www.eeworm.com/read/209211/4983969

c pscrypt.c

/* * * Adobe's encryption/decryption algorithm for eexec and show. Runs in * eexec mode unless told otherwise. Use, * * pscrypt file.cypher > file.clear * * to decrypt eexec input. Assumes fil
www.eeworm.com/read/208414/4992819

c spgpcallback.c

/* * spgpcallback.c -- Simple PGP API helper routines to deal with callbacks * from pipeline on decryption * * Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved. * * $Id: spg
www.eeworm.com/read/208414/4992920

c pgpfixedkey.c

/* * pgpFixedKey.c * * Copyright (C) 1996,1997 Pretty Good Privacy, Inc. All rights reserved. * * A single, fixed PGP key for decryption operations. * Also contains fixed primes and gener
www.eeworm.com/read/208414/4992960

c pgpciphrmod.c

/* * pgpCiphrMod.c -- A module to perform Block Cipher encryption and Decryption * * Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved. * * Written by: Derek Atkins
www.eeworm.com/read/287127/4026857

c pgpfixedkey.c

/* * A single, fixed PGP key for decryption operations. * Also contains fixed primes and generators for discrete log keys which * can share these. * * $Id: pgpFixedKey.c,v 1.8 1997/09/30 21: