Skip to content

The interfaces provided by MassTransit reduce message-based application complexity and allow developers to focus their effort on adding business value.

Notifications You must be signed in to change notification settings

AlexGreatDev/MassTransit

Repository files navigation

MassTransit Session Key Generator

Description

This project is a .NET 9 console-hosted service that utilizes MassTransit with an in-memory transport. It includes:

  • A service to process session key requests using Rfc2898DeriveBytes.
  • An event notification service that generates AES keys and IVs from the session key.

Features

  1. Session Key Request Service: Generates session keys based on input strings and publishes a notification.
  2. Notification Service: Listens for session key notifications and generates AES keys and IVs.

How to Run

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-folder>

About

The interfaces provided by MassTransit reduce message-based application complexity and allow developers to focus their effort on adding business value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages