| Zeuscart Version 2.3 has following security features ,
1.User authentication info is encrypted *the user name and password are stored in encrypted format
2.Admin authentication info is encrypted *the user name and the password of sub admin users are encrypted
3.Payment gateway info at admin are encrypted *payment gateway info- bank account number , password , transaction details are encrypted Account details are not stored anywhere in the database.
4.All Query string inputs are type casted for input sanitizing
5.Captcha code made mandatory for all form inputs. *Captcha code are used in order to avoid automatic entries instead of manual entries |