- Code: Select all
-- Sun Mar 07 12:58:25 GMT 2010
DELETE FROM DATASTORE;
efe87db7ca1ffbb86360ad9b2eb78cd246e25ea5cbc7b2c40975c3b38eb6a7db2e293899b7818c9fb482b41059251a7ba75cce3cd6812d97eeef3eba97fd52909d871c423b53e49cc03d9cb58a7113e5
It's simply sql statements. The portion to hack is from "efe87 ..." onwards.This is the encrypted content. If you manage to decrypt it, it's an sql insert statement.
I am using AES encryption and the data as you can see above is in hex strings. I would like to know how secure my above encrypted sql backup file is.
Thanks.





