Beispiel #1
0
 public static bool Decrypt()
 {
     return(SqliteUtils.Decrypt(_dbPath, _dbCfgKey));
 }