代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/271031/11011512
dsw file_encrypt.dsw
Microsoft Developer Studio 工作空间文件, 格式版本6.00
# 警告: 不能编辑或删除这个工作空间文件!
###############################################################################
Project: "file_encrypt"=.\file_encrypt.dsp - P
www.eeworm.com/read/271031/11011513
cpp file_encrypt.cpp
#include
#include
void main(void)
{
ifstream in_file;
ofstream out_file;
ifstream key_file;
char *read_filename = "text.txt";
char *write_filename = "result.txt
www.eeworm.com/read/466336/7033956
cpp aes_encrypt.cpp
/*
******************************************************************
** Advanced Encryption Standard implementation in C. **
** By Niyaz PK
www.eeworm.com/read/447298/7554732
c encrypt1.c
/**
* XML Security Library example: Encrypting data using a template file.
*
* Encrypts binary data using a template file and a DES key from a binary file
*
* Usage:
* ./encrypt1
www.eeworm.com/read/447298/7554738
c encrypt3.c
/**
* XML Security Library example: Encrypting XML file with a session key and dynamicaly created template.
*
* Encrypts XML file using a dynamicaly created template file and a session
* DE
www.eeworm.com/read/447298/7554739
c encrypt2.c
/**
* XML Security Library example: Encrypting XML file with a dynamicaly created template.
*
* Encrypts XML file using a dynamicaly created template file and a DES key
* from a binary file
www.eeworm.com/read/145641/12709999
vbp simple encrypt.vbp
Form=Encrypt.frm
Module=Module1; Module1.bas
Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX
Reference=*\G{BEF6E001-A874-101A-8BBA-00AA00300CAB}#2.0#0#C:\WINDOWS\SYSTEM\OLEPRO32.D
www.eeworm.com/read/144869/12766367