Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 969 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 969 Bytes

#Heartbleed Passphrase Generator

Generates secure, memorable passphrases in the wake of Heartbleed

##Description

This tool generates secure, memorable passphrases. It is based upon the [XKCD password generator project](https://github.com/redacted/XKCD-password-generator. In the wake of the Heartbleed problem it is important to change passwords used for SSL-based services (most web sites and services use SSL for security). For more information about the Heartbleed vulnerability, go here. Please tweet @OxC0FFEE about this tool. The source is available on github.

##Development

This tool is still in development. As such, the code should be considered pre-alpha. Do not use this for production-quality work. You have been warned.

###TODO:

  • Currently, passphrase generation is nonfunctional, pending porting XKCD password generator to Javascript.