Results for hashing translation from English to Japanese

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Japanese

Info

English

hashing

Japanese

ハッシュ

Last Update: 2011-05-28
Usage Frequency: 2
Quality:

Reference: Wikipedia

English

this specifies the password hashing method. the most secure is ssha.

Japanese

パスワードハッシュ方式を指定します。最も安全なのは ssha です。

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

Reference: Wikipedia

English

the well-known example for the hashing is storing the md5 hash of a password in a database, instead of the password itself.

Japanese

一旦アタッカーがデータベースへ(ウェブサーバを通さずに)アクセスできてしまうと、 そこに格納されているデータ自体が暗号化されていない限り、自由に閲覧され、 使用されてしまいます。データを暗号化することによって、この脅威を減らすことが できますが、この機能をサポートしているデータベースは僅かです。

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Wikipedia

English

openssl_sign() computes a signature for the specified data by using sha1 for hashing followed by encryption using the private key associated with priv_key_id.

Japanese

成功時に true 、失敗した場合に false を返します。成功した場合、署名が signature に返されます。

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Wikipedia

English

?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 !";}?

Japanese

例 1 crypt() の例

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Reference: Wikipedia
Warning: Contains invisible HTML formatting

Get a better translation with
8,877,197,178 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK