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: Emanuel Berg
Subject: Re: Noob dumb question (extending emacs)
Date: Mon, 25 Oct 2021 22:24:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Yuri Khan wrote:

> Then you proceed to generate a random password using the
> seeded pseudo-random generator. Which is a step up from an
> unseeded pseudo-random generator (you could generate
> a series of passwords from a single seed, making it easier
> for the attacker who knows one to guess others) but still
> not as random as you would get by just converting raw
> entropy into printable characters.

Here:

- get industrial strength random numbers from /dev/urandom

- get the tools up-to-date to support it

- use it for passwords and other purposes

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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