代码搜索:图像加密
找到约 10,000 项符合「图像加密」的源代码
代码结果 10,000
www.eeworm.com/read/161978/10349332
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 加密器.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#define I
www.eeworm.com/read/159224/10678796
bas reg.bas
Attribute VB_Name = "Reg"
'+--------------------------------------------------------------------------
'
' reg.bas ---- 共享软件加密函数库
' Copyright (c) 2002-2003 liangs Studio, All r
www.eeworm.com/read/458194/7302066
vb clscrypt.vb
'字符串加密、解密类
Imports System.Security.Cryptography
Public Class ClsCrypt
Private TripleDES As New TripleDESCryptoServiceProvider
Private Function TruncateHash(ByVal key As String, ByVal leng
www.eeworm.com/read/197024/8035088
h des.h
bool des_en(char *in, long inlen,const char *key, char *out); //加密
bool des_de(char *in, long inlen,const char *key, char *out); //解密
www.eeworm.com/read/143483/12872366
frm frmencrypt.frm
VERSION 5.00
Begin VB.Form frmEncrypt
Caption = "一个德国的enigma加密技术例子 "
ClientHeight = 5745
ClientLeft = 60
ClientTop = 375
ClientWidth = 6075
www.eeworm.com/read/138961/13199456
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Visual Basic - 简易的矩阵加密编码法(cipher)"
ClientHeight = 2730
ClientLeft = 1950
ClientTop = 1710
ClientWidth
www.eeworm.com/read/239299/13290590
java encryption.java
/**
* RSA加密解码相关类
*/
package src;
import javax.crypto.*;
import java.security.*;
public class Encryption{
String plainText;
String cipher;
public Encryption()
{}
public Encryptio
www.eeworm.com/read/139125/5808005
bas reg.bas
Attribute VB_Name = "Reg"
'+--------------------------------------------------------------------------
'
' reg.bas ---- 共享软件加密函数库
' Copyright (c) 2002-2003 liangs Studio, All r
www.eeworm.com/read/482282/6622230
cs cryptogrammanager.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Web.Security;
namespace BLL
{
///
/// 密码加密类
///
public class Cryptogr
www.eeworm.com/read/407787/11410614
java md5_encoding.java
import java.lang.*;
import java.math.*;
/*******************************************************************************
*
*
* MD5数据加密类
*/
public class MD5_Encoding {
static final int S11