From b87565e6667fdfccffed5c88c88257f94c21c9dd Mon Sep 17 00:00:00 2001 From: rpm-mcarman <65228808+rpm-mcarman@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:13:03 -0400 Subject: [PATCH] Encrypte String Working --- .../GlobalFunctions/EncryptionController.swift | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Sources/App/Controllers/GlobalFunctions/EncryptionController.swift diff --git a/Sources/App/Controllers/GlobalFunctions/EncryptionController.swift b/Sources/App/Controllers/GlobalFunctions/EncryptionController.swift new file mode 100644 index 0000000..a0490df --- /dev/null +++ b/Sources/App/Controllers/GlobalFunctions/EncryptionController.swift @@ -0,0 +1,8 @@ +// +// File.swift +// +// +// Created by Michiel Carman on 4/2/24. +// + +import Foundation