|
| |
| | mhash(3): Hash Library - Linux man page |
 | | Tiger was designed to be very fast on modern computers, and in particular on the state-of-the-art 64-bit computers, while it is still not slower than other suggested hash functions on 32-bit machines. |  | | The algorithm(s) specified in algorithm_data.hash_algorithm, should be hash algorithms and may be used by the key generation algorithm. |  | | If it is 0 then no hash algorithm is used by the key generation algorithm. |
|
http://www.die.net/doc/linux/man/man3/mhash.3.html
(1154 words)
|
|
| |
| | Hash tree - Wikipedia, the free encyclopedia |
 | | Hash trees can be used to protect any kind of data stored, handled and transferred in and between computers. |  | | Tiger tree hashes are used in the Gnutella2 p2p file sharing protocol and in file sharing applications like Direct Connect, BearShare, Shareaza and DC++. |  | | It uses a binary hash tree (two child nodes under each node), usually has a data block size of 1024-bytes and uses the cryptographically secure Tiger hash. |
|
http://www.wikipedia.org/wiki/Tiger-Tree_Hash
(670 words)
|
|
| |
| | Tree Hash EXchange format (THEX) |
 | | The same hash algorithm is used as the basis of each construct, but a single '1' byte in network byte order, or 0x01 is prepended to the input of the internal node hashes, and a single '0' byte, or 0x00 is prepended to the input of the leaf node hashes. |  | | If the the segment size is equal to or larger than the file to be hashed, the tree hash value is the value of the single segment's value, which is the same as the underlying hash algorithm value for the whole file. |  | | Such tree hash data structures assist in file integrity verification, allowing arbitrary subranges of bytes to be verified before the entire file has been received. |
|
http://open-content.net/specs/draft-jchapweske-thex-02.html
(2322 words)
|
|
| |
| | Macintosh Underground :: View topic - Tiger Hash |
 | | After the client obtains the password from the user, it computes the hash value using one of the previously defined algorithms. |  | | In 10.2 the NTLM hash was only generated when Windows Sharing was turned on AND the user was "Allowed to connect from Windows" in the users prefpane. |  | | That is, the first 4 bytes of the hash are salt, and the remaining 20 bytes are the SHA1 result. |
|
http://freaky.staticusers.net/ugboard/viewtopic.php?t=17175&start=15&sid=4abaaa4b0ff9b8cdaa4e66c0f8082904
(1910 words)
|
|
| |
| | Tiger-hash - README |
 | | The Tiger module allows you to use the Tiger hash algorithm developed by Ross Anderson and Eli Biham in Perl programs. |  | | The hash operation performs the complete series of steps: reset, add, digest on the supplied scalar value, and returns the result as a 24-byte binary string. |  | | A new Tiger context object is created with the new operation. |
|
http://cpan.uwinnipeg.ca/htdocs/Tiger-hash/README.html
(273 words)
|
|
| |
| | Tiger (GNU cryptographic primitives and tools, version 2.0.0) |
 | | Tiger was designed by Ross Anderson and Eli Biham, with the goal of producing a secure, fast hash function that performs especially well on next-generation 64-bit architectures, but is still efficient on 32- and 16-bit architectures. |  | | the bytes to pad the remaining bytes in the buffer before completing a hash operation. |  | | Returns the byte array to use as padding before completing a hash operation. |
|
http://www.gnu.org/software/gnu-crypto/manual/api/gnu/crypto/hash/Tiger.html
(190 words)
|
|
| |
| | Encryption Tutorial Lesson 2 |
 | | Hashes are binary, which means the stuff in $hash_of_string is binary data. |  | | Now create the hash, by assigning the value of the output of the mhash() function to a variable. |  | | When you create a hash, you're only creating a digital summary of the string or file in question. |
|
http://www.webmonkey.com/webmonkey/00/20/index4a.html
(774 words)
|
|
| |
| | Quickhash Library, Profpdf Protection Manager, Hashcalc - 128 Software |
 | | Fast calculator to compute hash, checksum, HMAC values for file, text and hex string. |  | | Quickly compute hash checksum and HMAC values for files text and hex strings |  | | Fast highly optimized implementation of popular hash CRC and HMAC algorithms |
|
http://www.winpigs.com/files/128.html
(498 words)
|
|
| |
| | AskTom "Hashing vs. Passwords" |
 | | Should be, but aren't.) You (the attacker) now can't just compute the hash of every imaginable password and match the hashes against what you've stolen; you'll get no matches, because you didn't include the salt. |  | | If so, is it possible for somebody who know the md5 algorithm to reverse the logic and generate a 'password' from the hash and username. |  | | And that makes the database several times larger, increases the time needed to compute all the hashes several times over, increases the time needed to find things several times over, etc. In short, adding salt makes it that little bit harder to anyone wanting to break in. |
|
http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:15670241075250
(2541 words)
|
|
| |
| | AudioSense.org - Add Tiger Tree Hash to AccurateRip DB Poll |
 | | IF the root hash matches there is no reason to verify the chunks, but if the root does not match you could attempt to verify chunks of the file to see if a segment can be identified that is corrupt. |  | | Adding Tiger Tree Hashes to the Accurate Rip Database could allow for greatly increased functionality and versitility when using the database. |  | | Also, as stated before, the function inevitably is left up-to the developers, but end-user input has been known to move mountains in coder world |
|
http://www.audiosense.org/forum/showthread.php?t=157
(824 words)
|
|
| |
| | QuickHash Library - Implementation of 17 most popular hash and checksum algorithms: MD2, MD4, MD5, SHA1, SHA256, ... |
 | | The library allows Windows developers to perform hash, checksum and HMAC calculations for memory blocks, strings, blobs, streaming data and files in their applications. |  | | A highly optimized implementation of the most popular hash, checksum and HMAC algorithms. |  | | The library allows to calculate hashes (message digests), checksums and HMACs for files, memory blocks, strings, blobs, streaming data. |
|
http://www.slavasoft.com/quickhash
(519 words)
|
|
| |
| | ThexCS - TTH (tiger tree hash) maker in C# - The Code Project - C# Programming |
 | | Also, I found that the "tree compress" (the part that computes the internal hash) is very fast and almost doesn't take any time, so I decided to add threads and split the file into parts for each thread to handle simultaneously. |  | | After analyzing the performance of the ThexOptimized version, I found out that the stage which consumes the most of the time was the data pulling from the file into the buffer. |  | | ThexCS - TTH (tiger tree hash) maker in C# - The Code Project - C# Programming |
|
http://www.codeproject.com/csharp/ThexCS.asp
(667 words)
|
|
| |
| | Hash |
 | | In computer science hash could be short for one of the following... |  | | Hash (company) Hash, Inc. is a software company that has been making and selling 3D character animation software since 1... |  | | Distributed hash table A distributed hash table (DHT), is a technology based on hash tables enabling identification and... |
|
http://www.brainyencyclopedia.com/topics/hash.html
(318 words)
|
|
| |
| | Tiger Hash implementation for MSX |
 | | You can find the programs TIGERSUM and TGRBENCH, one to calculate tiger hashes of files with and the other to run a benchmark, on his homepage. |  | | Laurens Holst (Grauw) has created an MSX/Z80 implementation of the Tiger hash algorithm. |  | | Since I only use this routine to hash short passwords and the like, I never though on optimizing it, if at all possible. |
|
http://www.msx.org/newspost2080.html
(611 words)
|
|
| |
| | Tiger hash section at Free Download Manager |
 | | Free, fast calculator to compute hash, checksum, HMAC values for file, text and hex string. |  | | Iside compares files and folders by computing their hash code (MD5,SHA1,...). |  | | The library allows to calculate hashes (message digests), checksums and HMACs for files, memory blocks, strings, streaming data. |
|
http://www.freedownloadmanager.org/downloads/tiger_hash_info
(426 words)
|
|
| |
| | hash function - OneLook Dictionary Search |
 | | hash function : Free On-line Dictionary of Computing [home, info] |  | | hash function : Hutchinson Dictionary of Computers, Multimedia, and the Internet [home, info] |  | | hash function : Glossary of Communications, Computer, Data, and Information Security Terms [home, info] |
|
http://www.onelook.com/cgi-bin/cgiwrap/bware/dofind.cgi?word=hash+function
(140 words)
|
|
| |
| | [No title] |
 | | His recommendation to introduce new hashing algorithms was to upgrade the version number of the protocol packets. |  | | For example, many current systems include the SHA-1 hash of the contents of a file, and this hash value can be represented for user or programmatic sharing in base-32 encoded form [5, 6, 7, 8]. |  | | Some sort of computational voodoo not yet predicted (causing a radical speedup in "Moore's Law") _in addition to_ "big" protocol breaks that put some of these hashes within the reach of some of these "100 years before their time" computers [and yes, quantum computers are already on this predicted timeline]. |
|
http://zgp.org/pipermail/p2p-hackers/2002-November.txt
(18562 words)
|
|
| |
| | dBforums - Tiger Hash Function in Python |
 | | What I dare is, what if I use Python to compute Tiger hash for big |  | | > e.g tiger of 1024 bytes chunks of a 650 - 1 GB files (650k-1M function |  | | e.g tiger of 1024 bytes chunks of a 650 - 1 GB files (650k-1M function |
|
http://dbforums.com/t822581.html
(828 words)
|
|
| |
| | Vadino.ru - результаты поиска для 'tiger' (54 items): tiger, game, games, crc, submitted, demos, ... |
 | | The Hyper Hasher Suite allows you to assess 26 dissimilar hash / checksum and HMAC values for any case on your system, while the HashFile utility adds bolster for MD5 and SFV case creation and verification. |  | | Window Monkey is a shareware program that adds customizable background patterns to Finder windows and gives users a available window steersmanship menu. |  | | An easy-to-use calculator that allows to compute message digests, checksums and HMACs after files, as rich as after text and hex strings. |
|
http://www.vadino.ru/q/tiger.html
(601 words)
|
|
| |
| | Mhash |
 | | In the later versions some key generation algorithms, which use hash algorithms, have been added. |  | | These algorithms can be used to compute checksums, message digests, and other signatures. |  | | If you like libmhash and you'd like to contribute to the development process, you should subscribe to the mhash mailing list. |
|
http://mhash.sourceforge.net
(320 words)
|
|
| |
| | Encyclopedia: Tiger Tree Hash |
 | | TigerTree is calculated by applying the Tiger hash to 1024-byte blocks of a stream, then combining the interim values through a binary hash tree. |  | | While the basic idea of a tree is neat, a simple tree is no stronger than the hashes used so if Tiger later turns out to be not as secure as it was thought, a simple Tiger Tree could become easy prey. |  | | Tigertree is a hash tool implementing the TigerTree cryptographic hash. |
|
http://www.nationmaster.com/encyclopedia/Tiger_Tree-Hash
(216 words)
|
|
| |
| | Tiger: A Fast New Hash Function - Anderson, Biham (ResearchIndex) |
 | | Anderson, E. Biham, "Tiger: a fast new hash function," Fast Software Encryption, LNCS 1039, D. Gollmann, Ed., Springer-Verlag, 1996, pp. |  | | 25 A Fast Software One-Way Hash Function (context) - Merkle - 1990 |  | | @inproceedings{ anderson96tiger, author = "Anderson and Biham", title = "Tiger: {A} Fast New Hash Function", booktitle = "{IWFSE}: International Workshop on Fast Software Encryption, {LNCS}", year = "1996", url = "citeseer.csail.mit.edu/anderson96tiger.html" } |
|
http://citeseer.lcs.mit.edu/anderson96tiger.html
(430 words)
|
|
| |
| | Talisman tiger texture |
 | | I made only the black stripes texture.I use for this treshold fonction of photoshop on the tiger mask decals version 1. |  | | I use different level of treshold in photoshop (and invert)to obtain this maps |  | | Picture are modified in photoshop to fit with the screenshot of the models. |
|
http://www.hash.com/users/alweb/tutorial5/tiger2.htm
(343 words)
|
|
| |
| | Gtk-Gnutella: tiger.h File Reference |
 | | Runs some test cases to check whether the implementation of the tiger hash algorithm is alright. |  | | Go to the source code of this file. |  | | Generated on Sat Dec 17 01:27:22 2005 for Gtk-Gnutella by |
|
http://gtk-gnutella.sourceforge.net/doxygen/tiger_8h.html
(50 words)
|
|
| |
| | Macintosh Underground :: View topic - No Subject |
 | | A solution to extract the passwords from the hashes in Mac OS X Tiger of course. |  | | I would like it if someone could continue searching for the solution, lol. |
|
http://freaky.staticusers.net/ugboard/viewtopic.php?p=100173&sid=9118c877f7d7b0915df0de61718303e3
(862 words)
|
|
| |
| | [GNU Crypto] My public domain Tiger hash implementation |
 | | Recently I have reworked on it to find other possible optimizations and now it really outperforms all existing implementations in Java (including the current GNU Crypto version, and the commercial Cryptix version). |  | | There's no company interest in it, and this class is already used (in its past version) by several GPL'ed projects. |  | | Note that I have spent some time to maximize the speed of the Tiger hash function, and I wrote my own version nearly two years ago, that I published in a Yahoo Group as a public domain version. |
|
http://lists.gnu.org/archive/html/gnu-crypto-discuss/2004-03/msg00000.html
(278 words)
|
|
| |
| | [No title] |
 | | If you want to use IDEA (and have the legal right), follow the instructions found on the Mac GPG Website in howto-install-IDEA. |  | | Version 4.12 (16 March 2005) Introduction: This document describes how to build GnuPG on Mac OS X 10.2+. |  | | TIGER is not more part of the OpenPGP standard. |
|
http://macgpg.sourceforge.net/en/docs/howto-build-gpg-osx.txt.asc
(518 words)
|
|
| |
| | Encyclopedia4U - List of cryptology topics - Encyclopedia Article |
 | | The Codebreakers -- The Communications Theory of Secrecy Systems -- TEMPEST -- Tiger hash function -- timing attack -- traffic analysis -- trapdoor function -- Twofish encryption algorithm -- |  | | hardware random number generator -- hash function -- Henryk Zygalski -- |
|
http://www.encyclopedia4u.com/l/list-of-cryptology-topics.html
(601 words)
|
|
| |
| | Bitzi Bitzi Bitprint Definition |
 | | TigerTree is based on the Tiger hash algorithm, applied to each 1024-byte block of a file, then combined up through a binary hash tree to a final summary value. |  | | We take both the SHA1 hash of a file, and the "TigerTree" hash of a file. |  | | Such a composited hash tree value allows compact proofs that file fragments combine to form the full file - a useful quality for verifying or resuming downloads-in-progress from unreliable peers, among other applications. |
|
http://bitzi.com/developer/bitprint
(184 words)
|
|
| |
| | TigerDNA - Wikipedia, the free encyclopedia |
 | | And finally, the last one, is a description made of 3 blocks of 64 bit for each Mb of the file. |  | | It works by dividing the file in blocks of 1Mb and hashing them with "Tiger hash function". |  | | It is used to make DNAs of files using the Tiger hash function. |
|
http://en.wikipedia.org/wiki/TigerDNA
(216 words)
|
|
| |
| | Grauw’s web spot - Projects - MSX - Tiger Hash |
 | | In a momentary lapse of reason I decided I felt like implementing a Tiger hash algorithm on the MSX. |  | | The tiger hash is a hash algorithm designed for 64-bit systems, but it is supposed to scale down fairly well. |  | | Grauw’s web spot - Projects - MSX - Tiger Hash |
|
http://www.grauw.nl/projects/msx/tiger.php
(156 words)
|
|
| |
| | Tiger (jMule: a Java massive parallel file sharing client) |
 | | Tiger (jMule: a Java massive parallel file sharing client) |  | | Licensed under the terms of GNU GP License. |  | | Implemation based on paper by Ross Andernson and Eli Biham: "Tiger: A Fast New Hash Function" and their c implemtion see http://www.cs.technion.ac.il/~biham/Reports/Tiger/ and http://www.cl.cam.ac.uk/users/rja14/ |
|
http://jmule.sourceforge.net/doc/javadoc/org/jmule/util/Tiger.html
(180 words)
|
|
| |
| | .:: KF Webs: News: Some more MySQL UDFs ::. |
 | | I wrote a couple more User Defined Functions for MySQL today, this time adding support for Whirlpool and Tiger, respecivey 512bit and 192 bit hash functions. |  | | Tiger is a cryptographic hash function designed by Ross Anderson and Eli Biham in 1996 with a view for efficiency on 64-bit platforms. |  | | The size of a Tiger hash value is 192 bits. |
|
http://www.kfwebs.net/news?id=84
(162 words)
|
|
| |
| | [No title] |
 | | config CRYPTO_SHA1_Z990 tristate "SHA1 digest algorithm for IBM zSeries z990" depends on CRYPTO && ARCH_S390 help SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). |  | | config CRYPTO_TGR192 tristate "Tiger digest algorithms" depends on CRYPTO help Tiger hash algorithm 192, 160 and 128-bit hashes Tiger is a hash function optimized for 64-bit processors while still having decent performance on 32-bit processors. |  | | config CRYPTO_WP512 tristate "Whirlpool digest algorithms" depends on CRYPTO help Whirlpool hash algorithm 512, 384 and 256-bit hashes Whirlpool-512 is part of the NESSIE cryptographic primitives. |
|
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/xeno-unstable.bk/linux-2.6.12-xen0/crypto/Kconfig
(1064 words)
|
|
| |
| | GotDotNet User Sample: Tiger.NET - a fast implementation of the Tiger Hash Algorithm |
 | | GotDotNet User Sample: Tiger.NET - a fast implementation of the Tiger Hash Algorithm |  | | The code is written in Visual Basic.NET and implements the common HashAlgorithm of the.NET Framework 1.1, allowing it to be used with standard classes like CryptoStream. |  | | Tiger.NET - a fast implementation of the Tiger Hash Algorithm |
|
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=8699549f-d0ee-40f6-b53f-6d92bee3cf9f
(160 words)
|
|
| |
| | Docs for page TIGER.php |
 | | Wrapper class for data hashing using the TIGER algorithm |
|
http://www.scripps.edu/~jesusmc/pear/docs/Message/_Message_Hash_TIGER_php.html
(21 words)
|
|
| |
| | Mhash Functions - PHP Manual- PHP - WebWysardry at Spaceports |
 | | The general rule is that you can access the hash algorithm from PHP with MHASH_HASHNAME. |  | | $hash = mhash (MHASH_MD5, $input); print "The hash is ".bin2hex ($hash)." \n"; $hash = mhash (MHASH_MD5, $input, "Jefe"); print "The hmac is ".bin2hex ($hash)." \n"; ?> |  | | mhash supports a wide variety of hash algorithms such as MD5, SHA1, GOST, and many others. |
|
http://pluto.spaceports.com/~wysardry/php/manual/ref.mhash.html
(244 words)
|
|
| |
| | [No title] |
 | | This module implements the tiger hash, which returns a 192-bit hash value. |  | | For more information about the hash: http://www.cs.technion.ac.il/~biham/Reports/Tiger/ Usage: use Digest::Tiger; # hash() returns a 192 bit hash my $hash = Digest::Tiger::hash('Tiger') # hexhash() returns a hex representation of the 192 bits... |
|
http://www.cpan.org/modules/by-module/Net/CLINTDW/Digest-Tiger-0.02.readme
(112 words)
|
|
| |
| | hashing speed - Gelato@UNSW WiKi |
 | | Several sizes, ranging from 100 bytes to 1MB, are hashed 100 times each. |  | | The 64 bit optimised tiger hash performs well on the Itanium, but not on the 32 bit machines. |  | | The benchmark tests the hashing speed of several different hashing functions on a buffer of pseudo-random data. |
|
http://www.gelato.unsw.edu.au/IA64wiki/hashing_20speed
(412 words)
|
|
| |
| | Tiger-Tree Hash: Information From Answers.com |
 | | The Tiger-Tree Hash is calculated by applying the Tiger hash to 1024-byte blocks of a stream, then combining the interim values through a binary hash tree. |  | | A Tiger-Tree Hash is a type of cryptographic hash function ensuring that smaller parts of a file is both valid and free from corruption. |  | | Tiger-Tree Hashes are frequently used in file sharing software/protocols like Direct Connect, BearShare and Shareaza. |
|
http://www.answers.com/topic/tiger-tree-hash
(140 words)
|
|
| |
| | Talk:Tiger-Tree Hash - Wikipedia, the free encyclopedia |
 | | My suggestion on how to write the Use in software section: "Tiger-Tree Hashes are frequently used in file sharing applications like Direct Connect and BearShare." I don't feel there is a need to explain what the Tiger-Tree Hashes are being used for, as it is explained in the first part of the article. |  | | I am thinking of merging the Tiger-Tree Hash article into a subsection of Hash tree. |  | | Please respond on the talkpage of Hash tree if you have any comments. |
|
http://www.wikipedia.org/wiki/Talk:Tiger-Tree_Hash
(119 words)
|
|
| |
| | Security of Tiger hash algorithm? |
 | | I ask this because there are two different implementations |  | | Does anyone know of any analyses of Tiger? |  | | Groupsrv.com Topic Name : Security of Tiger hash algorithm? |
|
http://www.groupsrv.com/science/about10618.html
(269 words)
|
|
| |
| | Re: [Gzz] One-time signature possibilities |
 | | I put in a thinko here: I treated SHA-1 + Tiger as a new hash function, and applied the algorithm to that. |  | | The X+Y means X SHA-1 hashes plus Y Tiger hashes. |  | | Instead, we can simply run the algorithm twice: Once with SHA-1, to sign the SHA-1 hash, and once with Tiger, to sign the Tiger/TreeTiger hash. |
|
http://lists.gnu.org/archive/html/gzz-dev/2003-05/msg00091.html
(274 words)
|
|
| |
| | [Python-Dev] New Module? Tiger Hashsum |
 | | So I thought that's it's maybe time again to contribute :-) It was a quite straight forward task to write a wrapper that is able to calculate such hash-sums from Python, besides the tiger.c/tiger.h it's only a few lines of code. |  | | It runs perfect under Linux with distutils - I guess someone who knows windows better has to look for a windows port beacuse of the 'long long' integers (shouldn't be too hard)... |  | | Shall I send it to someone of you developers? |
|
http://mail.python.org/pipermail/python-dev/2003-March/034191.html
(168 words)
|
|
| |
| | [p2p-hackers] Python module with Tiger hash? |
 | | This means you need to prepend 0x00 to the leaves, and 0x01 to the internal nodes before hashing. |  | | Previous message: [p2p-hackers] Python module with Tiger hash? |  | | Next message: [p2p-hackers] Python module with Tiger hash? |
|
http://zgp.org/pipermail/p2p-hackers/2003-May/001206.html
(140 words)
|
|
| |
| | [No title] |
 | | We were in Wadi Digla Protectorate again for Hash 1256, but this time we were even further in. |  | | We could see some of them marooned on the cliff tops, but somehow they too eventually got the knack of the descent. |  | | We then welcome back General Seamen who gives us a spirited rendition of that old fave, 'A Soldier's Life', before refreshments are distributed to Emma of Shoueifat School and Skid Marks, who'd been spotted Hash Slashin'. |
|
http://www.cairohash.com/htrash/ht1256.htm
(750 words)
|
|
| |
| | [Mldonkey-bugs] tiger hash alignment bug on Solaris/sparc |
 | | It's quite surely not the right place and the right way to do this, but it seems to work so far for me... |  | | Prev by Date: Re: [Mldonkey-bugs] Recent Version of mldonkey doesn'T extract some torrent files |  | | [Mldonkey-bugs] tiger hash alignment bug on Solaris/sparc, Gabriel Forté |
|
http://mail.gnu.org/archive/html/mldonkey-bugs/2004-02/msg00006.html
(124 words)
|
|
| |
| | tiger hash algorithm |
 | | Dear Sir, I am a M.Sc student, studying for University of East London, Please email me the tiger hash algorithm. |  | | Next by thread: Compatibility testing goals and planning |  | | Prev by Date: Tires of Cable TV raising there rates!!! |
|
http://www.imc.org/ietf-openpgp/mail-archive/msg03315.html
(56 words)
|
|
| |
| | Johor Directory |
 | | Men only hash that runs weekly on Friday at 1800 hrs. |  | | Men Only Hash that runs weekly on Tuesday at 1800 hrs. |  | | Men Only Hash that runs weekly on Monday at 1800 hrs. |
|
http://www.malaysiahash.com/states/johor.html
(1414 words)
|
|
|