Python documentation says secrets module must be used to generate a cryptographically secure number and the seeds are already initiated from OS random data and from what I have read there are no secure methods in python to apply my own seed. Since this defeats the purpose of this app I will need to research ways to grab uploaded data from the media folder or django db or sqlite db? May need to research rest framework.
Python documentation says secrets module must be used to generate a cryptographically secure number and the seeds are already initiated from OS random data and from what I have read there are no secure methods in python to apply my own seed. Since this defeats the purpose of this app I will need to research ways to grab uploaded data from the media folder or django db or sqlite db? May need to research rest framework.