代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
www.eeworm.com/read/448330/7534826

cpp filee.cpp

/*this file include fileE function this function used to encrypt a file*/ #include"fileE.h" #define BUFFMAXSIZE 16 int fileE(unsigned char *passwd,char *fn_in,char *fn_out) {
www.eeworm.com/read/328880/12996742

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by BlowFish Encrypt Tool.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX
www.eeworm.com/read/323059/13356397

h aes.h

#pragma once #define decrypt TRUE #define encrypt FALSE #define TYPE int typedef struct _AES{ int Nb; int Nr; int Nk; unsigned long *Word; unsigned long *State; }AE
www.eeworm.com/read/318604/13475235

in grub-md5-crypt.in

#! /bin/sh # Encrypt a password in MD5 format # Copyright (C) 2000,2002 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify it # under the terms of
www.eeworm.com/read/310774/13644159

h aes.h

#pragma once #define decrypt TRUE #define encrypt FALSE #define TYPE int typedef struct _AES{ int Nb; int Nr; int Nk; unsigned long *Word; unsigned long *State; }AE
www.eeworm.com/read/300969/13875698

c crypt.c

/* crypt() - one-way password encryption function Author: Kees J. Bot * 7 Feb 1994 * This routine does not encrypt anything, it uses the pwdauth * program to do the hard work. */ #defi
www.eeworm.com/read/113399/6131955

c crypt.c

/* crypt() - one-way password encryption function Author: Kees J. Bot * 7 Feb 1994 * This routine does not encrypt anything, it uses the pwdauth * program to do the hard work. */ #defi
www.eeworm.com/read/124017/6343565

pas mainprog.pas

unit MainProg; interface uses SysUtils, Graphics, Forms,ComCtrls,ExtCtrls, StdCtrls, Controls, Classes, Windows , MD5Encrypt, Dialogs, Buttons, jpeg, TB97Ctls; type TMainForm = class
www.eeworm.com/read/402521/11533881

cpp xxtea.cpp

#include "StdAfx.h" #include ".\xxtea.h" CXXTea::CXXTea(void) { } CXXTea::~CXXTea(void) { } bool CXXTea::encrypt(CArray & result, const unsigned char* pData,
www.eeworm.com/read/346882/11714351

h des.h

#if !defined( _DES_H) #define _DES_H #define ENCRYPT 0 #define DESCRYPT 1 #define PINLEN 9 void AscToBcd( unsigned char* charbcd, unsigned char* charasc, int len