代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/259398/11795643
pl rc5-586.pl
#!/usr/local/bin/perl
push(@INC,"perlasm","../../perlasm");
require "x86asm.pl";
require "cbc.pl";
&asm_init($ARGV[0],"rc5-586.pl");
$RC5_MAX_ROUNDS=16;
$RC5_32_OFF=($RC5_MAX_ROUNDS+2)*4;
$A="edi";
www.eeworm.com/read/257901/11908730
cpp mycrypt.cpp
#include "StdAfx.h"
#include ".\mycrypt.h"
////以下用于加密文件
//#include
//#include
#include
#define MY_ENCODING_TYPE (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING)
#
www.eeworm.com/read/257500/11922963
java singlekeyexample.java
/*
* Copyright (c) 2004 ???. All Rights Reserved.
*/
/*
* @(#)DESExample.java 1.0 04/03/10
*/
import java.security.*;
import javax.crypto.*;
/**
* 本例解释如何利用DES私钥加密算法加解密
*
* @a
www.eeworm.com/read/343690/11934208
h des.h
#ifndef DES_H
#define DES_H
#pragma once
enum { ENCRYPT, DECRYPT };
// Type—ENCRYPT:加密,DECRYPT:解密
// 输出缓冲区(Out)的长度 >= ((datalen+7)/8)*8,即比datalen大的且是8的倍数的最小正整数
// In 可以= Out,此时加/解密后将覆盖输入
www.eeworm.com/read/343626/11939318
java simplepolicytest.java
package chapter1;
import javax.crypto.*;
import javax.crypto.spec.*;
/**
* Test to make sure the unrestricted policy files are installed.
*/
public class SimplePolicyTest
{
public st
www.eeworm.com/read/255668/12065943
c desc.c
/* DESC.C - Data Encryption Standard routines for RSAREF
Based on "Karn/Hoey/Outerbridge" implementation (KHODES)
*/
#include "global.h"
#include "rsaref.h"
#include "des.h"
static UIN
www.eeworm.com/read/253570/12214246
h des.h
/******************************************************************
** PROGRAM: des.h **
** AUTHOR: wenfj
www.eeworm.com/read/339483/12231482
sh crypto-quote.sh
#!/bin/bash
# crypto-quote.sh: Encrypt quotes
# Will encrypt famous quotes in a simple monoalphabetic substitution.
# The result is similar to the "Crypto Quote" puzzles
#+ seen in the Op Ed pages
www.eeworm.com/read/149735/12354390
h des.h
#ifndef _DES_H__
#define _DES_H__
#include "ArithDLL.h"
#ifndef ENCRYPT
#define ENCRYPT 0 /* DES 方向 */
#define DECRYPT 1
#endif
#ifndef STAND
#define STAND 0
www.eeworm.com/read/251278/12354833
c des.c
//#include "stdafx.h"
//#include
#include "des.h"
//#include "global.h"
static UINT2 bytebit[8] = {
0200, 0100, 040, 020, 010, 04, 02, 01
};
static UINT4 bigbyte[24] = {
0x800