- Impact
- 15
Hi,
I think I've just found a way to allow people to have reserves on their auctions here without having to moderate it.
Imagine I had a reserve price. I would hash the reserve price with a hash function such as SHA1 or MD5. During the auction, I will post only the hash, e.g.:
SHA1: 966da0b734f5deccbb2156b69279dba4dbd3a31d
After the auction, I will disclose the original reserve price, of '$15.21' and people can test to see if it matches with the provided hash. Of course, a short 5-character string can be brute-forced and cracked. To solve this: a 'salt' should be added to the original string, or type it up like this 'fifteen dollars and twenty one cents'.
What do you think? (Sorry if I didn't explain it too well)
I think I've just found a way to allow people to have reserves on their auctions here without having to moderate it.
Imagine I had a reserve price. I would hash the reserve price with a hash function such as SHA1 or MD5. During the auction, I will post only the hash, e.g.:
SHA1: 966da0b734f5deccbb2156b69279dba4dbd3a31d
After the auction, I will disclose the original reserve price, of '$15.21' and people can test to see if it matches with the provided hash. Of course, a short 5-character string can be brute-forced and cracked. To solve this: a 'salt' should be added to the original string, or type it up like this 'fifteen dollars and twenty one cents'.
What do you think? (Sorry if I didn't explain it too well)





