Password protection is used to ensure only authorized users (i.e. those who know the password) can access or modify certain information.
0
votes
0answers
15 views
How to verify php script authenticity via CDN online service?
E.g. I am selling a WordPress or Joomla plugin and after the user installs and activates this plugin, but it still remains not vworking, because he needs to click on some "verify" button so the status ...
0
votes
0answers
17 views
Password protection via .htaccess working in subdirectory but not in subdomain
I have a main site and a subdomain test site.
On the main site I have a folder previously used for testing...
/httpdocs/test/
Within that I have a htaccess file
AuthUserFile ...
1
vote
1answer
35 views
Can someone break my zip files passwords?
I have made a system that reads password protected zip files. Only my source code knows the password to unzip the file. But my question is:
Is there any way that a person very interested in knowing ...
1
vote
2answers
43 views
How to password protect a PDF file using Perl?
I'm want to add password protection to PDF files generated by my application. Are there any CPAN modules I can use to achieve this?
0
votes
2answers
26 views
MS SQL Security when accessed remotely
I am planning to make a VB.Net application that is hard coded to access an MS SQL database hosted remotely on a web server. Is there a way for someone using some packet sniffing (I think it is called) ...
0
votes
1answer
52 views
SSKeyChain: how to lock this keychain?
My cocoa app will have the following features:
1. password protected login. User will have to enter the password in order to use the app
2. once logged in, user can create some personal profile, which ...
0
votes
0answers
29 views
mvn --encrypt-master-password <password> : Good practice for choosing <password>? Which level of privacy should it be?
I am learning to use maven password encryption capabilities and I would like to know how to choose the parameter <password>. There are two things that I don't understand:
1) mvn ...
3
votes
1answer
64 views
Is it a bad practice to use bcrypt(md5(pwd) + salt)?
I'm trying to share logins between my app and an IPB forum.
I've seen that Invision is providing a module to share the credentials: IPS Connect
To make it simple, there is a master application and ...
0
votes
1answer
52 views
Creating the folder with password protection
I am trying to create the media recorder for Android by creating the folders with password protection and audio files inside.
But now I only can create the folder and audio files which other Apps and ...
0
votes
0answers
18 views
How do I create a password protected directory on Windows hosting?
I would like to create a password protected diretory in a .NET website.
What I mean by password protected has nothing to do with application authentication.
I mean that it should work with the ...
0
votes
2answers
34 views
ASP.NET - Cron job with password protected page
I am trying to read an xml-feed into a database on a specific time with cron jobs. Everything is working fine (the cron job calls the page and the xml-script starts running and reading into the ...
1
vote
1answer
54 views
how to securely store a password for a 3rd party service in django?
I'm running a web service on Django. Users register to my system and provide me login details (username and password) for a 3rd party web service).
My purpose is to store this details in the best and ...
0
votes
2answers
45 views
ASP.NET || Is this a good way to hash passwords?
I'm trying stuff to hash password for my website and I've been experimenting a bit and I've gotten a result. Now I'm asking myself if this is actually a good way to hash my passwords.
My Main code:
...
0
votes
0answers
121 views
Removing password from Excel Document
Apologies if this is in the wrong site.
A while ago I placed a password onto my Excel document, and I have never looked at it again until recently and discovered that I can no longer remember the ...
0
votes
0answers
22 views
Is there a way to secure files downloaded within an app from a file browser?
Is there a way to secure files downloaded within an app to prevent them from being accessed by the user via a file browser such as iExplorer, when the device is plugged into a computer?
Can I ...
0
votes
1answer
39 views
What is an effective solution to replay attacks on password storage files?
How can I effectively thwart a replay attack on a password file that contains usernames and their passwords hashed with salt (and/or pepper)? The attack I am interested in preventing is as follows:
...
1
vote
1answer
63 views
How can I password protect a binary file download?
I would like to create a very simple php protector on an arbitrary binary file, where the user enters a password and the file is downloaded to their computer, but they must enter the password each ...
0
votes
1answer
15 views
publish google play with password resctriction
I would like to publish an app in google play, but I want to restrict the downloading under password or something like that. Is it possible? Is there any alternative?
Many thanks in advance,
0
votes
0answers
101 views
hash/encrypt a textbox being used for a password
I have a question I am hoping to be able to get some assistance with. I know this question have been asked before and I have gone through a bunch of posts over the last few days. I have a form that ...
0
votes
2answers
63 views
How to prevent non members from directly accessing private content with PHP
I am aware of the .htaccess Apache method of protecting folders from non members but am wondering how it can be done with PHP only.
Checking for session variables can protect php pages but direct ...
1
vote
0answers
61 views
Password protect category output in a WordPress blog page template
I am trying to edit a blog archive page template that will hide all output unless a password is entered. Currently when "Password protected" is selected, it only hides content entered into the page ...
0
votes
2answers
111 views
Replace Htaccess popup box with a html form?
I have password-protected a directory on my website using htaccess. When I type in the URL to the folder I get a simple popup box where I can type in my info. All is fine. But what I really want to do ...
2
votes
1answer
65 views
How does mvn --encrypt-master-password <password> work?
I would like to know the algorithm or technique used by this command (mvn --encrypt-master-password ). Each time I run it produces a different output. I'm assuming that it takes system time as a seed ...
0
votes
0answers
40 views
Howto delete passwords from Keychain
I'm using the KeychainItemWrapper example code to protect the user data in my app (personal files) ..
[self.kciWrapper setObject:key forKey:kSecValueData];
What happens if the user ever forgets the ...
0
votes
1answer
199 views
Password Protection of file in android
I would like to give some kind of protection to my files either stored in SDCard or in application sandbox. Currently I am using Cipher to encrypt or decrypt any file. Problem with using Cipher is ...
0
votes
2answers
45 views
session protection 3
I am creating a webpage bit by bit, testing parts of the webpage ideas. I want to learn how to session protect a page. I have already password protected a page seccsesfully, but anybody can access the ...
2
votes
1answer
30 views
Request to server with sensitive data
From my chrome extension, I am making a request to my server with sensitive information, namely the user's email and password, in order to log them into the service. A naive way to do this would be to ...
2
votes
2answers
81 views
PHP password protection secure enough
Before I start I'd like to apologise for bringing up this subject once again, as many users did, but with a research I did, I wasn't happy with what I've found. I just hope to come up with something ...
0
votes
2answers
81 views
Protecting word Document with Password
I have created one asp.net application which has one functionality of conversion of Html table to word Document. I had done this successfully. But now i will need to protect my file with password. Is ...
-1
votes
3answers
51 views
session protection
I am creating a webpage bit by bit, testing parts of the webpage ideas. I want to learn how to session protect a page. I have already password protected a page seccsesfully, but anybody can access the ...
1
vote
1answer
27 views
Zip file with password, sent with a different extension
I received a zip file via email that was password protected. However, my email system was blocking the zip file type, so the sender changed the extension to something else. I saved the file and ...
1
vote
2answers
40 views
SAS Prompt Manager - password masking not accepted by dabases (i.e. mainframe, db2, oracle, sqlsvr)
Tool: SAS EG5.1
Environment: SAS GRID (linux)
Task: Im trying to create a prompt via prompt manager which will deliver a masked password to the libname statement used to access tables on ...
0
votes
0answers
56 views
start intent when opening a folder
I am trying to do one app which will have a textbox.
This TextBox should appear when am trying to open a folder in my SD card. Then I want to type a password in the textbox and when I do so, if the ...
0
votes
1answer
50 views
Logon securely over cleartext using PHP?
I am using the Mediawiki API to create accounts on my server #1, and when the account is created I want to automatically login to the Mediawiki that is installed on a different server #2.
Server #2 ...
1
vote
1answer
98 views
I am trying to password lock my application, but its not workig
here is my code, I don't know what I am doing wrong. But its not working! Ideally what I want is if all the textviews are empty it should toast "please fill the details" or else "saved" but some how ...
0
votes
1answer
114 views
iOS acces temporary private files when iPhone is connected to a computer
I have an iOS app that is downloading a password protected PDF file. I use some code to unlock the PDF using a password, but I must save it to disk temporarily in order to present in in a view on the ...
0
votes
1answer
85 views
Open & Write to Password Protected Directory
I have a password protected directory I want to write to a text file in PHP. cURL is probably what it'll take, but I'm trying fopen right now:
$filename = "example.txt";
$file = ...
0
votes
1answer
38 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
2answers
102 views
jQuery validator to show relevant download link
I'm using the validator plugin to add various password fields to a site, each one releasing a relevant download link upon the successful password being entered. The problem is, when the correct ...
0
votes
2answers
91 views
Best way to secure SQL password [duplicate]
I am using many PHP scripts and I have database information inside each file, including database name and password.
I want to secure this piece of information, to make sure no one can gain access.
...
-4
votes
1answer
138 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 ...
1
vote
1answer
151 views
How to save a password properly
I attemt to write a program, with which you can login to a remote website. For some people having multiple accounts, I try to make it easy for them and store account data in IsolatedStorage. At the ...
89
votes
9answers
3k views
PHP and MySQL - how to avoid password in source code? [duplicate]
I have a small PHP application storing data in a MySQL database. Currently username / password are hard-coded in the PHP code. A situation I do not really like, for example, since the code is also ...
1
vote
1answer
62 views
What is the safest way to store a 2 way password?
I want to create a password store for use within our local area network,
the password store is going to be something similar to keypass but with user access levels.
The reason I want to make ...
0
votes
1answer
358 views
Need to create jquery password prompt (should be simple)
So I made a website for a scavenger hunt i am hosting, but I need a password prompt to come up nearly every page to make sure they have completed the challenge to move on. I am using Jquery and the ...
1
vote
2answers
415 views
how to set password to micro SD card programmatically?
is there any way to write protect micro sd card with password through programming (Java/C)?
primarily I wanted to set a password to micro sd card and the sd card should have access only if we provide ...
0
votes
0answers
60 views
use php to login users to ASP.Net Membership users database
I have a database of users created in ASP.Net Membership .Net 4.0 using SHA-256 base64 hash algorithm.
I would like to now use php and write a function that will log in a user if the user provides ...
0
votes
0answers
72 views
How windows performs integrity check before retrieving the values from it?
Hi I have wonder how windows performs integrity check on the registry values before its going to read it.
While i am changing the cached domain credentials in the windows registry, I got those ...
1
vote
2answers
204 views
Generate a password protected ZIP file in node.js
I need to create a ZIP file in node.js, protected by a password.
I am using "node-zip" module, that unfortunately doesn't support password protection:
var zip = new require('node-zip')();
...
0
votes
1answer
73 views
Pass new password to a HTTP REST API endpoint in a secure way
I have an app, that has a REST API developed by me by WCF. It works great. It uses http basic authentication to authetnticate users, and https to secure data transport.
Now I should develop an API ...




