LicenseServer icon indicating copy to clipboard operation
LicenseServer copied to clipboard

An easy to use Licensing Server that allows you to control key usage and deployment.

Results 1 LicenseServer issues
Sort by recently updated
recently updated
newest added

https://github.com/pyskell/LicenseServer/blob/9beb984c92f8c37a591c1c26a715eabff0a57374/auth.py#L48 I would not trust the randomness of this function. You should use this module instead: https://docs.python.org/3/library/secrets.html#module-secrets. https://github.com/pyskell/LicenseServer/blob/9beb984c92f8c37a591c1c26a715eabff0a57374/auth.py#L35 This is vulnerable to a timing attack, Use a constant time comparison...

bug