Python Forum

Full Version: How to check UUID format and verion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have to check version 4 UUID which is there as common name in a certificate. Is there any python in built function available to check whether UUID prsesnt in the certificate is correct or not and to check its version? If not how to compare version 4 UUID
to validate, see: https://pypi.org/search/?q=validate+uuid4
I am not familiar with the packages shown, look for one with recent activity

To create UUID see: https://docs.python.org/3/library/uuid.html