UUID for myComputedId

Peter Schober peter.schober at univie.ac.at
Wed Aug 1 05:19:35 EDT 2018


* Joshua Brodie <josbrodie at gmail.com> [2018-07-31 19:37]:
> Our StoredID are in format UUID -- is it possible to generate UUID
> via ComputedID?

To expand slightly on what Scott said:

That's impossible because the software would have to create the same
output for given input (subject), and the UUID types commonly used
(type 4, mainly) are based on random values, i.e., they don't take a
subject as an input and consistently create the same derived value
from it. That's would be a description of a hashing alorithm.
Which is what ComputedIDs use (because there's nothing else that would
work, essentially).
-peter


More information about the users mailing list