1

When a user logs into a FogBugz installation that is not set to run on SSL, is the username and password sent in clear text, or is it encrypted?

flag

1 Answer

3

If you are not using SSL, then any data you send will not be encrypted between your computer and the server, regardless of what application you are using (including FogBugz). The passwords are stored encrypted in the database.

If you want to be sure that your information is never sniffed on the wire, you should always use SSL.

link|flag
Thanks - that's exactly what I was looking for. – Jason Clarke Oct 13 2010 at 19:50

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.