-
Change Request
-
Resolution: Fixed
-
Minor
-
6.2.0alpha1
-
Sprint 87 (Apr 2022)
-
0.25
The current implementation of md5 and sha256 functions in the js engine is not binary-safe. This causes problems in cases when there is a need to compute hashes of binary data.
Binary-safe md5 and sha256 functions should be introduced into the js engine.