Skip to content Skip to sidebar Skip to footer
Showing posts with the label Encryption

What Is The Best Way To Encrypt Login Details (username And Password) Of Any Web Based Application Using Javascript?

What is the best way to encrypt the login details (username and password) of any web based applicat… Read more What Is The Best Way To Encrypt Login Details (username And Password) Of Any Web Based Application Using Javascript?

How To Securely Pass Data From Php Forms To Html

I have a login system which is an html form and I need to send the username and password back to th… Read more How To Securely Pass Data From Php Forms To Html

Php Caesar Cipher

(jsfiddle example here: caesar cipher) I am making a Caesar cipher - it's an alphabetic shift, … Read more Php Caesar Cipher