From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id 4F3E52AC7E for ; Tue, 12 Mar 2024 17:47:33 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 3B889428AD; Wed, 13 Mar 2024 02:47:29 +1000 (AEST) Received: from cipher.guardiandigital.com (bwipropemail.guardiandigital.com [209.216.94.60]) by minnie.tuhs.org (Postfix) with ESMTPS id 07E83428AC for ; Wed, 13 Mar 2024 02:47:25 +1000 (AEST) Received: from smtpclient.apple (farmgate.cheswick.com [96.93.158.217]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: ches) by cipher.guardiandigital.com (Postfix) with ESMTPSA id 4D8EC1AF62FFE for ; Tue, 12 Mar 2024 12:47:23 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.11.0 cipher.guardiandigital.com 4D8EC1AF62FFE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cheswick.com; s=default; t=1710262043; bh=vuqYjtfOmHfjYL81auyXObT2pEhUnJJcZvNwnbTttGE=; h=From:Subject:Date:References:To:In-Reply-To:From; b=UgOZ5UiCVOhrWBbjbRZKG9JUQ8IXuT0AZRalMCkTStOksJBIUAYVfXbxAbArT+kyP L0QTjc58DFHnkawVllslPsSqEga+5tqnMpf6jktITRLMRriuxmfV8g1YyDoOOMfsBL 9QFM2RFtsgRpGJeOttyJtnZH+9iom44At48nkFCc= From: William Cheswick Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) Date: Tue, 12 Mar 2024 12:47:12 -0400 References: To: TUHS main list In-Reply-To: Message-Id: <06861AF4-AB7E-451A-9C0B-AB1A24C3B23D@cheswick.com> X-Mailer: Apple Mail (2.3774.400.31) Message-ID-Hash: GJIU6N2RJEVKZSHGBZHE3NGGOY47MFIV X-Message-ID-Hash: GJIU6N2RJEVKZSHGBZHE3NGGOY47MFIV X-MailFrom: ches@cheswick.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: NSFW passwords List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Ron Harden=E2=80=99s insult generator solved the NSFW passphrase = problem. It is available at https://cheswick .com/insults > On Mar 12, 2024, at 12:23=E2=80=AFPM, Paul Winalski = wrote: >=20 > One problem with random password generation is to avoid generating > passwords that are or contain naughty words. VAX/VMS version 4.0 > added an option for random password generation. They had a very > extensive list of naughty words in many different languages to filter > the random passwords. During beta test they got a bug report from a > high school. The naughty words text file was world-readable and > students were amusing themselves by reading it. At release the file > was protected so that only privileged users could read it.