PHP Velho Oeste 2024

mcrypt_ecb

(PHP 4, PHP 5)

mcrypt_ecbÖnerilmiyor: Veriyi ECB kipinde şifreler/çözer

Uyarı

Bu işlevin kullanımı PHP 5.5.0'dan beri ÖNERİLMEMEKTEDİR ve PHP 7.0.0'da tamamen KALDIRILMIŞTIR.

Bu işlevin yerine kulllanılabilecekler:

Açıklama

mcrypt_ecb ( int $şifre , string $tuz , string $veri , int $kip ) : string
mcrypt_ecb ( string $şifre , string $tuz , string $veri , int $kip , string $iv = ? ) : string

İlk sözdizimi libmcrypt 2.2.x için, ikincisi ise libmcrypt 2.4.x ve üstü içindir. kip olarak MCRYPT_ENCRYPT veya MCRYPT_DECRYPT belirtilebilir.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top