|
what kind of code encryption / compression is this?
Hello,
yesterday in my office i found these strings in sql lite database, which I know exist in our application, they are coded description of civil engineering work activities
SQB6AHIAYQBkAGEAIABuAGEAZABzAHQAcgBlAGEBbgBpAGMAZQA=
i know that string above is coded string:
Izrada nadstrešnice
which is "making of rain protection roof" in english
SQB6AHIAYQBkAGEAIABhAHIAbQBpAHIAYQANAWsAbwBnACAAcwB0AG8AbABhAA==
this is coded string:
Izrada armiračkog stola
which is "making of armature table" in english
I have whole database full of these encoded strings running at my local server.
I was wondering, is there a way to found out what kind of encryption / compression method was used to store this text string into database?
|