| 다운로드 | 방명록 | 디렉토리
digtak다운로드시스템 / 네트워크 보안다른 시스템 / 네트워크 보안
검색:
libtomcrypt1.16andmannual
  • 분류:시스템 / 네트워크 보안 - 다른 시스템 / 네트워크 보안
  • 도구 개발:Visual C++
  • 크기:1.99 MB
  • 업로드 시간:2010/8/23 15:14:39
  • 업 로더:Wo_it
  • 다운로드 통계:
설명
일반적인 암호화 알고리즘 libtomcrypt 라이브러리를 사용하여 ISO C로 작성




File list:
output
.....\include
.....\.......\tomcrypt.h
.....\.......\tomcrypt_argchk.h
.....\.......\tomcrypt_cfg.h
.....\.......\tomcrypt_cipher.h
.....\.......\tomcrypt_custom.h
.....\.......\tomcrypt_hash.h
.....\.......\tomcrypt_mac.h
.....\.......\tomcrypt_macros.h
.....\.......\tomcrypt_math.h
.....\.......\tomcrypt_misc.h
.....\.......\tomcrypt_pk.h
.....\.......\tomcrypt_pkcs.h
.....\.......\tomcrypt_prng.h
.....\lib
.....\...\debug
.....\...\.....\tomcrypt.lib
.....\...\.....\vc80.pdb
.....\...\release
.....\...\.......\tomcrypt.lib
.....\...\.......\vc80.pdb
src
..\ciphers
..\.......\aes
..\.......\...\aes.c
..\.......\...\aes_tab.c
..\.......\safer
..\.......\.....\safer.c
..\.......\.....\saferp.c
..\.......\.....\safer_tab.c
..\.......\twofish
..\.......\.......\twofish.c
..\.......\.......\twofish_tab.c
..\.......\anubis.c
..\.......\blowfish.c
..\.......\cast5.c
..\.......\des.c
..\.......\kasumi.c
..\.......\khazad.c
..\.......\kseed.c
..\.......\noekeon.c
..\.......\rc2.c
..\.......\rc5.c
..\.......\rc6.c
..\.......\skipjack.c
..\.......\xtea.c
..\encauth
..\.......\ccm
..\.......\...\ccm_memory.c
..\.......\...\ccm_test.c
..\.......\eax
..\.......\...\eax_addheader.c
..\.......\...\eax_decrypt.c
..\.......\...\eax_decrypt_verify_memory.c
..\.......\...\eax_done.c
..\.......\...\eax_encrypt.c
..\.......\...\eax_encrypt_authenticate_memory.c
..\.......\...\eax_init.c
..\.......\...\eax_test.c
..\.......\gcm
..\.......\...\gcm_add_aad.c
..\.......\...\gcm_add_iv.c
..\.......\...\gcm_done.c
..\.......\...\gcm_gf_mult.c
..\.......\...\gcm_init.c
..\.......\...\gcm_memory.c
..\.......\...\gcm_mult_h.c
..\.......\...\gcm_process.c
..\.......\...\gcm_reset.c
..\.......\...\gcm_test.c
..\.......\ocb
..\.......\...\ocb_decrypt.c
..\.......\...\ocb_decrypt_verify_memory.c
..\.......\...\ocb_done_decrypt.c
..\.......\...\ocb_done_encrypt.c
..\.......\...\ocb_encrypt.c
..\.......\...\ocb_encrypt_authenticate_memory.c
..\.......\...\ocb_init.c
..\.......\...\ocb_ntz.c
..\.......\...\ocb_shift_xor.c
..\.......\...\ocb_test.c
..\.......\...\s_ocb_done.c
..\hashes
..\......\chc
..\......\...\chc.c
..\......\helper
..\......\......\hash_file.c
..\......\......\hash_filehandle.c
..\......\......\hash_memory.c
..\......\......\hash_memory_multi.c
..\......\sha2
..\......\....\sha224.c
..\......\....\sha256.c
..\......\....\sha384.c
..\......\....\sha512.c
..\......\whirl
..\......\.....\whirl.c
..\......\.....\whirltab.c
..\......\md2.c
..\......\md4.c
..\......\md5.c
..\......\rmd128.c
..\......\rmd160.c
..\......\rmd256.c
..\......\rmd320.c
..\......\sha1.c
..\......\tiger.c
..\headers
..\.......\tomcrypt.h
..\.......\tomcrypt_argchk.h
..\.......\tomcrypt_cfg.h
..\.......\tomcrypt_cipher.h
..\.......\tomcrypt_custom.h
..\.......\tomcrypt_hash.h
..\.......\tomcrypt_mac.h
..\.......\tomcrypt_macros.h
..\.......\tomcrypt_math.h
..\.......\tomcrypt_misc.h
..\.......\tomcrypt_pk.h
..\.......\tomcrypt_pkcs.h
..\.......\tomcrypt_prng.h
..\mac
..\...\f9
..\...\..\f9_done.c
..\...\..\f9_file.c
..\...\..\f9_init.c
..\...\..\f9_memory.c
..\...\..\f9_memory_multi.c
..\...\..\f9_process.c
..\...\..\f9_test.c
..\...\hmac
..\...\....\hmac_done.c
..\...\....\hmac_file.c
..\...\....\hmac_init.c
..\...\....\hmac_memory.c
..\...\....\hmac_memory_multi.c
..\...\....\hmac_process.c
..\...\....\hmac_test.c
..\...\omac
..\...\....\omac_done.c
..\...\....\omac_file.c
..\...\....\omac_init.c
..\...\....\omac_memory.c
..\...\....\omac_memory_multi.c
..\...\....\omac_process.c
..\...\....\omac_test.c
..\...\pelican
..\...\.......\pelican.c
..\...\.......\pelican_memory.c
..\...\.......\pelican_test.c
..\...\pmac
..\...\....\pmac_done.c
..\...\....\pmac_file.c
..\...\....\pmac_init.c
..\...\....\pmac_memory.c
..\...\....\pmac_memory_multi.c
..\...\....\pmac_ntz.c
..\...\....\pmac_process.c
..\...\....\pmac_shift_xor.c
..\...\....\pmac_test.c
..\...\xcbc
..\...\....\xcbc_done.c
..\...\....\xcbc_file.c
..\...\....\xcbc_init.c
..\...\....\xcbc_memory.c
..\...\....\xcbc_memory_multi.c
..\...\....\xcbc_process.c
..\...\....\xcbc_test.c
..\math
..\....\fp
..\....\..\ltc_ecc_fp_mulmod.c
..\....\gmp_desc.c
..\....\ltm_desc.c
..\....\multi.c
..\....\rand_prime.c
..\....\tfm_desc.c
..\misc
..\....\base64
..\....\......\base64_decode.c
..\....\......\base64_encode.c
..\....\crypt
..\....\.....\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_hash_oid.c
..\....\.....\crypt_find_prng.c
..\....\.....\crypt_fsa.c
..\....\.....\crypt_hash_descriptor.c
..\....\.....\crypt_hash_is_valid.c
..\....\.....\crypt_ltc_mp_descriptor.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
..\....\pkcs5
..\....\.....\pkcs_5_1.c
..\....\.....\pkcs_5_2.c
..\....\burn_stack.c
..\....\error_to_string.c
..\....\zeromem.c
..\modes
..\.....\cbc
..\.....\...\cbc_decrypt.c
..\.....\...\cbc_done.c
..\.....\...\cbc_encrypt.c
..\.....\...\cbc_getiv.c
..\.....\...\cbc_setiv.c
..\.....\...\cbc_start.c
..\.....\cfb
..\.....\...\cfb_decrypt.c
..\.....\...\cfb_done.c
..\.....\...\cfb_encrypt.c
..\.....\...\cfb_getiv.c
..\.....\...\cfb_setiv.c
..\.....\...\cfb_start.c
..\.....\ctr
..\.....\...\ctr_decrypt.c
..\.....\...\ctr_done.c
..\.....\...\ctr_encrypt.c
..\.....\...\ctr_getiv.c
..\.....\...\ctr_setiv.c
..\.....\...\ctr_start.c
..\.....\...\ctr_test.c
..\.....\ecb
..\.....\...\ecb_decrypt.c
..\.....\...\ecb_done.c
..\.....\...\ecb_encrypt.c
..\.....\...\ecb_start.c
..\.....\f8
..\.....\..\f8_decrypt.c
..\.....\..\f8_done.c
..\.....\..\f8_encrypt.c
..\.....\..\f8_getiv.c
..\.....\..\f8_setiv.c
..\.....\..\f8_start.c
..\.....\..\f8_test_mode.c
..\.....\lrw
..\.....\...\lrw_decrypt.c
..\.....\...\lrw_done.c
..\.....\...\lrw_encrypt.c
..\.....\...\lrw_getiv.c
..\.....\...\lrw_process.c
..\.....\...\lrw_setiv.c
..\.....\...\lrw_start.c
..\.....\...\lrw_test.c
..\.....\ofb
..\.....\...\ofb_decrypt.c
..\.....\...\ofb_done.c
..\.....\...\ofb_encrypt.c
..\.....\...\ofb_getiv.c
..\.....\...\ofb_setiv.c
..\.....\...\ofb_start.c
..\pk
..\..\asn1
..\..\....\der
..\..\....\...\bit
..\..\....\...\...\der_decode_bit_string.c
..\..\....\...\...\der_encode_bit_string.c
..\..\....\...\...\der_length_bit_string.c
..\..\....\...\boolean
..\..\....\...\.......\der_decode_boolean.c
..\..\....\...\.......\der_encode_boolean.c
..\..\....\...\.......\der_length_boolean.c
..\..\....\...\choice
..\..\....\...\......\der_decode_choice.c
..\..\....\...\ia5
..\..\....\...\...\der_decode_ia5_string.c
..\..\....\...\...\der_encode_ia5_string.c
..\..\....\...\...\der_length_ia5_string.c
..\..\....\...\integer
..\..\....\...\.......\der_decode_integer.c
..\..\....\...\.......\der_encode_integer.c
..\..\....\...\.......\der_length_integer.c
..\..\....\...\object_identifier
..\..\....\...\.................\der_decode_object_identifier.c
..\..\....\...\.................\der_encode_object_identifier.c
..\..\....\...\.................\der_length_object_identifier.c
..\..\....\...\octet
..\..\....\...\.....\der_decode_octet_string.c
..\..\....\...\.....\der_encode_octet_string.c
..\..\....\...\.....\der_length_octet_string.c
..\..\....\...\printable_string
..\..\....\...\................\der_decode_printable_string.c
..\..\....\...\................\der_encode_printable_string.c
..\..\....\...\................\der_length_printable_string.c
..\..\....\...\sequence
..\..\....\...\........\der_decode_sequence_ex.c
..\..\....\...\........\der_decode_sequence_flexi.c
..\..\....\...\........\der_decode_sequence_multi.c
..\..\....\...\........\der_encode_sequence_ex.c
..\..\....\...\........\der_encode_sequence_multi.c
..\..\....\...\........\der_length_sequence.c
..\..\....\...\........\der_sequence_free.c
..\..\....\...\set
..\..\....\...\...\der_encode_set.c
..\..\....\...\...\der_encode_setof.c
..\..\....\...\short_integer
..\..\....\...\.............\der_decode_short_integer.c
..\..\....\...\.............\der_encode_short_integer.c
..\..\....\...\.............\der_length_short_integer.c
..\..\....\...\utctime
..\..\....\...\.......\der_decode_utctime.c
..\..\....\...\.......\der_encode_utctime.c
..\..\....\...\.......\der_length_utctime.c
..\..\....\...\utf8
..\..\....\...\....\der_decode_utf8_string.c
..\..\....\...\....\der_encode_utf8_string.c
..\..\....\...\....\der_length_utf8_string.c
..\..\dsa
..\..\...\dsa_decrypt_key.c
..\..\...\dsa_encrypt_key.c
..\..\...\dsa_export.c
..\..\...\dsa_free.c
..\..\...\dsa_import.c
..\..\...\dsa_make_key.c
..\..\...\dsa_shared_secret.c
..\..\...\dsa_sign_hash.c
..\..\...\dsa_verify_hash.c
..\..\...\dsa_verify_key.c
..\..\ecc
..\..\...\ecc.c
..\..\...\ecc_ansi_x963_export.c
..\..\...\ecc_ansi_x963_import.c
..\..\...\ecc_decrypt_key.c
..\..\...\ecc_encrypt_key.c
..\..\...\ecc_export.c
..\..\...\ecc_free.c
..\..\...\ecc_get_size.c
..\..\...\ecc_import.c
..\..\...\ecc_make_key.c
..\..\...\ecc_shared_secret.c
..\..\...\ecc_sign_hash.c
..\..\...\ecc_sizes.c
..\..\...\ecc_test.c
..\..\...\ecc_verify_hash.c
..\..\...\ltc_ecc_is_valid_idx.c
..\..\...\ltc_ecc_map.c
..\..\...\ltc_ecc_mul2add.c
..\..\...\ltc_ecc_mulmod.c
..\..\...\ltc_ecc_mulmod_timing.c
..\..\...\ltc_ecc_points.c
..\..\...\ltc_ecc_projective_add_point.c
..\..\...\ltc_ecc_projective_dbl_point.c
..\..\katja
..\..\.....\katja_decrypt_key.c
..\..\.....\katja_encrypt_key.c
..\..\.....\katja_export.c
..\..\.....\katja_exptmod.c
..\..\.....\katja_free.c
..\..\.....\katja_import.c
..\..\.....\katja_make_key.c
..\..\pkcs1
..\..\.....\pkcs_1_i2osp.c
..\..\.....\pkcs_1_mgf1.c
..\..\.....\pkcs_1_oaep_decode.c
..\..\.....\pkcs_1_oaep_encode.c
..\..\.....\pkcs_1_os2ip.c
..\..\.....\pkcs_1_pss_decode.c
..\..\.....\pkcs_1_pss_encode.c
..\..\.....\pkcs_1_v1_5_decode.c
..\..\.....\pkcs_1_v1_5_encode.c
..\..\rsa
..\..\...\rsa_decrypt_key.c
..\..\...\rsa_encrypt_key.c
..\..\...\rsa_export.c
..\..\...\rsa_exptmod.c
..\..\...\rsa_free.c
..\..\...\rsa_import.c
..\..\...\rsa_make_key.c
..\..\...\rsa_sign_hash.c
..\..\...\rsa_verify_hash.c
..\prngs
..\.....\fortuna.c
..\.....\rc4.c
..\.....\rng_get_bytes.c
..\.....\rng_make_prng.c
..\.....\sober128.c
..\.....\sober128tab.c
..\.....\sprng.c
..\.....\yarrow.c
crypt.pdf
tomcrypt.vcproj
이것은 높은 품질의 소스 코드입니다,당신이 회원 인 경우, 로그인하십시오. 당신은 회원이 아닌 경우, 등록하시기 바랍니다 .
관련 소스코드
[LibTomMath] - 하이 - C 라이브러리의 정밀 계산
[libtomcrypt1.17sourcecode] - 전체 -,, 최신 버전을 기다 암호화 암호화 도서관, 대칭 암호화, 비대칭 암호화, 한 - 방법 특집
다운로드 주소
download DownLoad
Comments: 다운로드 후 값매기다를 잊지 마세요! Comment...
About - Advertise - Sitemap