1# Todo and Ideas 2 3## Optional Required Encryption 4 5Add option to forbid logging in without the password encrypted (Warning, this could lock you out) 6- would need the login boxes be hidden if javascript is not enabled. 7- probably have to hook into the login function and remove the html for the boxes, then add them back in with javascript. 8 9## Add SHA256 verification codes. 10 11Add sha256 sums to the HTML, to have the browser check that they have not been tampered with in transit. 12 13 14