Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
GNU General Public License v3.0
419
stars
31
forks
source link
fix: use rand_chacha for random string generation #777
Closed
flemingcaleb closed 4 months ago
/kind bug
What this PR does / why we need it:
updates random.string to use chacha_rng instead of the built-in thread_rng
Which issue(s) this PR fixes:
Fixes #774