Tagged Questions

0
votes
5answers
95 views

why it returns null password???

In my Generator class ,I make a new password and also I have a SystemManagements class which imports Generator class (it is in the other package) and I have some information like n …
2
votes
2answers
79 views

Python: Read password from stdin

Scenario: An interactive CLI Python program, that is in need for a password. That means also, there's no GUI solution possible. In bash I could get a password read in without re-p …
0
votes
0answers
27 views

How to set password on a folder in Fedora10 [closed]

I have some useful documents inside a folder. I want to make the folder password protected. So that if i want to access the folder it will prompt for my password.
3
votes
2answers
64 views

Persisting web service passwords

I'm not a security guy so any help on this would be greatly appreciated. I have a large number of third-party field devices that have remote methods that can be called across xml- …
1
vote
3answers
112 views

how to mask password in c?

In C, I want to display every single character that the user type as * (Ex, Please type in your password: *) I'm searching around but can't be able to find a solution for this. D …
4
votes
2answers
76 views

what is best possible way of salting and storing salt?

Hi guys I have read about password salting, but this might sound a little odd. But how do I store and secure the salt. For example in a multi tire architecture say I use the client …
2
votes
3answers
56 views

MySQL password function

Is it considered good or bad practice to use MySQL's password function to hash passwords used by an application? I can see pros and cons. I'm curious if there is a general consen …
3
votes
2answers
51 views

“Please confirm which user you are changing the password for”

So I just made a change password form for my rails app. It's just like any other very typical password change form. So after a few times testing it out I started seeing a popup bo …
0
votes
5answers
73 views

Twitter one time password [closed]

When I signed up for a twitter account I was shocked when I see that there is no password matching check. Ie. Only enter the password once. I often make typos with my password a …
0
votes
0answers
15 views

encrypt a password textbox in create view

hi thre i want to provide a textbox that would allow the user to encrypt a text i will basically use that in my create view for users and i have username and password textbox ht …
1
vote
9answers
197 views

how does IM remember password securely?

How can msn messenger and others provide a way to remember password on disk and then send it to the server for authentication later? I searched for this topic and found a couple so …
0
votes
1answer
25 views

ASP.Net Membership saves changed password as plain text even with Hashed passwordFormat set

Hi all, I'm using the ASP.Net SqlMembershipProvider to manage my users. Here is my config: <membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="15"> <p …
1
vote
1answer
53 views

Password protect a simple web site

I've got an HTML-only website (with a bit of inconsequential javascript). The static pages are generated from a photo-blogging program that I created. There are hundreds of pages …
4
votes
6answers
159 views

What is safest method to store passwords in a table?

Hi, I am using PHP. I used to use native mysql function password() to store passwords. I was told that password() is not safe anymore. What would be the best method to store passw …
2
votes
1answer
34 views

git-svn password change

I'm using TortoiseGit on Windows XP. My team all use a central svn server as our central "canonical" code repository. It's all run on a windows network. I work locally with git, …

1 2 3 4 5 13 next
15 30 50 per page