代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/201125/15415972
java unencryptdata.java
package com.crypto.encrypt;
import java.security.SecureRandom;
import javax.crypto.spec.DESKeySpec;
import javax.crypto.SecretKeyFactory;
import javax.crypto.SecretKey;
import javax.crypto.Ciph
www.eeworm.com/read/201125/15415974
java encryptdata.java
package com.crypto.encrypt;
import java.security.SecureRandom;
import java.io.*;
import javax.crypto.spec.DESKeySpec;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
impor
www.eeworm.com/read/386187/8762159
cpp plaindlg.cpp
// PlainDlg.cpp : implementation file
//
#include "stdafx.h"
#include "encrypt.h"
#include "PlainDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FIL
www.eeworm.com/read/386187/8762163
cpp cipherdlg.cpp
// CipherDlg.cpp : implementation file
//
#include "stdafx.h"
#include "encrypt.h"
#include "CipherDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/429761/8790952
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[Md5Encrypt.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
[其它MD
www.eeworm.com/read/429045/8822445
_verilog_hintfile
%%% protect protected_file
#OPTIONS:"|-bldtbl|-dspmac|-fixsmult|-infer_seqShift|-nram|-divnmod|-autosm|-tri_compatible|-autosm|-fid2|-sharing|on|-encrypt|-ui|-lite|-pro|-ram|-ignore_undefined_lib|-ll
www.eeworm.com/read/376244/9323488
cpp destestdlg.cpp
// DESTestDlg.cpp : implementation file
//
#include "stdafx.h"
#include "DESTest.h"
#include "DESTestDlg.h"
#include "Encrypt.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
sta
www.eeworm.com/read/178561/9391953
txt 新建 文本文档.txt
using System;
using System.IO;
using System.Data;
using System.Text;
using System.Diagnostics;
using System.Security;
using System.Security.Cryptography;
namespace com.Quickline.Encrypt
{
www.eeworm.com/read/164812/10086875
c test_cfb1.c
/*
* test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples
*
* written by Lawrie Brown / May 1998
*/
#include "loki97.h"
/* local func prototypes */
static BYTE *charToBYTE
www.eeworm.com/read/357758/10201594
c main.c
/* Encrypt/decrypt command compatible with Sun's "des" command */
#include
char iv[8]; /* Initial vector for CBC mode */
int block;
char ks[16][8];
main(argc,argv)
int argc;
char *argv[];