OutSystems Forge 日本語データベース

RC4 Crypto

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

Forge英文サイト

2018-10-12 1.0.1 Gonçalo Martins All All Libraries
RC4.NETは、.NET環境で対称RC4アルゴリズムを使用して暗号化/復号化をサポートするライブラリです。 ライブラリはC#言語で書かれており、Microsoft CLRとMonoプラットフォームの両方で同等に機能します。
RC4アルゴリズムは対称ストリーム暗号であり、既知のセキュリティ脆弱性にもかかわらず、RC4は依然として広く使用されています。 RC4.NETは、.NET環境で対称RC4アルゴリズムを使用して暗号化/復号化をサポートするライブラリです。 ライブラリはC#言語で書かれており、Microsoft CLRとMonoプラットフォームの両方で同等に機能します。 この拡張モジュールには、以下のメソッドを持つこのアルゴリズムの実装が含まれています。 暗号化する 解読する StringToHex

[Overview]
RC4.NET is a library that adds support for encrypting/decrypting using the symmetric RC4 algorithm in the .NET environment. The library is written in C# language and performs equally well on both the Microsoft CLR and Mono platform.
[Detail]
The RC4 algorithm is a symmetric stream cipher and despite having known security vulnerabilities, RC4 is still widely used. RC4.NET is a library that adds support for encrypting/decrypting using the symmetric RC4 algorithm in the .NET environment. The library is written in C# language and performs equally well on both the Microsoft CLR and Mono platform. This extension contains an implementation of this algorithm, with the methods: Encrypt Decrypt StringToHex
戻る