Skip to content

Don't use pseudo-random functions for getting phrases

Kevin Sykes requested to merge github/fork/joshumax/patch-1 into master

Created by: joshumax

This can lead to favoring some phrases more than others. We need to switch to os.urandom() instead..

Merge request reports

Loading