OutSystems Forge 日本語データベース

Crypto Library

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

Forge英文サイト

2016-11-08 1.0.1 André Vieira 10.0.105.0 All All Libraries
Wrapper for Forgeは、JavaScriptのTLS(およびその他のさまざまな暗号化ツール)のネイティブ実装です。 https://github.com/digitalbazaar/forge
暗号、PKI、およびメッセージダイジェスト用のいくつかの暗号アルゴリズムを実装するForgeライブラリのラッパー。 現在、このラッパーはAES暗号アルゴリズムのAPIのみを公開しています。 使い方 ライブラリの使い方の簡単なチュートリアルです。 InitAppLibraryアクションを使用して、通常はOnApplicationReadyイベントでスクリプトをロードします。 GenerateKeyAndIVアクションを使用して、暗号化キーを生成し、ivを使用してアルゴリズムを使用します。 キーストアプラグインを使用して、デバイスに安全かつローカルに保管してください。 EncryptAESおよびDecryptAESアクションを使用して、値を暗号化および復号化します。

[Overview]
Wrapper for Forge, a native implementation of TLS (and various other cryptographic tools) in JavaScript. https://github.com/digitalbazaar/forge
[Detail]
Wrapper for the Forge library that implements several cryptographic algorithms for ciphers, PKI, and message digests. Currently, this wrapper only exposes APIs for the AES cipher algorithm. How to use it Here's a brief tutorial on how to use the library. Use the InitForgeLibrary action to load the script, usually in the OnApplicationReady event. Use the GenerateKeyAndIV action to generate the encryption key and iv necessary to use the algorithm. Store them safely and locally on the device using the Key Store Plugin. Use EncryptAES and DecryptAES actions to encrypt and decrypt the values.
戻る