You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Mike Thomsen <mi...@gmail.com> on 2019/02/01 14:30:55 UTC

UUID v3 and v5 functions?

We have a need for UUID v5 coming up, and I'd like to make record path and
EL functions available if possible as part of 1.9. v3 is already part of
the Java API, but v5 is not. However, I have found some really simple,
dependency-free implementations of v5 under MIT or public domain that I
could use.

Would like to know if any of our security folks here have any opinions on
how they would implement this.

Thanks,

Mike