OutSystems Forge 日本語データベース

CryptoAPI

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2015-11-29 1.6.0 Ricardo Silva 9.0.1.40 All All
データを保護するための暗号化ツール。 以前はardoCryptoとして知られていました。
特徴 強力な(256ビット)鍵によるランダム化された確定的な暗号化 偽造不可能な完全性検査のためのHMAC256アルゴリズム 暗号化されたデータを大量に効率的に処理する機能を持っています(暗号化/復号化の各呼び出しでキー導出なし) パスワードを正しくハッシュして比較する機能。 一般的な要求により、標準メッセージダイジェストを使用して文字列をハッシュする機能が追加されました(SHA256はデフォルトです) RSA(OAEPパディング)を使用して暗号化、復号化する。 RSA鍵の生成。 主な利点 暗号化されたデータは、あなたがそれを知らないと改ざんされることはありません。 同じ鍵で同じ平文を暗号化しているときは誰もわかりません(Chosen Plaintext Attackセキュア方式) 確定的暗号化により、クエリ内の暗号化された検索パラメータが可能 詳細は、ディスカッションを参照してください。

[Overview]
The Cryptographic tools to protect your data. Formerly known as ardoCrypto.
[Detail]
Feature List Randomized and deterministic authenticated encryption with strong (256-bit) keys HMAC256 algorithm for unforgeable integrity checking Has functions for bulk efficient processing of encrypted data (no key derivation in each call to encrypt/decrypt) Function to correctly hash a password and compare it. By popular demand, added a function to hash a string using standard message digest (SHA256 is default) Encrypt, Decrypt using RSA (OAEP padding). Generation of RSA keys. Main Benefits Your encrypted data cannot be tampered with without you knowing about it. People can't tell when you're encrypting the same plaintext with the same key (Chosen Plaintext Attack secure scheme) Deterministic encryption allows for encrypted search parameters in a query See discussions for more information.
戻る