You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/08/02 10:36:49 UTC

[Bug 64637] New: MD5 is not defined as function in JMeter

https://bz.apache.org/bugzilla/show_bug.cgi?id=64637

            Bug ID: 64637
           Summary: MD5 is not defined as function in JMeter
           Product: JMeter
           Version: 5.3
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sebastian.boga@endava.com
  Target Milestone: JMETER_5.3.1

As we do not store passwords in clear text, some of the software programs keep
this field hashed by MD5 algorithm.

We should have a function MD5(string) that is hashing the string while running
the JMeter script.
Can anyone help us having this implemented in next release?

Note: I am using http://www.md5.cz/ to manually encrypt the string and then
compare it to whatever is saved in the database.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64637] MD5 is not defined as function in JMeter

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64637

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|JMETER_5.3.1                |---
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |WORKSFORME
                 OS|                            |All
             Status|NEW                         |RESOLVED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
This already exists:

https://jmeter.apache.org/usermanual/functions.html#__digest


Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.