dshafik / securepasswords.info

A polyglot repo of examples for using secure passwords (typically bcrypt)
https://securepasswords.info
Apache License 2.0
38 stars 13 forks source link

First crack at a Go example. #5

Closed paddycarver closed 4 years ago

paddycarver commented 9 years ago

Still needs proof reading and to be tested to make sure I didn't typo any of the code.

dshafik commented 9 years ago

Hey @paddyforan can you add the author (and optionally sponsor) info to the meta-info.

It should look something like this:

author: "Davey Shafik"
author_url: "http://daveyshafik.com"
author_twitter: "dshafik"
gravatar: "fee39f0c0ffb29d9ac21607ed188be6b"
sponsor: "Engine Yard"
sponsor_url: "https://www.engineyard.com"
sponsor_twitter: EngineYard
sponsor_image: "http://securepasswords.info/themes/dshafik/securepasswords.info/assets/images/engineyard.png"

Where the gravatar is the hash for your email for your gravatar. I'm not currently using/displaying this info, but I want it in the repo and plan to expose it at some point.

paddycarver commented 9 years ago

I totally haven't forgotten about this. I've just been a bit busy (as you know). Hopefully I'll get this PR cleaned up shortly and it'll be ready for a merge.