from mobile (sorry for typos ;)
On Tue, Oct 29, 2024, 21:54 Johan Stuyts <johanstu...@squins.com> wrote: > > This might happen due to long SecureRandom initialization > > > > You can speed-up start by using 'urandom' > > But this one is less secure > > This is a myth. Only in a few very specific cases is 'random' needed: > https://www.thomas-huehn.com/myths-about-urandom/ Thanks for the pointer :) In such case I would strongly recommend to use 'urandom' (it speed up start time :))) > > -- > Best regards, > > Johan Stuyts >