php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #74134 openssl_encrypt/decrypt docs need improvement, like examples
Submitted: 2017-02-20 09:56 UTC Modified: 2017-02-20 10:05 UTC
Votes:3
Avg. Score:2.0 ± 0.8
Reproduced:0 of 0 (0.0%)
From: speller at yandex dot ru Assigned:
Status: Verified Package: OpenSSL related
PHP Version: 7.1.2 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: speller at yandex dot ru
New email:
PHP Version: OS:

 

 [2017-02-20 09:56 UTC] speller at yandex dot ru
Description:
------------
---
From manual page: http://www.php.net/function.openssl-decrypt
---

The mcrypt extension was deprected and openssl is suggested instead. But when I tried to follow recommendations I obtained the openssl_descrypt function still not fully documented. So how should I replace deprecated mcrypt_* functions if I have no documented alternative?


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-02-20 10:05 UTC] requinix@php.net
-Summary: Mcrypt was deprected, but no adequate alternative provided +Summary: openssl_encrypt/decrypt docs need improvement, like examples -Status: Open +Status: Verified -Package: Documentation problem +Package: OpenSSL related
 [2017-02-20 10:05 UTC] requinix@php.net
Note that libsodium will be added in PHP 7.2 to replace mcrypt.
https://wiki.php.net/rfc/libsodium
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 13:01:29 2024 UTC