代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/119112/14838946
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/119112/14838966
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
www.eeworm.com/read/158122/5597969
v key_sel.v
/////////////////////////////////////////////////////////////////////
//// ////
//// KEY_SEL
www.eeworm.com/read/474547/6811803
cmd build.cmd
@echo off
set exe_name=aesig
set source=src\aesig.cpp src\aes.cpp
rem set source=src\aesig_reference_decrypt.cpp
rem icl /O2b2giswy /G7rXy /Qipo /DAESIG_STANDALONE /MD /Fe%exe_name% %sourc
www.eeworm.com/read/367275/9763042
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/367275/9763082
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
www.eeworm.com/read/411034/11259378
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2007, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/335447/12522581
h aes.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/335198/12545884
h des.h
#ifndef __DES_ENCRYPT_H__
#define __DES_ENCRYPT_H__
bool des_encrypt(char *ib, int il, char *ob, int ol, char *key, int kl);
bool des_decrypt(char *ib, int il, char *ob, int ol, char *key, int kl);
v
www.eeworm.com/read/238196/13902925
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