# HG changeset patch # User Bernhard Reiter # Date 1601816146 -7200 # Node ID 15d5b39610096a31e40092568369df0502ff8827 # Parent 35c468a37b54c515d36d5ceff6123cd137287713 Remove BETA tag and update links to Go and dict diff -r 35c468a37b54 -r 15d5b3961009 ppgen.py --- a/ppgen.py Wed Oct 02 15:04:28 2019 +0200 +++ b/ppgen.py Sun Oct 04 14:55:46 2020 +0200 @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Create a random passphrase from a dictionary of words. BETA +"""Create a random passphrase from a dictionary of words. Relies on the entropy of python's random.SystemRandom class @@ -12,16 +12,16 @@ * Python v>=3.2 * a dictionary, Ding's trans-de-en by default. E.g. on a Debian/Ubuntu system in package "trans-de-en". - or from http://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en/ + or from https://ftp.tu-chemnitz.de/pub/Local/urz/ding/de-en/ Uses a hardcoded filepath and language. Search for **customize** below to change it. -Related: There is a Go implementation started by Sascha L. Teichmann at - https://bitbucket.org/s_l_teichmann/ppgen +Related: There is a Go implementation by Sascha L. Teichmann at + https://gitlab.com/sascha.l.teichmann/ppgen -Copyright 2016, 2017, 2018 by Intevation GmbH. +Copyright 2016, 2017, 2018, 2019 by Intevation GmbH. Author: Bernhard E. Reiter This file is Free Software under the Apache 2.0 license and thus