Team:Davidson-Missouri Western/Tables of Outputs
From 2008.igem.org
Krmuscalino (Talk | contribs) |
Krmuscalino (Talk | contribs) |
||
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
'''Table Generators''' | '''Table Generators''' | ||
- | [[Media:Testhash.m| | + | [[Media:Testhash.m|Table of Hash Outputs for Any Alphabet]] |
- | + | This code generates a table of hash outputs generated by both the split and spoke models for each message (of indicated length) and key combinations (from indicated alphabet). The user must input the starting character of the alphabet, the ending character of the alphabet, and the length of the message. | |
- | + | ||
- | + | ||
- | + | ||
- | [[Media:Testhash128.m| | + | [[Media:Testhash128.m|Table of Hash Outputs for Fixed 128 Character Alphabet]] |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | This code generates a table of hash outputs generated by both the split and spoke models for each message (of indicated length) and key combinations (from full 128 character ascii alphabet). The user must input the starting character of the alphabet, the ending character of the alphabet, and the length of the message. | ||
+ | |||
---- | ---- | ||
Line 27: | Line 19: | ||
[[Media:Spoketest.m|Spoke Model]] | [[Media:Spoketest.m|Spoke Model]] | ||
- | + | This code hashes all messages with the spoke model to any fixed amount of characters in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in the user's alphabet, and the number of characters desired in the output. This code assumes that the decimal value of the starting character of the alphabet is 0. |
Latest revision as of 21:12, 29 October 2008
Table Generators
Table of Hash Outputs for Any Alphabet
This code generates a table of hash outputs generated by both the split and spoke models for each message (of indicated length) and key combinations (from indicated alphabet). The user must input the starting character of the alphabet, the ending character of the alphabet, and the length of the message.
Table of Hash Outputs for Fixed 128 Character Alphabet
This code generates a table of hash outputs generated by both the split and spoke models for each message (of indicated length) and key combinations (from full 128 character ascii alphabet). The user must input the starting character of the alphabet, the ending character of the alphabet, and the length of the message.
The Models
This code hashes all messages with the split model to a single character in the output. The user must input a message in string format and a key (one character) in string format.
This code hashes all messages with the spoke model to any fixed amount of characters in the output. The user must input a message in string format, a key (one character) in string format, the number of characters in the user's alphabet, and the number of characters desired in the output. This code assumes that the decimal value of the starting character of the alphabet is 0.