代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/452838/7431941
asp md5.asp
function MD5(sMessage) { //MD5加密算法javascript实现
function RotateLeft(lValue, iShiftBits) { return (lValue>(32-iShiftBits)); }
function A
www.eeworm.com/read/448047/7541177
cpp tools.cpp
#include "StdAfx.h"
#include ".\tools.h"
CTools::CTools(void)
{
}
CTools::~CTools(void)
{
}
// 得到密文或原文
// bEncrypt: true 加密
// : false 解密
CString CTools::GetPriString( CStrin
www.eeworm.com/read/331032/12854939
java decryptor.java
package des;
/**
* 测试解密
*
* @author gosen
*
*/
public class Decryptor {
/**
* @param args
*/
public static void main(String[] args) {
//加密好的文件存储路径
String file2 = Syst
www.eeworm.com/read/141233/13029639
info account.info
#帐户Id
accountId=liuqiyu,rain
#帐户的密码
#实际使用时可用md5加密
password=333,rain
#帐户的余额数
balance=0.0,998.0
www.eeworm.com/read/325370/13209952
pas bwcrt.pas
unit BWCRT;
interface
uses
SysUtils, StrUtils ;
//加密函数
function Encrypt(const S: String; Key: String): String;
//解密函数
function Decrypt(const S: String; Key: String): String;
www.eeworm.com/read/320062/13433849
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 加密算法.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#defi
www.eeworm.com/read/408464/11387454
cs md5passworddal.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Security.Cryptography;
public class MD5PasswordDAL
{
///
/// 对密码进行加密
///
www.eeworm.com/read/158181/11638785
cpp main.cpp
#include
#include
#include
using namespace std;
using std::ifstream;
using std::ofstream;
bool encrypt(); //加密函数
bool decipher(); //解密函数
int main()
{
i
www.eeworm.com/read/229629/14326259
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// 加密.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"