代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/331757/12810006
cpp test_main.cpp
#include
#include "yxyDES.h"
void main()
{
yxyDES* my_des = new yxyDES();
string test_string = "test des plaintext!";
printf("first,we use the des:\n");
//initialize key
my_de
www.eeworm.com/read/139486/5798694
v key_sel.v
/////////////////////////////////////////////////////////////////////
//// ////
//// KEY_SEL
www.eeworm.com/read/492058/6423808
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/487457/6513568
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The redistribution
www.eeworm.com/read/481033/6655840
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distribution and
www.eeworm.com/read/342841/11996868
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/342266/12032262
cpp test_main.cpp
#include
#include "yxyDES.h"
void main()
{
yxyDES* my_des = new yxyDES();
string test_string = "test des plaintext!";
printf("first,we use the des:\n");
//initialize key
my_de
www.eeworm.com/read/336724/12420284
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/130385/14196133
testscript
#!/bin/bash
i=1
while [ $i -lt 10 ]; do
./gen
j=1
while [ $j -lt 50 ]; do
./ibe key_from_master_shares ben share
echo "Hello, World!" | ./ibe encrypt ben | ./ibe fixed_password_decrypt b
www.eeworm.com/read/130385/14196174
testscript2
#!/bin/bash
i=1
while [ $i -lt 10 ]; do
./gen
j=1
while [ $j -lt 50 ]; do
./ibe key_from_master_shares ben share
echo Run $i.$j:
echo Generating random ptext.old...
dd if=/dev/urandom