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,5 +1,6 @@
import parsetoml, strutils, sequtils, random
import ./[types, utils]
import ./types
proc findKey(profile: Profile, path: string): TomlValueRef =
let keys = path.split(".")