MD5を含む例文一覧と使い方
該当件数 : 95件
prearray + md5 + des/pre Return value 例文帳に追加
prearray+ md5+ des/pre返り値 - PEAR
encryption method (des or md5) 例文帳に追加
暗号化方式(des あるいは md5) - PEAR
The CRAM-MD5 authentication method has been superseded by the DIGEST-MD5 method in terms of security. 例文帳に追加
CRAM-MD5 認証方式は、セキュリティの観点ではDIGEST-MD5 方式に劣ります。 - PEAR
An md5 object has the following methods: 例文帳に追加
md5 オブジェクトは以下のメソッドをサポートします: - Python
in a MD5 sum, a space, a file type character (`*' for binary, ` ' for text) 例文帳に追加
MD5 sum 値・スペース・ファイルタイプを示す文字 - JM
plaintext password string $mode des or md5 例文帳に追加
プレーンテキスト形式のパスワード。 string$mode des あるいは md5 。 - PEAR
md5 objects support the following methods: 例文帳に追加
md5 クラスオブジェクトは以下のメソッドをサポートします: - Python
plaintext password string $mode des, sha or md5 例文帳に追加
プレーンテキスト形式のパスワード。 string$mode des、sha あるいは md5 。 - PEAR
SHA-1 digests are 160 bits instead of MD5's 128 bits.例文帳に追加
SHA-1 のダイジェストは MD5 の 128 bit とは異なり、160 bit です。 - Python
'DIGEST-MD5', 'CRAM-MD5', 'LOGIN', 'PLAIN', 'APOP', 'USER' Attempt this authentication style first then fallback to autodetection. 例文帳に追加
'DIGEST-MD5', 'CRAM-MD5', 'LOGIN', 'PLAIN', 'APOP', 'USER' まずこの認証方式を試し、うまくいかなかった場合には自動的に方式を選びます。 - PEAR
An sha object has the same methods as md5 objects: 例文帳に追加
sha オブジェクトには md5 オブジェクトと同じメソッドがあります。 - Python
The default password format on FreeBSD is to use MD5 -based passwords. 例文帳に追加
FreeBSD の標準のパスワードフォーマットは MD5 を使ったものです。 - FreeBSD
You can choose one of md5, sha or des.ATTN: DES encryption not available on Win32! 例文帳に追加
md5、sha あるいは des のうちのひとつが選択可能です。 - PEAR
You can check its MD5 checksum and compare it with the MD5 checksum we provide (for instance with the md5sum tool under Linux/Unix or md5sum for Windows).Verifying MD5 checksums with Mac OS X is described in the Gentoo PPC FAQ.You can verify the cryptographic signature that we provide. 例文帳に追加
Linux/Unixのmd5sumツールか、Windows用のmd5sumでMD5チェックサムをチェックできます。 Mac OS XでどのようにMD5チェックサムを確認するかは、Gentoo PPC FAQ (日本語訳)に記述されています。 - Gentoo Linux
Force use of "CRAM-MD5" authentication when identifying the client to protect the password.例文帳に追加
パスワードの保護のため、クライアント認証時に"CRAM-MD5"だけを使用します。 - Python
This method generates the challenge-response paket, by doing: md5(ID + Password + Challenge). 例文帳に追加
このメソッドは、チャレンジ-レスポンス パケットを作成します。 md5(ID + Password + Challenge) を使用します。 - PEAR
The first uses plain text, while the latter uses md5+salt encryption. 例文帳に追加
1つは平文形式で、もう1つは、md5にsaltを組み合わせた暗号化形式です。 - Gentoo Linux
In support of data integrity, the use of the MD5 message digest algorithm is chosen. 例文帳に追加
データ保全性をサポートするために, MD5メッセージ・ダイジェスト・アルゴリズムが採用された. - コンピューター用語辞典
The traditional CHAP-MD5 needs the plaintext password stored on the server. 例文帳に追加
伝統的な CHAP-MD5 は、パスワードを平文でサーバ上に保存しなければなりません。 - PEAR
Generates a new Object for generating CHAP-MD5 compliant pakets. 例文帳に追加
CHAP-MD5 に準拠したパケットを作成するための新しいオブジェクトを生成します。 - PEAR
Though this approach should be reasonable fast, it is NOT with APR compatible MD5 encryption used for htpasswd style password files encrypted in MD5. 例文帳に追加
この手法はそれなりに高速に動作します。 ただ、MD5 暗号化された htpasswd形式で使用される APR 互換の MD5 暗号化を使用する場合にはそのようにはなりません。 - PEAR
This module implements the interface to RSA's MD5 message digest 例文帳に追加
このモジュールは RSA 社の MD5 メッセージダイジェスト アルゴリズムへのインタフェースを実装しています。 - Python
This is how FreeBSD came to use MD5 as its default encryption method. 例文帳に追加
これが FreeBSD がデフォルトの暗号化 方式として MD5を使うようになったいきさつです。 - FreeBSD
Must be 'md5' (for a md5 hash control (best but slowest)), 'crc32' (for a crc32 hash control (lightly less safe but faster)) or 'strlen' (for a length only test (fastest)) pearErrorMode 例文帳に追加
'md5' (md5 ハッシュ制御 (最良ですが最遅))、'crc32' (crc32 ハッシュ制御 (若干安全性に欠けますが高速))、あるいは 'strlen' (長さのテストだけ (最速))のいずれかである必要があります。 pearErrorMode - PEAR
Which password format to use for new passwords is controlled by the passwd_format login capability in /etc/login.conf, which takes values of des, blf (if these are available) or md5. 例文帳に追加
このケーパビリティは des (利用できるなら) かmd5 のどちらかの値を取ります。 - FreeBSD
POP in RFC 1460 defines an MD5-based challenge/response authentication algorithm dubbed APOP. 例文帳に追加
RFC 1460におけるPOPは、APOPとあだなで呼ばれるMD5ベースのチャレンジ・レスポンス認証アルゴリズムを定義している。 - コンピューター用語辞典
Given an NFS mount, you can write scripts out of simple system utilities such as find(1) and md5(1) . 例文帳に追加
NFS マウント をすれば、find(1) や md5(1)などの単純なシステムユー ティリティでスクリプトを書くことができます。 - FreeBSD
CRAM-MD5 authentication was at one point proposed as a required mechanism for LDAP v3 servers. 例文帳に追加
CRAM-MD5認証はある時点ではLDAP v3サーバのために要求されるメカニズムとして提案されたものだった。 - コンピューター用語辞典
prearray + md5 + sha + des/pre ATTN: DES encryption not available on Win32! Return value array - supported encryption modes. 例文帳に追加
prearray+ md5+ sha+ des/pre 注意: DES 暗号化は Win32 では使用できません!返り値 array - サポートされている暗号化形式。 - PEAR
Will only work if the server"CAPABILITY" response includes the phrase "AUTH=CRAM-MD5".New in version 2.3. 例文帳に追加
これは、"CAPABILITY"レスポンスに "AUTH=CRAM-MD5" が含まれる場合のみ有効です。 バージョン 2.3 で 新たに追加 された仕様です。 - Python
Generating one MD5 password takes about 0.25 seconds! Depending on $type, $opt should be: 例文帳に追加
ひとつの MD5 パスワードを生成するには、およそ 0.25 秒かかります! $opt の内容は、$type の設定内容によって変わります。 - PEAR
With Digest authentication the passwords are never sent cleartext but as a MD5 digest instead. 例文帳に追加
Digest 認証ではパスワードは決してクリアテキストでは送信されません。 代わりに MD5 ダイジェストとして送信されます。 - PEAR
It is provided here for compatibility with older SMTP servers that may not support the newer DIGEST-MD5 algorithm. 例文帳に追加
これは、新しい DIGEST-MD5 アルゴリズムに対応していない昔の SMTP サーバとの互換性のために用意されています。 - PEAR
In case you wonder if your downloaded file is corrupted or not, you can check its MD5 checksum and compare it with the MD5 checksum we provide (such asinstall-amd64-minimal-2008.0.iso.DIGESTS).例文帳に追加
ダウンロードしたファイルが壊れているかも?と心配な場合は、ダウンロードしたファイルのMD5チェックサムをチェックし、私たちが提供するもの(install-amd64-minimal-2006.0.iso.md5のようなファイル)と比較します。 - Gentoo Linux
In case you wonder if your downloaded file is corrupted or not, you can check its MD5 checksum and compare it with the MD5 checksum we provide (such asinstall-ppc64-minimal-2008.0.iso.DIGESTS).例文帳に追加
ダウンロードしたファイルが壊れているかも?と心配な場合は、ダウンロードしたファイルのMD5チェックサムをチェックし、私たちが提供するもの(install-ppc64-g5-minimal-2005.1.iso.md5のようなファイル)と比較します。 - Gentoo Linux
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
