Python Forum
How to check UUID format and verion
Thread Rating:
  • 2 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check UUID format and verion
#1
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
Reply
#2
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
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I change the uuid name of a file to his original file? MaddoxMB 2 868 Jul-17-2023, 10:15 PM
Last Post: Pedroski55
  Date format and past date check function Turtle 5 4,068 Oct-22-2021, 09:45 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020