Skip to content

SunamoCrypt

Crypting with various crypting algorithms (Rijndael, Triple DES etc.)


Crypting with various crypting algorithms (Rijndael, Triple DES etc.)

Overview

SunamoCrypt is part of the Sunamo package ecosystem, providing modular, platform-independent utilities for .NET development.

Main Components

Key Classes

  • BTS2
  • CryptHelper
  • RijndaelBytes
  • Rijndael
  • TripleDES
  • RC2
  • RijndaelString
  • CryptHelper2
  • IV
  • CryptData

Key Methods

  • ConvertFromUtf8ToBytes()
  • ConvertFromBytesToUtf8()
  • ClearEndingsBytes()
  • Decrypt()
  • Encrypt()
  • ApplyCryptData()
  • EncryptRSA()
  • DecryptRSA()
  • GetRSAParametersFromXml()
  • EncryptTripleDES()

Installation

dotnet add package SunamoCrypt

Dependencies

  • Microsoft.Extensions.Logging.Abstractions (v9.0.3)

Package Information

  • Package Name: SunamoCrypt
  • Version: 25.6.7.1
  • Target Framework: net9.0
  • Category: Platform-Independent NuGet Package
  • Source Files: 15

This package is part of the Sunamo package ecosystem. For more information about related packages, visit the main repository.

License

See the repository root for license information.