Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Use urandom instead of uuid4 #3

Open
buske opened this issue Mar 21, 2016 · 0 comments
Open

Use urandom instead of uuid4 #3

buske opened this issue Mar 21, 2016 · 0 comments
Assignees

Comments

@buske
Copy link
Contributor

buske commented Mar 21, 2016

uuid4 is not cryptographically secure. Instead, we should use os.urandom and, for example, base64 encode it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants