NIPUtility 1.0.0
dotnet add package NIPUtility --version 1.0.0
NuGet\Install-Package NIPUtility -Version 1.0.0
<PackageReference Include="NIPUtility" Version="1.0.0" />
<PackageVersion Include="NIPUtility" Version="1.0.0" />
<PackageReference Include="NIPUtility" />
paket add NIPUtility --version 1.0.0
#r "nuget: NIPUtility, 1.0.0"
#:package NIPUtility@1.0.0
#addin nuget:?package=NIPUtility&version=1.0.0
#tool nuget:?package=NIPUtility&version=1.0.0
Hello,
To use this package to encrypt call the following method:
string xml = "<?xml version="1.0" encoding="UTF-8"?><FTAdviceDebitRequest><SessionID>999999220518062559519593639756</SessionID></FTAdviceDebitRequest>"; string encryptedText = SSM.Encrypt(xml, "public.key"); here public.key is the path to nibss provided key string decryptedText = SSM.Decrypt(encryptedText, "YourPassword", "private.key"); YourPassword refers to the password used to generate the key and private.key is your personal private key
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Serilog (>= 3.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 195 | 5/20/2024 |