PHP Velho Oeste 2024

mcrypt_ofb

(PHP 4, PHP 5)

mcrypt_ofbVeriyi OFB 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_ofb ( int $şifre , string $tuz , string $veri , int $kip , string $iv ) : string
mcrypt_ofb ( 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