From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39808 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: cancel locks Date: Thu, 01 Nov 2001 18:41:09 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <871yji7mik.fsf@deneb.enyo.de> <20011101163409.39F32BD4F@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175460 29951 80.91.224.250 (21 Oct 2002 04:44:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:44:20 +0000 (UTC) Return-Path: Original-Received: (qmail 3286 invoked from network); 1 Nov 2001 17:50:58 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 1 Nov 2001 17:50:58 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15zLw3-0005Vk-00; Thu, 01 Nov 2001 11:47:23 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 01 Nov 2001 11:47:02 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA20862 for ; Thu, 1 Nov 2001 11:46:48 -0600 (CST) Original-Received: (qmail 3197 invoked by alias); 1 Nov 2001 17:46:49 -0000 Original-Received: (qmail 3192 invoked from network); 1 Nov 2001 17:46:48 -0000 Original-Received: from fe030.worldonline.dk (212.54.64.197) by gnus.org with SMTP; 1 Nov 2001 17:46:48 -0000 Original-Received: (qmail 19515 invoked by uid 0); 1 Nov 2001 17:46:19 -0000 Original-Received: from 40.ppp1-5.had.worldonline.dk (HELO defun.localdomain) (213.237.22.40) by fe030.worldonline.dk with SMTP; 1 Nov 2001 17:46:19 -0000 Original-To: ding@gnus.org X-Face: &>4YWj)5jy97[$J|&W(MX>,:L.9*|o]WXwhY40_'#-Yc:J-&v+U*?uhK9cqS'eaG(SLj0o E)IS]Ua_g,_"S$Xv)V5^T<^s?U8Tt6XZ~2EdDl^]={px>)aE[grl6~~G`7:vKu!:tZ_.L6,g7qV[; vn><9`4hh(Pf^gH'EJ[!c/$Jog51Q In-Reply-To: <20011101163409.39F32BD4F@squeaker.lickey.com> (matt+dated+1007224448.7bca4c@lickey.com's message of "Thu, 1 Nov 2001 16:35:58 +0000 (UTC)") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:39808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39808 matt+dated+1007224448.7bca4c@lickey.com ("Matt Armstrong") writes: > Per Abrahamsen writes: > >> If someone later wants to contribute a better password generator, it >> can be installed with no problem. > > Here is my contribution: > > (defun gnus-random-cancel-lock-password () > (random t) > (format "%x%x" (random) (random))) Here's another one: (md5 (prin1-to-string (recent-keys)))