View on GitHub

Gobbledygook

T3h Unh@X@b13 P@$$w0rd $01ut10n

Download this project as a .zip file Download this project as a tar.gz file

Release Notes

2.20160912.64c83fd

Let's face it.

You cannot use Gobbledygook without having a mobile version.

Neither can I! So I decided to write Gobbledygook for Android!

In preparation for the release for Android, this update brings incompatible changes to Gobbledygook.

Changelog

What should I do as an Existing User?

Due to the humongous number of changes, for websites where you've already been using Gobbledygook, it is recommended that you simply reset your password by choosing the "Forgot password" option. Please take note that the password reset page may have a different domain name from the usual login page, so be sure to generate the new password on the usual login page and use it on the reset page.

While there was the possibility of generating the old password given the same salt key by plugging in the domain name with the "www." qualifier and using base64 encoding, the truly incompatible change is the removal of the "_" and "-" from base64-encoded passwords. These were the two special characters in the base64 alphabet (in urlsafe mode), and allowed to remain in the old encoding when there was only one mode for password generation. In the current avatar, the default mode is to include special characters through Z85 encoding, and therefore the "fallback" mode without special characters, which uses base64 encoding, must truly not contain any special characters, and is intended to provide a pure fallback when faced with an appalling site with poor password practices. Given the many such out there still as of 2016, the small inconvenience caused by this incompatibility is probably dwarfed by the usability benefit this mode provides.