Skip to content

RabbitService with Encryption/Compression

Compare
Choose a tag to compare
@houseofcat houseofcat released this 22 Sep 20:24
· 161 commits to master since this release
f0aecf2
  • Code cleanup/lint fixes. Keeping it A+.
  • UnitTest refactoring.
  • Some models were shuffled around.
  • RabbitService was added.
    • Supports easy Encryption (once configured).
      • Aes 128/192/256 SymmetricKey encryption.
      • Argon2 32-bit Key Hash.
    • Supports easy Compression (once configured).
      • Gzip support (native)
      • Zstd support (3rd party)
    • Supports auto-setup of Topologer, Consumers, Publishers.
    • Centralized Error support - more work coming soon.
  • Additional utilities added to support Argon2 hashing, Aes Encrypt/Decrypt.
  • More RandomString/Byte tools.