ocluse / LiquidSnow-archive

The Liquid Snow Framework
Apache License 2.0
8 stars 1 forks source link

Enigma Builder #5

Closed thismaker closed 3 years ago

thismaker commented 3 years ago

A builder that allows for quick construction of an Encryption and Decryption session with various configuration options. This means that making the Enigma.cs class non-static or creating a new class altogether.

thismaker commented 3 years ago

Builder created, however, the Builder desired is now the SymmetricBuilder which basically does the same thing.