← Back to team overview

pkg-perl-maintainers team mailing list archive

Re: [Bug 2073269] Replace radsecret script to avoid new perl dependencies from universe

 

On Jul 16, 2024, at 4:14 PM, Seth Arnold <2073269@xxxxxxxxxxxxxxxxxx> wrote:
> When playing with the shell script I thought I noticed patterns in the last character of the output so I investigated further to make sure that these are actually emitting roughly what we expect:

  Due to the way that base64 works, the last character of the output
contains only 4 bits of the input randomness.  That's fine, because
we're depending on all of the 12 bytes from /dev/urandom for entropy.
We don't need the output base64 stuff to look completely random.  And it
won't look random, because it's using a limited character set: base64.

-- 
You received this bug notification because you are a member of Debian
Perl Group, which is subscribed to libconvert-base32-perl in Ubuntu.
https://bugs.launchpad.net/bugs/2073269

Title:
  Replace radsecret script to avoid new perl dependencies from universe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/2073269/+subscriptions



References