AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein Datenbanken Delphi UniDac 4.3.8 Encryption nicht kompatibel zu UniDac 4.5.9
Thema durchsuchen
Ansicht
Themen-Optionen

UniDac 4.3.8 Encryption nicht kompatibel zu UniDac 4.5.9

Ein Thema von Darlo · begonnen am 24. Okt 2012 · letzter Beitrag vom 24. Okt 2012
Antwort Antwort
Darlo

Registriert seit: 28. Jul 2008
Ort: München
1.196 Beiträge
 
Delphi 10.2 Tokyo Enterprise
 
#1

AW: UniDac 4.3.8 Encryption nicht kompatibel zu UniDac 4.5.9

  Alt 24. Okt 2012, 13:05
Hier die Antwort von DevArt:

You can also use another workaround that does not require using UniDAC 4.3.
A database that was encrypted using UniDAC 4.3, can be decrypted with UniDAC 4.5.9 using only the first character of the encryption key.
In your example, you can use the '.' key to decrypt the database encrypted with UniDAC 4.3.
So, in order to re-encrypt your database with a correct key, you should perform the following steps using UniDAC 4.5.9:
- first, connect to the database using a '.' key;
- then call the TLiteUtils.EncryptDatabase(UniConnection1, '.xxxxxxxxxxxxxx$') class method to change the encryption key;
- now you can disconnect from the database and connect to it again using the correct key.


Das klappt auch super. Nur kann ich immer noch nicht die verschlüsselte Sqlite Datenbank mit einem
DB-Tool z.b. sqliteExpert öffnen, hier heißt es immer noch:

File is encrypted or not a SQLite3 database or encryption key does not match.
Philip
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:34 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz