Tagged Questions
6
votes
2answers
278 views
Creating a salt in python
How would I create a random, 16-character base-62 salt in python? I need it for a protocol and I'm not sure where to start. Thanks.