전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
actualmente php no soporta el encriptado / desencriptado de flujos de bits.
here is a list of ciphers which are currently supported by the mcrypt extension. for a complete list of supported ciphers, see the defines at the end of mcrypt.h. the general rule with the mcrypt-2.2.x api is that you can access the cipher from php with mcrypt_ciphername. with the libmcrypt-2.4.x and libmcrypt-2.5.x api these constants also work, but it is possible to specify the name of the cipher as a string with a call to mcrypt_module_open().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
no hay función de desencriptado porque crypt() utiliza un algoritmo de una sola vía.
?php $password = crypt("my1stpassword"); # let salt be generated # you should pass the entire results of crypt() as the salt for comparing a # password, to avoid problems when different hashing algorithms are used. (as # it says above, standard des-based password hashing uses a 2-character salt, # but md5-based hashing uses 12.) if (crypt($user_input,$password) == $password) {echo "password verified!";}?
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
en el informe habrá que:
报告应:
마지막 업데이트: 2017-01-04
사용 빈도: 8
품질:
연관성이 낮은 일부 인적 번역은 숨겨져 있습니다.
연관성이 낮은 결과 표시.