Implemented encryption for embedded profile.

This commit is contained in:
Jakob Friedl
2025-08-19 20:03:34 +02:00
parent 72fcb0d610
commit b023fca124
17 changed files with 79 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
import prologue, json, terminal, strformat, parsetoml, tables
import sequtils, strutils, times, base64
import sugar
import prologue, terminal, strformat, parsetoml, tables
import strutils, times, base64
import ./handlers
import ../[utils, globals]
import ../../common/[types, utils, serialize, profile]