Generate password salt field value

Hi All,

I would like to import user data from my existing shop(which is not in oxid) to my new shop in OXID.

Now I have found that we need to set OXPASSSALT in oxuser table,

So how can i generate this one, because I have only md5 value of password in my existing shop…?

If anyone knows this then please let me know.

Thanks.

As far as I remember, salt is “nice to have” but not mandatory, normally the md5 value should be enough - did you try yet?

Ah i see,

Thanks Hebsacker, it works with only md5,
but if there is a way to use salt then its nice to have idea of that also.