Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Updated README. Updated file structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Jul 2, 2020
1 parent 0d72b56 commit a1c91c2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 23 deletions.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The [Diceware Password Generator][dpg] is open-source software written in Python

Using Dicewear as a methodology ensures that not only is a password like `mumbo-giver-alarm-lived-gig-wages-exit` easy to memorise, it is over **100 times**<sup>[[2]](#fn2)</sup> more secure than traditional passwords such as this `%u}+6:~TY/(8uR[/vB`.

The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly.
The Diceware Password Generator was made to simplify the creation of these easy, yet very difficult to hack passwords on the fly.

## Installation and Usage
There is a [dedicated project page][dpg] for the [Diceware Password Generator][dpg]. You can head on over to that page to read more about:
Expand All @@ -27,13 +27,13 @@ You can also [download the latest release][download] if you'd like to start gett
[diceware]: http://www.diceware.com/
[eff]: http://www.eff.org
[dpg]: https://justin.hartman.me/projects/diceware-password-generator.html
[dpg]: https://hartman.me/projects/diceware-password-generator.html
[download]: https://github.com/justinhartman/diceware-password-generator/releases
[install]: https://justin.hartman.me/projects/diceware-password-generator.html#installation
[wordlist]: https://justin.hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists
[use]: https://justin.hartman.me/projects/diceware-password-generator.html#usage
[examples]: https://justin.hartman.me/projects/diceware-password-generator.html#usage-examples
[licensing]: https://justin.hartman.me/projects/diceware-password-generator.html#license
[credits]: https://justin.hartman.me/projects/diceware-password-generator.html#credits
[links]: https://justin.hartman.me/projects/diceware-password-generator.html#links
[release]: https://justin.hartman.me/projects/diceware-password-generator-release-notes.html
[install]: https://hartman.me/projects/diceware-password-generator.html#installation
[wordlist]: https://hartman.me/projects/diceware-password-generator.html#clone-repo-and-download-the-word-lists
[use]: https://hartman.me/projects/diceware-password-generator.html#usage
[examples]: https://hartman.me/projects/diceware-password-generator.html#usage-examples
[licensing]: https://hartman.me/projects/diceware-password-generator.html#license
[credits]: https://hartman.me/projects/diceware-password-generator.html#credits
[links]: https://hartman.me/projects/diceware-password-generator.html#links
[release]: https://hartman.me/projects/diceware-password-generator-release-notes.html
8 changes: 7 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes
This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software.
This is a dedicated page which documents the changes made to the [Diceware Password Generator][diceware] as well as all the release notes for the software.

## v1.0.4
Release Date: 2 July 2020

- Fixed links in the README.
- Better structure for GitHub issues.

## v1.0.3
Release Date: 21 March 2018
Expand Down
7 changes: 3 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
theme: jekyll-theme-leap-day
title: Diceware Password Generator
description: Diceware password generator with multiple variations; written in Python.
url: https://justin.hartman.me/diceware-password-generator/
url: https://hartman.me/diceware-password-generator/
publisher: Justin Hartman
lang: en_GB
author:
name: Justin Hartman
email: justin@hartman.me
uri: https://justin.hartman.me/
uri: https://hartman.me/
image: https://avatars3.githubusercontent.com/u/717118?s=460&v=4
twitter:
username: justinhartman
Expand All @@ -18,9 +18,8 @@ social:
name: Justin Hartman
links:
- https://twitter.com/justinhartman
- https://www.facebook.com/justin.hartman.me
- https://www.facebook.com/justinhartman.blog
- https://www.linkedin.com/in/justinhartman
- https://plus.google.com/+iamjustinhartman
- https://github.com/justinhartman
- https://www.instagram.com/justin.hartman
- https://www.pinterest.com/iamjustinhartman
Expand Down
8 changes: 0 additions & 8 deletions diceware.sublime-project

This file was deleted.

0 comments on commit a1c91c2

Please sign in to comment.