Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-73907

argon2 password support in PHP

Linking RHIVOS CVEs to...Migration: Automation ...Sync from "Extern...XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done-Errata
    • Icon: Undefined Undefined
    • rhel-9.6
    • None
    • php
    • None
    • None
    • FutureFeature
    • rhel-stacks-web-servers
    • ssg_core_services
    • 5
    • False
    • False
    • Hide

      None

      Show
      None
    • Yes
    • Red Hat Enterprise Linux
    • None
    • Enhancement
    • Hide
      .`ARGON2` password hashing is supported in PHP 8.3

      PHP 8.3 is now available as the `php:8.3` module stream. With this enhancement, support for the `ARGON2I` and `ARGON2ID` password hashing algorithms, provided by the openssl extension, is now available.
      Show
      .`ARGON2` password hashing is supported in PHP 8.3 PHP 8.3 is now available as the `php:8.3` module stream. With this enhancement, support for the `ARGON2I` and `ARGON2ID` password hashing algorithms, provided by the openssl extension, is now available.
    • Done
    • None

      Hello,

      argon2i is missing on php 8.x on RHEL 9 and a customer requested it. Can you kindly tell us when it will be provided?

       

      How to reproduce the issue:

      [redhat@rhel91 ~]$ php -version
      PHP 8.0.30 (cli) (built: Aug  3 2023 17:13:08) ( NTS gcc x86_64 )
      Copyright (c) The PHP Group
      Zend Engine v4.0.30, Copyright (c) Zend Technologies
          with Zend OPcache v8.0.30, Copyright (c), by Zend Technologies
      [redhat@rhel91 ~]$ php -r "print_r(password_algos());"
      Array
      (
          [0] => 2y
      )
      [redhat@rhel91 ~]$ 

              rcollet@redhat.com Remi Collet
              rhn-support-lpellegr Luca Pellegrino
              Remi Collet Remi Collet
              Iveta Kyralova Iveta Kyralova
              Mugdha Soni Mugdha Soni
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated:
                Resolved: