Team:Davidson-Missouri Western/Ideal Hash Function Characteristics
From 2008.igem.org
Macampbell (Talk | contribs) |
|||
Line 6: | Line 6: | ||
!align="center"|[[Team:Davidson-Missouri_Western/Notebook|Notebook]] | !align="center"|[[Team:Davidson-Missouri_Western/Notebook|Notebook]] | ||
|} | |} | ||
- | |||
- | |||
- | + | To be functional, hash functions must have certain key properties. These are listed and illustrated below. | |
+ | '''Reduces Text Down for Authentication''' | ||
[[Image:Slide01.jpg|350px]] | [[Image:Slide01.jpg|350px]] | ||
- | + | '''Not Reversible''' - From any given output, it would be virtually impossible to work backwards to get the input. | |
- | + | '''Each Input Has Exactly One Output''' - One input will always hash to the same one output. | |
- | + | '''Arbitrary Input Length and Fixed Output Length''' | |
Documents of unlimited length can be hashed and all documents should hash to outputs of equal (brief) length. Enables user to detect authentication quickly and ensures hash values do not give info about length of original document. | Documents of unlimited length can be hashed and all documents should hash to outputs of equal (brief) length. Enables user to detect authentication quickly and ensures hash values do not give info about length of original document. | ||
- | + | '''At Least One Collision''' | |
A collision occurs when two inputs hash to the same output. At least one collision is needed so that each input does not correspond to a unique hash output to assure the function is not reversible. | A collision occurs when two inputs hash to the same output. At least one collision is needed so that each input does not correspond to a unique hash output to assure the function is not reversible. | ||
- | + | '''Minimal Collisions''' | |
Although at least one collision is needed, an ideal hash function will equally partition to all possible hash values. | Although at least one collision is needed, an ideal hash function will equally partition to all possible hash values. | ||
[[Image:Slide02.jpg|350px]] | [[Image:Slide02.jpg|350px]] | ||
- | + | '''Unpredictable Collisions''' | |
If collisions are predictable, patterns that can define the function become apparent. (only secure if it takes more than 280 attempts to deliberately create 2 colliding documents). | If collisions are predictable, patterns that can define the function become apparent. (only secure if it takes more than 280 attempts to deliberately create 2 colliding documents). | ||
- | + | '''Speedy''' | |
Tags document in the split-second it's electronically transmitted (Mackenzie) | Tags document in the split-second it's electronically transmitted (Mackenzie) | ||
[[Team:Davidson-Missouri_Western/Speed of Spoke Test|Speed of Spoke Test]] | [[Team:Davidson-Missouri_Western/Speed of Spoke Test|Speed of Spoke Test]] |
Revision as of 01:32, 30 October 2008
Home | The Team | E. nigma Project | Parts Submitted to the Registry | Notebook |
---|
To be functional, hash functions must have certain key properties. These are listed and illustrated below.
Reduces Text Down for Authentication
Not Reversible - From any given output, it would be virtually impossible to work backwards to get the input.
Each Input Has Exactly One Output - One input will always hash to the same one output.
Arbitrary Input Length and Fixed Output Length Documents of unlimited length can be hashed and all documents should hash to outputs of equal (brief) length. Enables user to detect authentication quickly and ensures hash values do not give info about length of original document.
At Least One Collision A collision occurs when two inputs hash to the same output. At least one collision is needed so that each input does not correspond to a unique hash output to assure the function is not reversible.
Minimal Collisions Although at least one collision is needed, an ideal hash function will equally partition to all possible hash values.
Unpredictable Collisions If collisions are predictable, patterns that can define the function become apparent. (only secure if it takes more than 280 attempts to deliberately create 2 colliding documents).
Speedy Tags document in the split-second it's electronically transmitted (Mackenzie) Speed of Spoke Test
- [http://gcat.davidson.edu/iGEM08/cryptography_graph.pdf International Call for a Better Hash]
Home | The Team | E. nigma Project | Parts Submitted to the Registry | Notebook |
---|