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: Sat, 23 Oct 2021 20:27:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen wrote:

> That would be 281.474.976.710.656 or 2.8*10^15. I guess this
> is still quite hard to handle?

(defalias '** #'expt)
(** 2 48)
281474976710656 (#o10000000000000000, #x1000000000000)

> Ok, but I see that this entropy is just enough for a random
> password of a length of 8 or 9, depending on the character
> range used, so it's edgy.

Cool, how did you compute that?

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




reply via email to

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