1016万例文収録!

「md5」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

md5を含む例文一覧と使い方

該当件数 : 83



例文

md5 (built-in module) 例文帳に追加

md5() (md5 モジュール) - Python

14.4 DES, Blowfish, MD5, and Crypt 例文帳に追加

14.4. DES, MD5 と Crypt - FreeBSD

crypt, DES, Blowfish, MD5, and Crypt 例文帳に追加

crypt, DES, MD5 と Crypt - FreeBSD

in module md5 例文帳に追加

md5 モジュール - Python

例文

prearray + md5 + des/pre Return value 例文帳に追加

prearray+ md5+ des/pre返り値 - PEAR


例文

in module shutil 例文帳に追加

md5 のメソッド - Python

md5 method 例文帳に追加

sha のメソッド - Python

in module hmac 例文帳に追加

md5 モジュール - Python

15.2 md5 -- MD5 message digest algorithm 例文帳に追加

15.2 md5 -- MD5 メッセージダイジェストアルゴリズム - Python

例文

encryption method (des or md5) 例文帳に追加

暗号化方式(des あるいは md5 - PEAR

例文

encryption method (des, sha or md5) 例文帳に追加

暗号化方式(des、sha あるいは md5 - PEAR

Return a new md5 object. 例文帳に追加

新たな 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

Get actual encryption mode (des|md5). 例文帳に追加

実際の暗号化形式 (des|md5) を取得します。 - PEAR

plaintext password string $mode des, sha or md5 例文帳に追加

プレーンテキスト形式のパスワード。 string$mode des、sha あるいは md5 - PEAR

You can choose one of md5, sha or des.ATTN: DES encryption not available on Win32! 例文帳に追加

md5、sha あるいは des のうちのひとつが選択可能です。 - PEAR

md5 objects support the following methods: 例文帳に追加

md5 クラスオブジェクトは以下のメソッドをサポートします: - Python

An md5 object has the following methods: 例文帳に追加

md5 オブジェクトは以下のメソッドをサポートします: - Python

Update the md5 object with the string arg. 例文帳に追加

文字列 arg を入力として md5 オブジェクトを更新します。 - Python

Return a copy (``clone'') of the md5 object. 例文帳に追加

md5 オブジェクトのコピー (``クローン'') を返します。 - Python

SHA-1 digests are 160 bits instead of MD5's 128 bits.例文帳に追加

SHA-1 のダイジェストは MD5 の 128 bit とは異なり、160 bit です。 - Python

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

The default password format on FreeBSD is to use MD5 -based passwords. 例文帳に追加

FreeBSD の標準のパスワードフォーマットは MD5 を使ったものです。 - FreeBSD

The first uses plain text, while the latter uses md5+salt encryption. 例文帳に追加

1つは平文形式で、もう1つは、md5にsaltを組み合わせた暗号化形式です。 - Gentoo Linux

An sha object has the same methods as md5 objects: 例文帳に追加

sha オブジェクトには md5 オブジェクトと同じメソッドがあります。 - Python

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

In support of data integrity, the use of the MD5 message digest algorithm is chosen. 例文帳に追加

データ保全性をサポートするために, MD5メッセージ・ダイジェスト・アルゴリズムが採用された. - コンピューター用語辞典

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

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

This is how FreeBSD came to use MD5 as its default encryption method. 例文帳に追加

これが FreeBSD がデフォルトの暗号化 方式として MD5を使うようになったいきさつです。 - FreeBSD

This method generates the challenge-response paket, by doing: md5(ID + Password + Challenge). 例文帳に追加

このメソッドは、チャレンジ-レスポンス パケットを作成します。 md5(ID + Password + Challenge) を使用します。 - PEAR

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

This module implements the interface to RSA's MD5 message digest 例文帳に追加

このモジュールは RSA 社の MD5 メッセージダイジェスト アルゴリズムへのインタフェースを実装しています。 - Python

Code Listing2.2: md5crypt in grub shell 例文帳に追加

コード表示2.2: GRUBのシェル上から、md5形式に暗号化する - Gentoo Linux

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

This Sample Configuration shows how to enable plain text and Message Digest 5 (MD5) authentication on a virtual link in an OSPF network. 例文帳に追加

この構成例は、OSPFネットワーク中の仮想リンク上で、平文とメッセージダイジェスト5(MD5)による認証がどのようにして可能かを示している。 - コンピューター用語辞典

Should I use DES, Blowfish, or MD5 passwords and how do I specify which form my users receive?3.22. 例文帳に追加

1.24. DES とMD5、どちらのパスワードを使うべきなのでしょうか?また、ユーザがどちらを使うことになるか指定する方法はありますか? - FreeBSD

3.21. Should I use DES, Blowfish, or MD5 passwords and how do I specify which form my users receive? 例文帳に追加

1.24. DES とMD5、どちらのパスワードを使うべきなのでしょうか?また、ユーザがどちらを使うことになるか指定する方法はありますか? - FreeBSD

MD5 is believed to be more secure than DES, so installing DES is offered primarily for compatibility reasons. 例文帳に追加

MD5 は DES よりも より安全であると考えられているため、DESをインストールする一番の 理由は互換性を保つためといえます。 - FreeBSD

If you want to check the integrity of the downloaded stage tarball, use md5sum and compare the output with the MD5 checksum provided on the mirror.例文帳に追加

ダウンロードしたstage tarballの正当性を評価したいなら、md5sumを使って、その出力とミラーで配布されているMD5チェックサムを比較してください。 - Gentoo Linux

When adding an md5 password, you must convert your password into crypt format,which is the same format used in /etc/shadow. 例文帳に追加

md5形式のパスワードを加える場合は、パスワードをcryptフォーマットに変換しなくてはいけません。 これは、/etc/shadowで使用されるのと同じフォーマットです。 - Gentoo Linux

When hashing the passwords with the MD5 algorithm, which is the default encryption method in PEAR::Auth, the password column must be at least 32 characters long. 例文帳に追加

PEAR::Auth のデフォルトの暗号化方式である MD5アルゴリズムでパスワードのハッシュ値を計算する場合、password カラムは、32文字以上とする必要があります。 - PEAR

Password is hashed with a random key so the md5 hash is not subject to brute force password cracking. 例文帳に追加

パスワードはランダムなキーを使用してハッシュされるので、md5 ハッシュがブルートフォース式のクラッキングの被害にあうことはありません。 - PEAR

Currently only the DB, MDB and MDB2 containers support this for md5 and clear text passwords Note: This method is available since 1.3.0 例文帳に追加

現在はDB、MDB および MDB2 コンテナだけが md5 およびクリアテキストのパスワードをサポートしています。 注意このメソッドは 1.3.0 以降で使用可能です。 - PEAR

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

You can check the MD5checksum with the md5sum tool under Linux/Unix or md5sum for Windows. 例文帳に追加

Linux/Unixのmd5sumツールか、Windows用のmd5sumでMD5チェックサムをチェックできます。 - Gentoo Linux

In the SHA implementation the entire key is significant (instead of only the first 8 bytes in MD5). 例文帳に追加

SHA 実装では、(最初の 8 文字ではなく)キー全体が意味がある。 - JM

例文

This option is useful only if all but a few lines 例文帳に追加

正しくない書式の MD5 チェックサム行に対して警告を発する。 - JM

索引トップ用語の索引



  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 © 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 (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.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS