spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
414 stars 29 forks source link

fix: use rand_chacha for random string generation #777

Closed flemingcaleb closed 3 months ago

flemingcaleb commented 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