代码搜索:SymmetricCipher
找到约 71 项符合「SymmetricCipher」的源代码
代码结果 71
www.eeworm.com/read/300509/3846761
java symmetriccipher.java
/*
// $Log: SymmetricCipher.java,v $
// Revision 1.1.1.1 2002/08/27 11:49:30 grosbois
// Imported source from cryptix 3.2
//
// Revision 1.2 2000/08/17 11:35:25 edwin
// Package move java.* -> xja
www.eeworm.com/read/431199/8702795
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f
www.eeworm.com/read/360615/10084829
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/470055/6923953
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/247320/12666526
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/338797/12282845
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/226200/14490072
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/200462/15432647
txt aes.txt
AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f
www.eeworm.com/read/431199/8702862
txt seed.txt
AlgorithmType: SymmetricCipher
Name: SEED/ECB
Source: RFC 4269
Key: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Plaintext: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
Ciphertext:
www.eeworm.com/read/431199/8702956
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "aes.h"
#include "blumshub.h"
#include "rng.h"
#include "files.h"
#incl