代码搜索:Encrypt

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

代码结果 3,742
www.eeworm.com/read/222721/14678727

cpp aestst.cpp

/* ------------------------------------------------------------------------- Copyright (c) 2001, Dr Brian Gladman < >, Worcester, UK. All rights reserved. LICENSE TERMS T
www.eeworm.com/read/117291/14932082

frm frmencrypt.frm

VERSION 5.00 Begin VB.Form frmEncrypt Caption = "Encryption Form" ClientHeight = 4950 ClientLeft = 60 ClientTop = 375 ClientWidth = 6075 I
www.eeworm.com/read/216674/14997960

py test.py

# # test.py : Functions used for testing the modules # # Part of the Python Cryptography Toolkit # # Distribute and use freely; there are no restrictions on further # dissemination and usage except
www.eeworm.com/read/216106/15027091

txt rc4.txt

//CryptoAPI例程 #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0400 #endif #include #include #include #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_
www.eeworm.com/read/114602/15046218

cpp dess.cpp

// // gettsc.inl // // gives access to the Pentium's (secret) cycle counter // // This software was written by Leonard Janke (janke@unixg.ubc.ca) // in 1996-7 and is entered, by him, into the pu
www.eeworm.com/read/114602/15046307

cpp des3s.cpp

// // gettsc.inl // // gives access to the Pentium's (secret) cycle counter // // This software was written by Leonard Janke (janke@unixg.ubc.ca) // in 1996-7 and is entered, by him, into the pu
www.eeworm.com/read/114602/15046386

pl desboth.pl

#!/usr/local/bin/perl $L="edi"; $R="esi"; sub des_encrypt3 { local($name,$enc)=@_; &function_begin_B($name,""); &push("ebx"); &mov("ebx",&wparam(0)); &push("ebp"); &push("esi"
www.eeworm.com/read/215440/15061163

conf pipe_tunnel_server.conf

options { port 5000; } default { compress no; speed 0; } Pipe-tunnel { type pipe; pass password1; encrypt yes; up { prog /bin/bash "-c 'cat > /var/backup/backup
www.eeworm.com/read/215082/15075428

h des.h

enum {ENCRYPT,DECRYPT}; //enum bool{false,true}; ////////////////////////////////////////////////////////////////////////// bool Des_Go(char *Out,char *In,long datalen,const char *Ke
www.eeworm.com/read/214743/15089844

cpp 加密例程.cpp

#include #include #include #define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING) #define KEYLENGTH 0x00800000 void HandleError(char *s); //---