代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/429761/8790974
frm encrypt2.frm
VERSION 5.00
Begin VB.Form Encrypt2
BorderStyle = 1 'Fixed Single
Caption = "MD5加密"
ClientHeight = 3045
ClientLeft = 45
ClientTop = 435
C
www.eeworm.com/read/282424/9095386
rc2 encrypt.rc2
//
// ENCRYPT.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/184393/9106971
cpp des encrypt.cpp
// DES encrypt.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "DES encrypt.h"
#include "DES encryptDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CDESencryptApp
BEGIN_MESSA
www.eeworm.com/read/184393/9106986
h des encrypt.h
// DES encrypt.h : PROJECT_NAME 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error 在包含用于 PCH 的此文件之前包含“stdafx.h”
#endif
#include "resource.h" // 主符号
// CDESencryptApp:
// 有关此类的实现
www.eeworm.com/read/379269/9203341
cpp aes_encrypt.cpp
/*
******************************************************************
** Advanced Encryption Standard implementation in C. **
** By Niyaz PK
www.eeworm.com/read/163733/10147918
m encrypt1.m
clear;clc;
x=imread('lena.bmp','bmp');
[a b c]=size(x);
N=a*b;
m(1)=input('请输入密钥: ');
disp('加密中...');
for i=1:N-1
m(i+1)=4*m(i)-4*m(i)^2;
end
m=mod(1000*m,256);
m=uint8(m);
n=1;
for
www.eeworm.com/read/359296/10156688
java aes_encrypt.java
import java.io.FileOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.*;
import java.util.Properties;/**
* Title:
*
* Description:
*
*
www.eeworm.com/read/357590/10205232
cpp file_encrypt.cpp
#include
#include
#include
void file_encrypt()
{
FILE *fp;
int i,j;
char str[1024];
fp = fopen( "F:\\Backup\\C_Sample\\File_operating\\File_testing.txt"