MD5/SHA are one-way hashes. Once something has been passed through a one-way hash, the original value is not present (unless you kept and stored the original value yourself.)
Exporting the database won't show the original values.
The following is incorrect -
Quote:
|
Someone told me that each new installation of MySQL make some unique key that is used for generation data when MD5 or SHA-1 encryption is involved..?
|
MD5/SHA are algorithms. They don't use a unique key for anything.