Add Encryption Module, remove all encryption Code from Filesystem to prevent circular dependencies
This commit is contained in:
@@ -6,6 +6,8 @@ Imports DigitalData.Modules.Filesystem
|
||||
Imports DigitalData.Modules.Language
|
||||
Imports System.Timers
|
||||
Imports System.IO
|
||||
Imports DigitalData.Modules.Encryption
|
||||
|
||||
Public Class EmailService
|
||||
Private _Logger As Logger
|
||||
Private _LogConfig As LogConfig
|
||||
@@ -50,7 +52,7 @@ Public Class EmailService
|
||||
|
||||
_Logger.NewBlock("Inititalize Encryption")
|
||||
|
||||
_Encryption = New EncryptionLegacy("!35452didalog=")
|
||||
_Encryption = New EncryptionLegacy()
|
||||
|
||||
_Logger.EndBlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user