Python's secrets
module was introduced in version 3.6. I'm working on an application using Python 3.4. Is there a way I can import the secrets module in a 3.4 environment (a la from __future__ import print
)?
If not, is there a 3rd party module with comparable functionality?