KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: giacomokk on January 27, 2017, 10:38:43 am

Title: decoding konakart customer password
Post by: giacomokk on January 27, 2017, 10:38:43 am
Hi, i'm trying to transfer konakart customers in another system for authentication. I need to know which encoding algorythm konakart uses for saving password in database.

Thanks.
Giacomo
Title: Re: decoding konakart customer password
Post by: Brian on January 30, 2017, 01:11:04 pm
It's a one-way algorithm - not designed to go from the value in the database to the original password.
Title: Re: decoding konakart customer password
Post by: giacomokk on February 15, 2017, 10:04:51 am
How can i know which algorithm konakart uses for encrypting psw?
Title: Re: decoding konakart customer password
Post by: Brian on February 27, 2017, 08:14:09 am
Quotei'm trying to transfer konakart customers in another system for authentication


It's not clear to me what you are trying to do.

Are you trying to move KonaKart customers to another system or are you trying to move customer records from another system into KonaKart's database?


Note that we don't like to publish details of the password generation for security reasons.