help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Noob dumb question (extending emacs)


From: Jean Louis
Subject: Re: Noob dumb question (extending emacs)
Date: Fri, 22 Oct 2021 20:51:38 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* Yuri Khan <yuri.v.khan@gmail.com> [2021-10-22 16:16]:
> On Fri, 22 Oct 2021 at 19:56, Emanuel Berg via Users list for the GNU
> Emacs text editor <help-gnu-emacs@gnu.org> wrote:
> 
> > > Emacs Lisp is good enough to generate passwords just like
> > > `pwgen'
> >
> > Are there some agreed-upon, formal requirements to
> > a password generator?
> 
> The first rule of password generators is to use a crypto quality
> randomness generator. Which, as far as I can tell, Elisp’s ‘random’ is
> not, at least unless you do a ‘(random t)’ first. And maybe not even
> then.

For people interested, manual explains about randomity:
(info "(elisp) Random Numbers")

How I understand it, than it may be that neither `pwgen' is generating
truly random numbers. 

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]