Skip to content

Improve random string generation

Jordan Geoghegan requested to merge (removed):patch-3 into dev

Generate keys/random strings with guaranteed amounts of entropy. As an added benefit, key generation speed improves. Tested on Ubuntu Server 18.04.

MD5 password hashing should be deprecated in favour of something like bcrypt.

Merge request reports