Post
Topic
Board Gambling
Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com)
by
RHavar
on 31/01/2016, 21:20:14 UTC
It's generated client side so more advanced users can still pick their own :-)

Yup, that's by design. But even still the server does do some basic sanity checking. e.g. You can't pick 'password' as your password.

Quote
I suggest you make the client side generator 4 English words from this wordlist: https://github.com/bitcoin/bips/blob/master/bip-0039/english.txt

It will be a similar amount of entropy as your generator (~44bits along with reCAPTCHA) but much easier to remember and write down.  

http://preshing.com/20110811/xkcd-password-generator/

I was thinking about that, but the primary problem is that it looks easy to remember. For instance the password I got: "wolf curve arrow wing", which looks easy enough to remember, so I'm probably not going to write it down. But unless I use it every day, it's something that I will forgot.

Quote
Edit:
You can even get by on just 3 words (33bits) since this will be 8.5 billion combinations.  Cost to solve 1000 google reCAPTCHAs ~ $0.80 cents. And no one has $6 million USD in their bustabit account to be targeted.

The long term goal is to actually remove the recaptcha (although still have a sort of fail2ban) completely =)