Results of 1 - 10 of about 26 for pseudo (0.002 sec.)
- 疑似ランダムなバイト文字列を生成する 13886
- « openssl_public_encrypt openssl_seal » PHP Manual OpenSSL 関数 疑似ランダムなバイト文字列を生成
...
する openssl_random_pseudo_bytes (PHP 5 >= 5.3.0, PHP 7, PHP 8) openssl_rando ...
m_pseudo_bytes — 疑似ランダムなバイト文字列を生成する 説明 ...
openssl_random_pseudo_bytes ( int $length , bool &$strong_result = null ...
は、nullable になりました。 例 例1 openssl_random_pseudo_bytes() の例 <?php for ( $i = 1 ; $i <= 4 ; $i ++) ...
-
https://man.plustar.jp/php/function.openssl-random-pseudo-bytes.html
- [similar]
- データを暗号化する 11489
- « openssl_digest openssl_error_string » PHP Manual OpenSSL 関数 データを暗号化する openssl_encry
...
a cryptographically safe way, like openssl_random_pseudo_bytes $plaintext = "message to be encrypted" ; $ci ...
cipher_iv_length ( $cipher ); $iv = openssl_random_pseudo_bytes ( $ivlen ); $ciphertext = openssl_encrypt ( ...
ey previously generated safely, ie: openssl_random_pseudo_bytes $plaintext = "message to be encrypted" ; $iv ...
( $cipher = "AES-128-CBC" ); $iv = openssl_random_pseudo_bytes ( $ivlen ); $ciphertext_raw = openssl_encryp ...
-
https://man.plustar.jp/php/function.openssl-encrypt.html
- [similar]
- はじめに 11489
- « CSPRNG インストール/設定 » PHP Manual CSPRNG はじめに はじめに » cryptographically secure pseudo
...
インストール , 設定 , cryptographically , secure , pseudo , 暗号 , 乱数 , バイト , 文脈 ...
-
https://man.plustar.jp/php/intro.csprng.html
- [similar]
- 乱数を生成する 8910
- « rad2deg round » PHP Manual Math 関数 乱数を生成する rand (PHP 4, PHP 5, PHP 7, PHP 8) rand — 乱
...
om_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いましょう。 注意 : (Windows のような ...
な、疑似ランダムなバイト列を生成する openssl_random_pseudo_bytes() - 疑似ランダムなバイト文字列を生成する 関連 ...
-
https://man.plustar.jp/php/function.rand.html
- [similar]
- Retrieve a matching part of a rule 8910
- « Parle\Parser::right Parle\Parser::token » PHP Manual Parle\Parser Retrieve a matching part of
...
match by a rule. This method is equivalent to the pseudo variable functionality in Bison. パラメータ idx Ma ...
-
https://man.plustar.jp/php/parle-parser.sigil.html
- [similar]
- Retrieve a matching part of a rule 8910
- « Parle\RParser::right Parle\RParser::token » PHP Manual Parle\RParser Retrieve a matching part
...
match by a rule. This method is equivalent to the pseudo variable functionality in Bison. パラメータ idx Ma ...
-
https://man.plustar.jp/php/parle-rparser.sigil.html
- [similar]
- PBKDF2 を使ってパスワードからキーを生成する 8711
- « hash_init hash_update_file » PHP Manual Hash 関数 PBKDF2 を使ってパスワードからキーを生成する
...
tions = 1000 ; // ランダムな IV を、openssl_random_pseudo_bytes() や // random_bytes() などの適切なソースを使 ...
って生成します。 $salt = openssl_random_pseudo_bytes ( 16 ); $hash = hash_pbkdf2 ( "sha256" , $pa ...
-
https://man.plustar.jp/php/function.hash-pbkdf2.html
- [similar]
- メルセンヌ・ツイスター乱数生成器を介して乱数値を生成する 8711
- « mt_getrandmax mt_srand » PHP Manual Math 関数 メルセンヌ・ツイスター乱数生成器を介して乱数値を
...
om_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いましょう。 古い libc の多くの乱数発生 ...
な、疑似ランダムなバイト列を生成する openssl_random_pseudo_bytes() - 疑似ランダムなバイト文字列を生成する ran ...
-
https://man.plustar.jp/php/function.mt-rand.html
- [similar]
- 複合線形合同法 8116
- « is_nan log10 » PHP Manual Math 関数 複合線形合同法 lcg_value (PHP 4, PHP 5, PHP 7, PHP 8) lcg_
...
om_int() か random_bytes() あるいは openssl_random_pseudo_bytes() を使いましょう。 パラメータ この関数にはパ ...
-
https://man.plustar.jp/php/function.lcg-value.html
- [similar]
- The EvIdle class 7918
- « EvFork::createStopped EvIdle::__construct » PHP Manual Ev The EvIdle class The EvIdle class (P
...
ometimes), EvIdle watchers are a good place to do "pseudo-background processing" , or delay processing stuff ...
-
https://man.plustar.jp/php/class.evidle.html
- [similar]