YugioCard59 / PDX-Capstone-CSRNG

Creating cryptographically secure random numbers that can be used as tokens.
GNU General Public License v3.0
0 stars 0 forks source link

Find python csrng equivalent to javascript csrng #1

Open YugioCard59 opened 1 year ago

YugioCard59 commented 1 year ago

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.