Is it possible to see from a string which encryption an SQLite database uses? Let's say, I can open the database and see this: O45dTrA6NKG6SYeCENMwV7nxp66HR9lbhK12NGHgVnzEhebMjMJUhTmConk=
- how do I know which encryption is used? And how to decrypt it (should be alphanumeric in original)?
Asked
Active
Viewed 180 times
2

c1ph4
- 21
- 2
-
Looks like base64 encoding but the resulting data is not alphanumeric. – Mega Tonnage Nov 28 '22 at 21:32