TeemIp / teemip-core-ip-mgmt

Core modules of TeemIP, a WEB based IP Address Management tool
https://www.teemip.net
GNU Affero General Public License v3.0
19 stars 12 forks source link

Better UUID generation #19

Closed Hipska closed 1 year ago

Hipska commented 1 year ago

This is a better and safer approach to generate the UUID.

Although I would prefer an actual RFC compliant UUID, see for example https://www.uuidgenerator.net/dev-corner/php

Hipska commented 1 year ago

@xtophe38 What do you think about generating RFC compliant UUIDs?

Hipska commented 1 year ago

@xtophe38 ?

xtophe38 commented 1 year ago

I'm ok with the idea. I'd create the method to generate the UUID (legacy TeemIp, RFC 4122,...) in the IPUtils class within the teemip-framework module.