Saturday 27 May 2017

How to implement form-based authentification without SSL/TLS

I am building a small website to learn web development.

I would like to have a secure authentication system. After some reading, it seems like there is no way to send the credentials to my server without SSL/TLS connection.

However, an SSL connection is not suitable for me for the following reasons:

  • It is complex;
  • It is (most likely) not free

Is there any alternative that I could use for this purpose ?



via acourchesne

No comments:

Post a Comment