代码搜索:Cipher
找到约 3,792 项符合「Cipher」的源代码
代码结果 3,792
www.eeworm.com/read/417538/10986470
java cryption.java
package SimpleRSA;
import java.math.BigInteger;
public class Cryption
{
int[] Load_key(String args)
{
String keyfile = Input_Output.Input_Key(args);
int[] key = new int[2];
int
www.eeworm.com/read/470102/6924673
c psfdemux_drm.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2006. All rights reserved.
*
*/
/*
* ***********************************************************
* This is UGLY, #including this file isnt the way to go
www.eeworm.com/read/467632/7006295
pas dcpidea.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/467632/7006296
pas dcprc6.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/467632/7006308
pas dcptea.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/467632/7006312
pas dcprc5.pas
{******************************************************************************}
{* DCPcrypt v2.0 written by David Barton (crypto@cityinthesky.co.uk) **********}
{***********************************
www.eeworm.com/read/448962/7521471
txt 1.txt
#include
#include
#include
#include "math.h"
#define KEYLEN 52 //子密钥个数
#define word16 unsigned short
#define word32 unsigned int
#define low16(x) ((x)&0xffff) //取
www.eeworm.com/read/439363/7711514
cpp aes_encryptor.cpp
#include
#include
#include
#include
#include
#include "cppcms_error.h"
#include "aes_encryptor.h"
#include "base64.h"
using namespace std;
namesp
www.eeworm.com/read/199833/7819497
c tms.c
/*
* Copyright 1997-2005 Markus Hahn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obta
www.eeworm.com/read/140848/13059707
java clientsend.java
import java.security.Provider;
import java.security.*;
import java.security.spec.*;
import java.io.*;
import javax.crypto.*;
import javax.crypto.Cipher;
public class ClientSend extends