Downloads
Documentation
Get Involved
Help
Search docs
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
mcrypt_create_iv »
« Mcrypt 暗号
PHP マニュアル
関数リファレンス
暗号
Mcrypt
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Mcrypt 関数
¶
目次
¶
mcrypt_create_iv
— Creates an initialization vector (IV) from a random source
mcrypt_decrypt
— Decrypts crypttext with given parameters
mcrypt_enc_get_algorithms_name
— Returns the name of the opened algorithm
mcrypt_enc_get_block_size
— Returns the blocksize of the opened algorithm
mcrypt_enc_get_iv_size
— オープンされたアルゴリズムの IV の大きさを返す
mcrypt_enc_get_key_size
— オープンされたモードでサポートされる最大キー長を返す
mcrypt_enc_get_modes_name
— オープンされたモードの名前を返す
mcrypt_enc_get_supported_key_sizes
— オープンされたアルゴリズムでサポートされるキー長を配列にして返す
mcrypt_enc_is_block_algorithm
— オープンされたモードの暗号がブロックアルゴリズムであるかどうかを調べる
mcrypt_enc_is_block_algorithm_mode
— オープンされたモードの暗号がブロックモードで動作するかどうかを調べる
mcrypt_enc_is_block_mode
— オープンされたモードがブロック出力を行うかどうかを調べる
mcrypt_enc_self_test
— オープンしたモジュールのセルフテストを実行する
mcrypt_encrypt
— 指定したパラメータでプレーンテキストを暗号化する
mcrypt_generic
— データを暗号化する
mcrypt_generic_deinit
— 暗号化モジュールを終了する
mcrypt_generic_init
— 暗号化に必要な全てのバッファを初期化する
mcrypt_get_block_size
— 指定した暗号のブロックサイズを得る
mcrypt_get_cipher_name
— 指定した暗号の名前を得る
mcrypt_get_iv_size
— 指定した暗号/モードの組み合わせに属する IV の大きさを返す
mcrypt_get_key_size
— 指定した暗号のキーの長さを得る
mcrypt_list_algorithms
— サポートされる全ての暗号を配列として取得する
mcrypt_list_modes
— サポートされる全てのモードの配列を取得する
mcrypt_module_close
— mcrypt モジュールを閉じる
mcrypt_module_get_algo_block_size
— 指定したアルゴリズムのブロック長を返す
mcrypt_module_get_algo_key_size
— オープンされたモードでサポートされる最大キー長を返す
mcrypt_module_get_supported_key_sizes
— オープンされたアルゴリズムでサポートされるキーのサイズを配列として返す
mcrypt_module_is_block_algorithm
— 指定したアルゴリズムがブロックアルゴリズムであるかを調べる
mcrypt_module_is_block_algorithm_mode
— 指定したモジュールがブロックアルゴリズムであるかどうかを返す
mcrypt_module_is_block_mode
— 指定したモードがブロック出力を行うかどうかを返す
mcrypt_module_open
— 使用するアルゴリズムおよびモードのモジュールをオープンする
mcrypt_module_self_test
— 指定したモジュールのセルフテストを実行する
mdecrypt_generic
— データを復号する
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google