does anyone know what encryption is this? [closed] - mysql

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Does anyone know what type of encryption is this:
zlnL/JLk3dtHQiKqHEpxz+Y2Y6ueKi1soF5scb1BYqpAkeBMEKsCnMB9LA1BsM+rKaOZMDBxpzJ56HXuRrQFDA==
Or a method to find out what encryption is used.
The line is taken out from a mysql db and i wanna know what contains.
Thank you in advance.

That is a Base64 encoding. You can see it on the last two == that is typically for that encoding.

Related

How to print JSON file in Java [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have a JSON file E:\\jsondemo.json in my disk. I want to read the contents and print it using Java. I tried to search and tried to do examples. But nothing looks good for my program.
See this page to find examples on FileInputStream.

For search purposes: HTML files or store content in database? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it faster to search your web page content if the content is stored in html files or in a database like SQL?
depends on how you want to search through it. I would prefer to store it into a database and implement full-text-search.

mysql get substring offset (indexOf)? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
is there a way to get the offset of a substring, in mysql?
IE
"hello everybody i'm a newbie programmer" "everybody" offset 6
i'm looking for the equivalent of indexOf in java/javascript
thanks!
sorry, found by myself
INSTR(str, substr)

An example on how to convert this data format to JSON? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can someone provide me an example on how to convert this data format to JSON?
#Scsi_test
(iotest)
scsi
dkdkdkdkdkdkddk
dkdkdkdkdkkdkdk
dkdkdkdkkdkdkdk
Well, you haven't given us any clues at all what the data format is.
So based on what I see in your question, just 6 rows of data, I would suggest:
{rows:{row1:'#Scsi_test',row2:'(iotest)',row3:'scsi',row4:'dkdkdkdkdkdkddk',row5:'dkdkdkdkdkdkddk',row6:'dkdkdkdkdkdkddk'}}

about csv extension,what is the use of it [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
i need some information about csv extension, what is the use of csv extention, how to use it, any simple example
Here is all you could possibly want to know about CSV.
And if that doesn't satisfy your unquestionable thirst for knowledge, try the references from Wikipedia and Google.
It's just a way to indicate the type of the file, nothing more, nothing less.
Could call the file XXXX.doodleberry for all the operating system or the application using it could care about it.