ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Passhashplus rewrite #21

Closed wkenyon closed 10 years ago

wkenyon commented 10 years ago

I've rewritten passhashplus so that it uses the full database, instead of just the url sections of it. This is due to the problem encountered in #20

wkenyon commented 10 years ago

Sorry for the terrible commit messages. I'm very tired.

ericwoodruff commented 10 years ago

Thanks, this is good work, though I might tame the comments a little.

wkenyon commented 10 years ago

Okay, at the risk of being obvious:

git remote add wkenyon https://github.com/wkenyon/passwordhasherplus.git
git checkout master
git checkout -b passhashplus-rewrite
git pull wkenyon passhashplus-rewrite
<delete offensive comments>
git commit --amend ### --amend so that the offensive comments won't even appear in the history.
git checkout master
git merge passhashplus-rewrite
git push origin

---- On Tue, 17 Jun 2014 19:38:14 +0100 Eric Woodruff wrote ----

Thanks, this is good work, though I might tame the comments a little. — Reply to this email directly or view it on GitHub.

ericwoodruff commented 10 years ago

Sorry, I've been busy and away. I hope to get to this by this weekend.

wkenyon commented 10 years ago

Cool, :)

---- On Thu, 10 Jul 2014 00:11:49 +0100 Eric Woodruff wrote ----

Sorry, I've been busy and away. I hope to get to this by this weekend. — Reply to this email directly or view it on GitHub.

ericwoodruff commented 10 years ago

Merged