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.
- Session Key Request Service: Generates session keys based on input strings and publishes a notification.
- Notification Service: Listens for session key notifications and generates AES keys and IVs.
- Clone the repository:
git clone <repository-url> cd <repository-folder>