Skip to content

CSPRNG in restricted python

Jérome Perrin requested to merge jerome/erp5:feat/restricted-random into master

Allow python's cryptographically secure pseudorandom number generator for usage in restricted python and use it where it makes sense.

This also change the API of Person_generatePassword which no longer allow to control the number of letters and numbers.

Merge request reports