FosterCryptAes

所属分类:加密解密
开发工具:C#
文件大小:77KB
下载次数:0
上传日期:2022-06-02 20:01:38
上 传 者sh-1993
说明:  福斯特AES加密。
(AES Encryption for Foster.)

文件列表:
FosterCryptAes.csproj (1419, 2022-06-01)
FosterEncryptionAes.cs (3392, 2022-06-01)
LICENSE (1064, 2022-06-01)
logo.ico (141951, 2022-06-01)
logo.png (85572, 2022-06-01)

# FosterCryptAes This package adds AES encryption support to Foster. # Usage 1. Install this package from NuGet or clone this repository and add Project Reference to your project. 2. In your project's starting void (mostly Program.cs Main() void) add `new Foster.Modules.FosterEncryptionAes.Register();` 3. You can now use Foster with AES encryption. # Build To build this package, .NET SDK must be installed. To build from command-line: `dotnet build` # Encryption Arguments The first byte of the byte array is used for determining the encryption cipher mode, the rest are IV. To generate an argument with auto-defined IV, you only need to send the cipher mode's integer value as string. # Foster Manager Arguments |Value|Cipher Mode| |-----|-----------| |0|CBC| |1|ECB| |2|CFB| |3|OFB| |4|CTS|

近期下载者

相关文件


收藏者