Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine. It is primarily used with a username for the authorization system. Sometimes people use keys instead of passwords due to the increased strength of the keys.
0
votes
0answers
64 views
how to change set ubuntu 10.04 user password by php
friends, trying to set user password from php in my unbut 10.04 box , but in appache error log showing == >
[Sat Mar 16 11:54:40 2013] [error] [client ::1] File does not exist: /var/www/favicon.ico
...
0
votes
2answers
53 views
Trying to change a Linux password without using passwd [closed]
I'm a linux noob and I'm stuck on a small detail of a class assignment.
I meant to do this from a root shell:
useradd myname -g sudo -p 'openssl passwd -crypt abc123'
To create a sudoer account ...
-2
votes
1answer
28 views
Create a change password page
I have added a plugin called "force password" which will force members to change their password on their first login.
However, because I redirect the users to a profile page I have done myself, I ...
1
vote
1answer
336 views
how do you get the password hash of a zip file?
I was doing a CTF sample, and they gave me the files hash. I ran it through JtR and i got my password for the sample. The thing is, the hash was given to me. Is there a way to find the hash of that ...
0
votes
4answers
93 views
simple password validation
I wan't to make 1000 passwords and give them to users.
Passwords contain 6 digits - they look like random 6 digits.
When user comes there is no information besides this password, and I want to ...
0
votes
0answers
39 views
Services and Scheduled Tasks assigned to a user account
In Windows Server 2008 R2
Lets assume user acct: User1
Password for User: 1234
I have assigned an automatic service to run based on User1's credentials for startup of service. I have also created a ...
1
vote
1answer
89 views
HTML: Chrome save password
Firefox and IE ake me to save the password. Why doesn't Chrome aks me? What do i have to change?
<body>
<form action="" name="form1" id="form1">
User:<input type="text" ...
0
votes
0answers
117 views
Decode mysql membership password
Hi I am using the default MySQLMembershipprovider for my web project and everything works fine. User passwords are hashed and saved in my_aspnet_membership table with an additional column for ...
0
votes
0answers
20 views
0
votes
2answers
74 views
password validation and UNICODE
How to validate regex for condition:
Password must not contain any sequence of characters immediately followed by the same sequence of characters. I am having other conditions as well and am using
...
2
votes
4answers
163 views
Is there any basic string obfuscation I can use whilst pair programming?
Whilst pair programming with database systems, sometimes we end up temporarily hardcoding credentials (typically of our own accounts), which leads to slight awkwardness with the partner trying to look ...
0
votes
0answers
38 views
Verify if my local PC has a password [duplicate]
I'm developing a method that returns a bool to know if my local PC has a password or not. My OS is Windows 7.
I tried to use the registry keys but I could not find a way.
-1
votes
1answer
104 views
Get a wordpress password hash [closed]
I'm writing a small game that I would like to like with my Wordpress site. All I want to do at the moment is have the client log in to the game with the same credentials as the website. Before you say ...
0
votes
2answers
47 views
Regular expressions for password validation missing work
I need to validate a password that matches the following criteria:
Must be at least 6 characters long (?=.{6})
String contains a numbers(0-9) and least 1 uppercase letter(A-Z) and least 1 (-) ...
1
vote
1answer
30 views
how to store a password in webapp that needs to be passed in plain text to a third party?
I have a simple webapp which users login to access to a third party API that also require their personal credential in plain text username and password (no OAuth or anything). What's a proper, ...
1
vote
1answer
44 views
Get informations from Password Strategy
Is there a way to get some informations from Password Strategy ? like password length, max password age ...
I tried with the registry key but i didn't find what i'm surching for.I'm programming with ...
2
votes
1answer
187 views
replicating wordpress password hash in mysql
So I would like to be able to change password hashes that exist in my wordpress wp_user table in the user_pass column. I am hoping to be able to write something as followed:
# simplified version of ...
-2
votes
1answer
49 views
Whenever this server side validation checks, it returns false even when i enter correct password
This is the code. abc_university is my database name.
<?php
include('connectionfile.php');
$query=("select username,password from professor where username='$_POST[username]'AND ...
0
votes
0answers
52 views
joomla 2.5 password reset connection timed out
I have an error on a joomla 2.5 site.
When the user clicks the "forgot password" link and requests an email be sent, the screen goes blank and there is a connection timed out error, but the email is ...
1
vote
1answer
71 views
Passwords management frameworks (.NET, Java, Delphi, C++) [closed]
I can't find any password management frameworks/libraries. The target platform doesn't matter. It could be Java/.NET/VCL/C++.
I need a framework that will help to:
generate random passwords using a ...
0
votes
1answer
41 views
why the password is visible for a split second even after i am doing stty -echo?
i tried everything even removing the stty echo line but the password is visible for a split second after the user types his password.i am thinking its some timeout issue so i am trying withh all kind ...
0
votes
0answers
78 views
Entity Framework - Store Password
I'm learning WPF, MVVM, and Entity Framework and just making a test project (For learning purposes). Currently a user can go on the app and "sign up".
I've currently been able store and retrieve data ...
0
votes
2answers
336 views
Changing Active Directory user password from java program
I have Active Directory, with Users in it, i am trying to change a users password from a Java Program as follows:
Properties prop = new Properties();
...
0
votes
2answers
76 views
Java - request password again to client from server
I'm trying to create a more advanced server-to-client program but I've stumbled onto a problem. I managed to ask the client to enter password, and if false it rejects the client.
However, I tried ...
0
votes
0answers
109 views
How do I check whether an iDevice running iOS 6 is passcode locked?
I'm trying to write a tweak that replaces the unlock slider on an iPhone. It works pretty well, except for the fact, that my new slider is placed above the passcode entry field after a respring. To ...
0
votes
1answer
83 views
Is it safe to enter the root password while installing dmg or pkg files on a Mac? [closed]
I don't want to hear something like yes it is or similar.
What I need is an explanation how Apple or the Cocoa team makes it sure that the producer of the package isn't using its own login dialog and ...
0
votes
2answers
77 views
Sending Password Plaintext over HTTP Redirect to HTTPS
This is a followup to my previous question about how to secure API calls from a mobile app to a Play app hosted on Heroku.
It was originally suggested that I implement OAuth, but it seemed more ...
0
votes
2answers
63 views
Read password using perl on windows without using CPAN packages
We have a perl script that uses the terminal to read a password. This script does not work on Windows as the terminal is not available.
We did some research and found that ReadKey/Readline is an ...
0
votes
1answer
25 views
phpass Warning?
I just implemented phpass into my websites register code and it seemed to work, but it gave me the following warning
Warning: is_readable(): open_basedir restriction in effect. File(/dev/urandom) is ...
0
votes
2answers
143 views
Does a salt and pepper password count as 96-bit encryption?
I have created this code for a salt and pepper password encryption. I assume this is a good way to encrypt passwords, but what level of encryption is this?
I first thought the 'bit' part was the ...
1
vote
2answers
539 views
Password input field change from text to password on focus/type?
I have a sign up form where the titles of the inputs are in the text box, and when you click on the box, the text disappears, but on the password i want the preview text to remain as "password" and ...
0
votes
1answer
135 views
Generate a password list file
Well met!
I'm unfortunately not a programmer, but I need some help in order to solve a great mystery of mine. I want to generate all combinations of an 8 character long string with regards to the ...
0
votes
2answers
78 views
Best practices for hashing a password without using SSL
I know this question sounds like it might already be answered but stay with me. I have a website that needs users to sign up and log in. In this process, lets take sign up the user would provide a ...
0
votes
0answers
62 views
Is it possible to reset oracle E-Business suite user password using SQL query?
i am developing an java application that change oracle E-Business suite user password when ever their password changed in Microsoft Active Directory. is there any sql query available to reset oracle ...
7
votes
3answers
69 views
How to store and search list of 'Banned Passwords'
I'm working on a project where I need to have a set of password restrictions that includes a file of disallowed passwords (All the common passwords like 'abc','abcdef','12345' 'password' etc.) The ...
0
votes
2answers
75 views
GDB: How to find 'passphrase' at $eax when address out of bounds?
I have the output here when I disas in GDB the function that pertains to comparing the program input to a 'passphrase'. I know the real 'passphrase' is in $eax, but when I try to examine $eax, I get ...
-2
votes
1answer
72 views
Password Algorithm [closed]
Could anyone tell me what type of Algotithm/Hash Function the following passwords use?
password: scrambled text
hhhhhhhhhhhhhhh : .!_-*/P_.!_-*/P
iiiiiiiiiiiiiii : / ^,+.Q^/ ^,+.Q
jjjjjjjjjjjjjjj : ...
0
votes
3answers
64 views
Why passwords shouldn't be used as session key [closed]
For the secure communication between Alice and Bob if they have pre-shared password. Why that password shouldn't be used as session key for the communication ?
1
vote
0answers
71 views
password_digest error
i use omniauth-identity for authentication on my project. i lso use mongodb for database.my identity model is like below:
class Identity
include Mongoid::Document
include ...
0
votes
2answers
86 views
Generate passwords from list in pairs of two
I've recently found an old TrueCrypt volume file of mine, but after an hour of trying out different passwords I haven't found the right one. I know for a fact that I used a combination of old ...
1
vote
0answers
147 views
MySQL root password getting reset
I have recently acquired a remote server to serve as a database server. The providers pre-installed it with MySQL server 5.1.68. I changed the root password by logging in mysql and issuing -
UPDATE ...
0
votes
1answer
73 views
Password on visual basic
I put a password on my ms access which acts as a databsae on my visual basic project. i have this code that error when i try to run
Me.TblMedicineTableAdapter.Fill(Me.SampleDataSet.tblMedicine)
it ...
1
vote
2answers
171 views
Decrypting a devise password
I need to decrypt a password generated by devise.
For example, my password is test123test. devise generated this password:
$2a$10$vGeVVu.E0XGjlNEa0xMCK.R0SEH0aFuyJpefrq01Axz6WSbHApPEu
I need to ...
-2
votes
2answers
110 views
how can I create a login page in c# using django user table? [closed]
I have a user table in Django project. And ı want to use it in C# for login. But ı cant convert my password to django. How can ı do? thanks..
0
votes
0answers
6 views
Code is finding the right word, but some bug is causing it to print a different word
I wrote a password cracker (just for the sake of learning), but as I said in the title, it finds the right word and unzips the file, but prints another word located in the passwords.txt.
Can any of ...
-4
votes
1answer
144 views
Android How to make app locker [closed]
I am new to Android so dont kill me if this question has been repeated but believe me I searched a lot and could not find any usful answer. My question is how to implement the app locker for all ...
0
votes
3answers
76 views
Rails Devise password edit not working
I have the following link in a menu:
<li><%= link_to "Change your password", edit_user_registration_path %>
This is in my route:
devise_for :users
When the link gets clicked, I get ...
-1
votes
1answer
281 views
Log in password check HTML JAVASCRIPT [closed]
I've been trying to get my password to validate for the following conditions:
If password / username is less than 5 characters, error box will appear
If password / username / both is not entered, ...
0
votes
1answer
38 views
How to apply a custom layout for password pages in Devise?
I'm working on an existing project where I need to add a new layout for password pages. I can't seem to find a complete enough answer to get what I need working. What I have in ...
0
votes
0answers
183 views
How to use md5 hashed password (get from external API) to create user in wordpress?
From the WHMCS API I get these data:
email
password
I get the email in normal format (email@example.com). But I get the password in following format:
41bef39ea1086512d8b90b2a3dbc4d3e:jh#sZ ...


