|
01.28.2014, 02:13 PM
Decryption is likely possible given enough time and motivation. CC apparently uses SQLLite to store their database, but it is encrypted with either a custom encryption made by CC devs, or something commercially available like SQLCipher. Either way, you need the decryption key. I did notice several instances of the key "b77a5c561934e089" in the "ZedGraph.resources.dll" files, but I doubt it would be in there and in such an easily readable format. But the key has to be included somewhere in the program (or support DLLs), or retrieved from the CC's server (but that would require a constant net connection).
|