代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/426133/10284200
h sock.h
#pragma once
typedef struct CodeKey
{
BYTE SendKey[8];
BYTE RecvKey[8];
}CODEKEY,*LPCODEKEY;
class CSock
{
public:
SOCKET sock;
//sockaddr_in netaddr;
CODEKEY Key;//加密解密KEY
protec
www.eeworm.com/read/456207/7353953
pas calldfgxdll.pas
unit CallDfgxdll;
interface
uses Windows;
//加密函数
function PwdCodec(const szInput:Pchar;szOutput:Pchar;fCode:Bool):Pchar;stdcall;
implementation
function PwdCodec(const szInput:Pchar;szOutput:P
www.eeworm.com/read/448047/7541173
h tools.h
#pragma once
class CTools
{
public:
CTools(void);
~CTools(void);
// 得到密文或原文
// bEncrypt: true 加密
// : false 解密
CString GetPriString( CString buf, bool bEncrypt );
// 得到当前
www.eeworm.com/read/397810/8020476
cs program.cs
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace 文件加密
{
static class Program
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/397680/8029477
h colum_permu.h
#include
#include
#define N 1024
#include "Column_permutation.h"
using namespace std;
class Column
{
public:
void encipher(char *K,char *t)//加密
{
struct KEY
{
www.eeworm.com/read/239299/13290487
java rsacryptography.java
/**
* RSA加密解码相关类
*/
package src;
import java.security.*;
import javax.crypto.*;
public class RSACryptography {
Cipher cipher;
public RSACryptography() {
try {
cipher = Cipher.ge
www.eeworm.com/read/150726/5689523
cpp test.cpp
/**********************************************************************
*Function: 简单DES加密算法的实现
*Author: 吴丹 00234015 3号,软件工程2000级
*Date: 2003/4/20
*Version: V1.0
**************************
www.eeworm.com/read/143580/5757605
cpp encrypter.cpp
/*-------------------------------------------------------
addcode.cpp -- 《软件加密技术内幕》,代码与数据结合技术(辅助工具)
(c) www.PEDIY.com 2003.12 code by 段钢
-------------------------------------------------------*/
www.eeworm.com/read/405296/11466610
cs descrypt.cs
using System;
using System.IO;
using System.Security.Cryptography;
namespace CSharpLibrary.StaticService
{
///
/// DESCrypt 的摘要说明。
/// snipershen
/// DES加密解密类
///
www.eeworm.com/read/338972/12269354
bas reg.bas
Attribute VB_Name = "Reg"
'+--------------------------------------------------------------------------
'
' reg.bas ---- 共享软件加密算法库专业版
' Copyright (c) 2002-2005 liangs Studio, Al