In my app, user can upload files to a ftp server. To open the connection and write to the serv开发者_如何学Goer, I need to use username and password. Having FTP username and password in the code looks
I\'m currently writing a simple FTP client (using C# and .NET). It\'s important that users be able to \"bookmark\" their previous FTP connections--including authorization information, so they don\'t h
I\'m in the designing stages of a custom tcp/ip protocol for mobile client-server communication.When not required (data is not sensitive), I\'d like to avoid using SSL for overhead reasons (both in ha
Is there a way to pass开发者_高级运维word a protect an applet?Maybe I think too simple. But...
I have a fully functional authentication system with a user table that has over fifty columns.It\'s simple but it does hash encryption with salt, uses email instead of usernames, and has two separate
I have looked a bit into cryptography and related matters during the last couple of days and am pretty confused by now. I have a question about password strength and am hoping that someone can clear u
Is there any way to have socket.socket.recv run with hidden input. For example, if I was asking for a password I would want the input to be hidden, as if I were running the \"sudo\" bash command.
Is this how hashed password stored in SQL Server should look like? alt text http://img28.imageshack.us/img28/2545/88871034.gif
I have a form field where users can change their passwords, but if they set their settings to remember passwords, their password shows up. Is there a way to make th开发者_高级运维e field always empty?
OK I see a lot of people asking about passing other values, URLS, random stuff through a URL, but don\'t find anything about sending a password to a password field.