Location:
Search - CryptoPP
Search list
Description: #include \"pch.h\"
#include \"base64.h\"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0
Platform: |
Size: 305134 |
Author: 扛的子 |
Hits:
Description: cryptopp.dll cryptopp.lib 文件
Platform: |
Size: 491524 |
Author: quintard |
Hits:
Description: Crypto++是一个非常强大的密码学库,主要是功能全,统一性好,基本上密码学中需要的主要功能都可以在里面找得到。Crypto++是由标准的C++写成的,学习C++、密码学、网络安全都可以通过阅读Crypto++的源代码得到启发和提高。-Crypto is a very powerful cryptography library, the main function of the whole, good uniformity basically cryptography needs of the main features can still find them. Crypto standard is written in C, learning C, cryptography, network security Crypto can read the source code and be inspired.
Platform: |
Size: 8485888 |
Author: 冯军 |
Hits:
Description: 当前常用的500多种加密解密算法,种类齐全,封装成库。使用方便,运行效率高。-current 500 commonly used encryption and decryption algorithms, all kinds of packaged as libraries. Easy-to-use, high operating efficiency.
Platform: |
Size: 3550208 |
Author: gw |
Hits:
Description: 用C做的,加解密。使用ms的crypto API接口-C done, encryption. Ms using the crypto API Interface
Platform: |
Size: 950272 |
Author: guoying |
Hits:
Description:
Platform: |
Size: 982016 |
Author: |
Hits:
Description: #include "pch.h"
#include "base64.h"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0 -# Include
Platform: |
Size: 303104 |
Author: 扛的子 |
Hits:
Description: 加密算法RSA,DSA等,用C++实现,内附加有详细的说明-Encryption algorithm RSA, DSA, etc., using C++ Realize, with additional detail has
Platform: |
Size: 992256 |
Author: mark |
Hits:
Description: 著名的密码库Crypto++的文档
C++语言的杰作。程序员必备。-Well-known password database Crypto++ Documents C++ Language masterpiece. Programmers must.
Platform: |
Size: 7844864 |
Author: xuanlong |
Hits:
Description: AlgorithmType: SymmetricCipher
Name: AES/ECB
Source: NIST Special Publication 800-38A
Plaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f2445df4f9b17ad2b417be66c3710
Comment: F.1.1 ECB-AES128.Encrypt
Key: 2b7e151628aed2a6abf7158809cf4f3c
Ciphertext: 3ad77bb40d7a3660a89ecaf32466ef97 f5d3d58503b9699de785895a96fdbaaf 43b1cd7f598ece23881b00e3ed030688 7b0c785e27e8ad3f8223207104725dd4
Test: Encrypt
Comment: F.1.3 ECB-AES192.Encrypt
Key: 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7b
Ciphertext: bd334f1d6e45f25ff712a214571fa5cc 974104846d0ad3ad7734ecb3ecee4eef ef7afd2270e2e60adce0ba2face6444e 9a4b41ba738d6c72fb16691603c18e0e
Test: Encrypt
Comment: F.1.5 ECB-AES256.Encrypt
Key: 603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4
Ciphertext: f3eed1bdb5d2a03c064b5a7e3db181f8 591ccb10d410ed26dc5ba74a31362870 b6ed21b99ca6f4f9f153e7b1beafed1d 23304b7a39f9f3ff067d8d8f9e24ecc7
Test: Encrypt-AlgorithmType: SymmetricCipherName: AES/ECBSource: NIST Special Publication 800-38APlaintext: 6bc1bee22e409f96e93d7e117393172a ae2d8a571e03ac9c9eb76fac45af8e51 30c81c46a35ce411e5fbc1191a0a52ef f69f2445df4f9b17ad2b417be66c3710Comment: F.1.1 ECB-AES128.EncryptKey: 2b7e151628aed2a6abf7158809cf4f3cCiphertext: 3ad77bb40d7a3660a89ecaf32466ef97 f5d3d58503b9699de785895a96fdbaaf 43b1cd7f598ece23881b00e3ed030688 7b0c785e27e8ad3f8223207104725dd4Test: EncryptComment: F.1.3 ECB-AES192.EncryptKey: 8e73b0f7da0e6452c810f32b809079e562f8ead2522c6b7bCiphertext: bd334f1d6e45f25ff712a214571fa5cc 974104846d0ad3ad7734ecb3ecee4eef ef7afd2270e2e60adce0ba2face6444e 9a4b41ba738d6c72fb16691603c18e0eTest: EncryptComment: F.1.5 ECB-AES256.EncryptKey: 603deb1015ca71be2b73aef0857d77811f352c073b6108d72d9810a30914dff4Ciphertext: f3eed1bdb5d2a03c064b5a7e3db181f8 591ccb10d410ed26dc5ba74a31362870 b6ed21b99ca6f4f9f153e7b1beafed1d 23304b7a39f9f3ff067d8d8f9e24ecc7Test: Encrypt
Platform: |
Size: 716800 |
Author: 冯坚 |
Hits:
Description: Crypto++库,已经在VS2005上编译出库文件cryptlib.lib,可以直接拿去用。-Crypto++ library, already been compiled in VS2005 on the library file, you can use directly.
Platform: |
Size: 8506368 |
Author: yj |
Hits:
Description: cryptopp的源代码,可以供分析改写借鉴使用-cryptopp the source code, can be used for the analysis to be rewritten for reference use
Platform: |
Size: 962560 |
Author: 12 |
Hits:
Description: cryptOpp下的Twofish加密解密算法用例-Twofish encryption algorithm cryptOpp under use case
Platform: |
Size: 28497920 |
Author: 陈熙 |
Hits:
Description: 国外牛人的3des算法示例,很不错的教学例子-3des algorithm examples of foreign cattle
Platform: |
Size: 677888 |
Author: zd |
Hits:
Description: ECIES encryption by CRYPTO-ECIES encryption by CRYPTOPP
Platform: |
Size: 12875776 |
Author: nalim256 |
Hits:
Description: Crypto++库中Elgamal加密算法的使用示例-The Elgamal cryptography example for Crypto++
Platform: |
Size: 1024 |
Author: John |
Hits:
Description: Cryptopp最新版C++源代码,加密解密必备,可支持跨平台使用-Cryptopp latest version of C++ source code, encryption and decryption required to support cross-platform use
Platform: |
Size: 675840 |
Author: comeonbadboy |
Hits:
Description: cryptopp 源码,版本5.56 可自行编译生成lib文件-cryptopp
Platform: |
Size: 4279296 |
Author: dongling |
Hits:
Description: c++编写,包含了常见的密码学算法des,aes,rsa,ecc等(Common cryptology algorithm)
Platform: |
Size: 4279296 |
Author: jyk1996
|
Hits: