registration page over http
hi,
i have created user registration page, , login page, accessed on http.
on each page browser gets pages form presented, form posted same page validation before being entered database.
the sensitive information in forms user password encrypted after form posted , before being added database.
is method using safe? in safe attack? or need use https?
any advise appreciated.
thank in advance.
what keeps safe attack not choice of http or https, security measures in validation. if you're filtering out html , script tags, checking user input matches criteria, , escaping values inserted in database, should ok.
the value of using https others cannot eavesdrop on unencrypted data being sent server. if validation , sql injection prevention measures inadequate, using https meaningless.
More discussions in Develop server-side applications in Dreamweaver
adobe
Comments
Post a Comment