ragininternet
ragininternet
Hi, thanks for your great tool (used it already in a few SingelPageApps). Now I would like to use LiteDB for our small business 5 user at the same time...
Thanks for your work. Love the tool. Do you think that there will be a version for Visual Studio 2022?
Hi, ` var aesKey = EncryptProvider.CreateAesKey(); var jsonString = JsonSerializer.Serialize(MyComplexObj); await JsConsole.LogAsync(jsonString); var encrypted = EncryptProvider.AESEncrypt(jsonString, aesKey.Key, aesKey.IV); await JsConsole.LogAsync(encrypted);` The first LogAsync gives back the complexobject as string. The...