orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 221 forks source link

Standardize on SHA-256 #5759

Closed ebruchez closed 1 year ago

ebruchez commented 1 year ago

For randomHexId(), it appears to be better to use SHA-256 and truncate rather than using SHA1.

ebruchez commented 1 year ago

Documented