Please enable JavaScript.
Coggle requires JavaScript to display documents.
Windows form application (hecking code encryption) (Dropdown box for type…
Windows form application (hecking code encryption)
Dropdown box for type of encryption
When "encrypt" or whatever is called a new class is instantiated for that type of encryption
"AES" class instantiated
#
Public class Functions
#
Generate IV() and other iv methods
Define properties and methods of IV
Define properties and methods of Key(encryption)
Key methods
Public class AES (inherits from functions)
Encrypt()
Decrypt()