代码搜索:Encrypt

找到约 3,742 项符合「Encrypt」的源代码

代码结果 3,742
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/234779/14097136

cpp gosthash.cpp

// Free implementation of the GOST R 34.11-94 hash algorithm /* * gosthash.c * 21 Apr 1998 Markku-Juhani O. Saarinen * * GOST R 34.11-94, Russian Standard Hash Function
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/122950/14654808

c descore.c

#include "des.h" #include "spr.h" #define ROTATE(a,n) (((a)>>(n))+((a)(n))^(b))&(m)),\
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/114602/15046411

pl des-586.pl

#!/usr/local/bin/perl # # The inner loop instruction sequence and the IP/FP modifications are from # Svend Olaf Mikkelsen # push(@INC,"perlasm","../../perlasm"); require
www.eeworm.com/read/208427/15247306

makefile

TARGET = main OBJS = main.o encrypt.o hash.o psf.o INCDIR = CFLAGS = -O2 -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR = LIBS = -lpspchnnlsv LDFLAGS = EXTRA_T
www.eeworm.com/read/167075/5469641

pl cast-586.pl

#!/usr/local/bin/perl # define for pentium pro friendly version $ppro=1; push(@INC,"perlasm","../../perlasm"); require "x86asm.pl"; require "cbc.pl"; &asm_init($ARGV[0],"cast-586.pl",$ARGV[$#ARGV]
www.eeworm.com/read/167075/5469658

pl des-586.pl

#!/usr/local/bin/perl # # The inner loop instruction sequence and the IP/FP modifications are from # Svend Olaf Mikkelsen # push(@INC,"perlasm","../../perlasm"); require "x86as