Hi folks,
I've finally been let out of newbie "heaven".
I am interested in collaborating with others on this quiz (and obviously sharing the prize). If you PM me, I'll be more forthcoming about my answers, but here I will post the sha256 hash of my answers so far, so that we can compare. These are the answers to the Bible dig. I am using lowercase spellings for everything that I have. All answers contain only letters (even the one that asks for the number of horns). All answers are one-word, except for 12, for which I've included two possibilities.
1. fb613b14eef090eef0e73ae6f5948bf34d7974a0cd107125d55257273236f11b
2. 0a8cbff7f48becda6a1c0e1ec178b2ad6eef8928b9dae8bdcc239da932a130b4
3. 74ae323f9b9abcff9669a5a3f88af295529db26bff271851737f47cb6f270698
4. 2e4b9cc2428beb7bff6a56c14d7304e472a23e890e91ef0a6b0b0380e89f9734
5. c2e9d906a4c08d067b35c596257e06570e90dd623d8ba6ab4063c9d6147e25f5
6. e4432baa90819aaef51d2a7f8e148bf7e679610f3173752fabb4dcb2d0f418d3
7. dc9f28b12dd1818ee42ffc92ecb940386214598837348d30d3c6c0b7b57e34c9
8.
9. 43c893e2c167ca6c1beae2d1d7ef102969b645293d256acfa1bf9c0092b853f8
10.30cb57108eab24eb2a91a6ba3e51bca3b850f3fed131a0a6909a9b974cef43de
11.bf8ad1d631968d6744f9d4ac5a699231b74110ad55633844222039d7a3b4839f
12.773d88ed774c85531593d6624d32b6e396e0c10c9560279994732a32a54b378f (from two words with a space between them)
b605d13993abc3abf71d233cac374b641d3b2fb3162c3e2e7494a6a7ab24ce70 (from the second word, without the modifying noun)
13.9d93597c7f0b8c25c609fd5536296f5838df8f7e1b83cb5c60d86facd190ee95
14.a8b7ab91e0fc1cf173a0e0c89e885f27d8d0e59eac5383510a3a71af40225d62
15.36fc81e0b52fd7b92d4360ee156a5cb6e20ccf04fdb8dc832759fcc3cedc48aa
These hashes are just the sha256 hash of the answers. They can be computed in one of several ways:
1. On bitaddress.org, paste
javascript:alert(Crypto.SHA256('answer'));
into the address bar, substitute "answer" with your own word and hit enter. The popup will contain the hash.
2. In node.js use
crypto.createHash('sha256').update('answer').digest('hex')
3. On unix/linux type the following in the command line:
echo -n "answer" | shasum -a 256
For testing purposes, the sha256 of "answer" is 0db52f4076c082518412afd3dd3576e2cb0c63703fd7fed5e23ade60efef31d9