详细说明:该压缩包中包括 tom的加密函数库及pdf说明 ,以及Rinick s ECC:椭圆曲线非对称加密密钥生成器
-the compression package includes tom encryption functions and pdf descriptions and Rinick s ECC : Elliptic Curve asymmetric encryption key generator
[最新椭圆曲ECC线算法实现.gz] - 最新椭圆曲ECC线算法实现是目前广泛应用于智能卡上的加密算法。当然也可以用于其他地方,它能保护你的数据安全。
[filepassword.rar] - 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EnCryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFil
[libgringotts-1[1].2.1.rar] - libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DE
[2745ECC.rar] - 椭圆曲线加密算法
[haykin_nn.rar] - Simon Haykin的 《Neural NetWorks》例子原码,相当经典。相信很有用,特别SVM PCA等
[四川百事可乐公司仓库管理程序.rar] - 四川百事可乐公司仓库管理程序(VB)
[sec_final.rar] - 有关ecc资料全集,着重是标准方面的以及数据转换及有限域等方面的内容
[SecChat tool.rar] - RSA加密的聊天源代码
[ecc.rar] - ecc代码,c++编写的,还不错,不过我有点看不懂,高手可以看懂
[ecc(down).rar] - C语言实现的ecc加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^
[filepassword.rar] - 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EnCryptFile(char * pFileName) //解密文件,输入参数为文件名 BOOL DeCryptFile(char * pFil
[libgringotts-1[1].2.1.rar] - libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DE
[2745ECC.rar] - 椭圆曲线加密算法
[haykin_nn.rar] - Simon Haykin的 《Neural NetWorks》例子原码,相当经典。相信很有用,特别SVM PCA等
[四川百事可乐公司仓库管理程序.rar] - 四川百事可乐公司仓库管理程序(VB)
[sec_final.rar] - 有关ecc资料全集,着重是标准方面的以及数据转换及有限域等方面的内容
[SecChat tool.rar] - RSA加密的聊天源代码
[ecc.rar] - ecc代码,c++编写的,还不错,不过我有点看不懂,高手可以看懂
[ecc(down).rar] - C语言实现的ecc加密算法,用Devcpp编译通过,附有说明文档,版权是假的哦~不是我同学·^_^
文件列表(点击判断是否您需要的文件):
docs(tom)
.........\crypt.pdf
include
.......\goozo_crypt.h
.......\ltc_tommath.h
.......\tomcrypt.h
.......\tomcrypt_argchk.h
.......\tomcrypt_cfg.h
.......\tomcrypt_cipher.h
.......\tomcrypt_custom.h
.......\tomcrypt_hash.h
.......\tomcrypt_mac.h
.......\tomcrypt_macros.h
.......\tomcrypt_misc.h
.......\tomcrypt_pk.h
.......\tomcrypt_pkcs.h
.......\tomcrypt_prng.h
.......\tommath_class.h
.......\tommath_superclass.h
lib
...\goozosource
...\...........\ecc_makekey.cpp
...\...........\goozo_crypt.cpp
...\...........\goozo_crypt.h
...\goozo_crypt.obj
...\readme.txt
...\tomcrypt.lib
...\tomsource
...\.........\aes.c
...\.........\aes_tab.c
...\.........\anubis.c
...\.........\base64_decode.c
...\.........\base64_encode.c
...\.........\blowfish.c
...\.........\burn_stack.c
...\.........\cast5.c
...\.........\cbc_decrypt.c
...\.........\cbc_done.c
...\.........\cbc_encrypt.c
...\.........\cbc_getiv.c
...\.........\cbc_setiv.c
...\.........\cbc_start.c
...\.........\ccm_memory.c
...\.........\ccm_test.c
...\.........\cfb_decrypt.c
...\.........\cfb_done.c
...\.........\cfb_encrypt.c
...\.........\cfb_getiv.c
...\.........\cfb_setiv.c
...\.........\cfb_start.c
...\.........\chc.c
...\.........\crypt.c
...\.........\crypt_argchk.c
...\.........\crypt_cipher_descriptor.c
...\.........\crypt_cipher_is_valid.c
...\.........\crypt_find_cipher.c
...\.........\crypt_find_cipher_any.c
...\.........\crypt_find_cipher_id.c
...\.........\crypt_find_hash.c
...\.........\crypt_find_hash_any.c
...\.........\crypt_find_hash_id.c
...\.........\crypt_find_prng.c
...\.........\crypt_hash_descriptor.c
...\.........\crypt_hash_is_valid.c
...\.........\crypt_prng_descriptor.c
...\.........\crypt_prng_is_valid.c
...\.........\crypt_register_cipher.c
...\.........\crypt_register_hash.c
...\.........\crypt_register_prng.c
...\.........\crypt_unregister_cipher.c
...\.........\crypt_unregister_hash.c
...\.........\crypt_unregister_prng.c
...\.........\ctr_decrypt.c
...\.........\ctr_done.c
...\.........\ctr_encrypt.c
...\.........\ctr_getiv.c
...\.........\ctr_setiv.c
...\.........\ctr_start.c
...\.........\der_decode_bit_string.c
...\.........\der_decode_choice.c
...\.........\der_decode_ia5_string.c
...\.........\der_decode_integer.c
...\.........\der_decode_object_identifier.c
...\.........\der_decode_octet_string.c
...\.........\der_decode_printable_string.c
...\.........\der_decode_sequence.c
...\.........\der_decode_sequence_multi.c
...\.........\der_decode_short_integer.c
...\.........\der_decode_utctime.c
...\.........\der_encode_bit_string.c
...\.........\der_encode_ia5_string.c
...\.........\der_encode_integer.c
... ...
docs(tom)
.........\crypt.pdf
include
.......\goozo_crypt.h
.......\ltc_tommath.h
.......\tomcrypt.h
.......\tomcrypt_argchk.h
.......\tomcrypt_cfg.h
.......\tomcrypt_cipher.h
.......\tomcrypt_custom.h
.......\tomcrypt_hash.h
.......\tomcrypt_mac.h
.......\tomcrypt_macros.h
.......\tomcrypt_misc.h
.......\tomcrypt_pk.h
.......\tomcrypt_pkcs.h
.......\tomcrypt_prng.h
.......\tommath_class.h
.......\tommath_superclass.h
lib
...\goozosource
...\...........\ecc_makekey.cpp
...\...........\goozo_crypt.cpp
...\...........\goozo_crypt.h
...\goozo_crypt.obj
...\readme.txt
...\tomcrypt.lib
...\tomsource
...\.........\aes.c
...\.........\aes_tab.c
...\.........\anubis.c
...\.........\base64_decode.c
...\.........\base64_encode.c
...\.........\blowfish.c
...\.........\burn_stack.c
...\.........\cast5.c
...\.........\cbc_decrypt.c
...\.........\cbc_done.c
...\.........\cbc_encrypt.c
...\.........\cbc_getiv.c
...\.........\cbc_setiv.c
...\.........\cbc_start.c
...\.........\ccm_memory.c
...\.........\ccm_test.c
...\.........\cfb_decrypt.c
...\.........\cfb_done.c
...\.........\cfb_encrypt.c
...\.........\cfb_getiv.c
...\.........\cfb_setiv.c
...\.........\cfb_start.c
...\.........\chc.c
...\.........\crypt.c
...\.........\crypt_argchk.c
...\.........\crypt_cipher_descriptor.c
...\.........\crypt_cipher_is_valid.c
...\.........\crypt_find_cipher.c
...\.........\crypt_find_cipher_any.c
...\.........\crypt_find_cipher_id.c
...\.........\crypt_find_hash.c
...\.........\crypt_find_hash_any.c
...\.........\crypt_find_hash_id.c
...\.........\crypt_find_prng.c
...\.........\crypt_hash_descriptor.c
...\.........\crypt_hash_is_valid.c
...\.........\crypt_prng_descriptor.c
...\.........\crypt_prng_is_valid.c
...\.........\crypt_register_cipher.c
...\.........\crypt_register_hash.c
...\.........\crypt_register_prng.c
...\.........\crypt_unregister_cipher.c
...\.........\crypt_unregister_hash.c
...\.........\crypt_unregister_prng.c
...\.........\ctr_decrypt.c
...\.........\ctr_done.c
...\.........\ctr_encrypt.c
...\.........\ctr_getiv.c
...\.........\ctr_setiv.c
...\.........\ctr_start.c
...\.........\der_decode_bit_string.c
...\.........\der_decode_choice.c
...\.........\der_decode_ia5_string.c
...\.........\der_decode_integer.c
...\.........\der_decode_object_identifier.c
...\.........\der_decode_octet_string.c
...\.........\der_decode_printable_string.c
...\.........\der_decode_sequence.c
...\.........\der_decode_sequence_multi.c
...\.........\der_decode_short_integer.c
...\.........\der_decode_utctime.c
...\.........\der_encode_bit_string.c
...\.........\der_encode_ia5_string.c
...\.........\der_encode_integer.c
... ...