Search found 1 match

by Mattwalton122
Sat Aug 01, 2015 5:24 pm
Forum: General
Topic: What you need to know about the recent compromise here
Replies: 31
Views: 38523

Re: What you need to know about the recent compromise here

Regarding the plain text passwords in the panel. Surely you could use symmetric key encryption using a hash of the users password to encrypt them, then require the user to input their password to either decrypt them in the browser using JavaScript, or decrypting them on the web server as a fallback ...