Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
11.08k stars 570 forks source link

implementation of secrets module #450

Closed blondon1 closed 6 months ago

blondon1 commented 6 months ago

Random is not secure for cryptography, implementation of secrets module to generate secure random strings. If the hash code is used in a context where security matters it's better to use this module.

ObservedObserver commented 6 months ago

Thanks for the PR, but I don't think it is necessary. If you want to contribute to this repo, please check issues with "first-good-issue" label.