-1
votes
2answers
63 views
Howto save a password in the registry
I have a desktop application with a remote interface. The access to the remote interface is secured by a username and password.
What would be the best way to save these password s …
0
votes
1answer
15 views
How to use doctest on a Client script ?
I am playing with Google Calendar API, creating some useful function.
I another hand, I want to do it right puting some useful doctest and starting agile development.
How to wri …
1
vote
1answer
61 views
Excel sheet with XSLT transformation … need protection
Hello,
I need to export DataSet result to Excel file (using dataset, XSLT transformation and XML generation => XML spreadsheet). That's work, but I'd like to protect this sheet. T …
0
votes
3answers
21 views
Post Username & Password To Protected Folder/Site
I'm trying to post a username & password from an HTML form to a protected folder on a website? Is this possible? I thought I just pass in a syntax in the URL like the below …
0
votes
1answer
20 views
Password protect Open XML Wordprocessing Document
I need to add basic password protection to an Open XML Wordprocessing document. I can either use the COM interface, which is very slow when I have a large number of documents to pr …
0
votes
0answers
6 views
How to turn on Content Protection programatically on a Blackberry Device
We don't have BES deployed to set the IT policy and turn on content protection on the device. So, it has to be done programatically. I can see that such permissions can be requeste …
2
votes
6answers
260 views
How do I measure the strength of a password?
I was looking for an effective algorithm that can give me a righteous idea of how strong a password is.
I found that several different websites use several different algorithms as …
0
votes
0answers
16 views
Providing dynamic username & password strings to an Applet in a secured way
I have an applet which connects to a SFTP server to download file. The login credentials need to be included within the applet so that user will only select the download location a …
3
votes
6answers
97 views
How to upgrade a password storage scheme (change hashing-algorithm)
I've been asked to implement some changes/updates to an intranet-site; make it 'future proof' as they call it.
We found that the passwords are hashed using the MD5 algorithm. (t …
0
votes
2answers
103 views
Read/write Excel 2007 password-protected documents
What method does Office 2007 use for encryption (when choosing Encrypt and setting a password from Office menu)?
My C# app needs to create and read encrypted Excel 2007 files (.xl …
0
votes
1answer
134 views
How can I generate a vBulletin password salt from a md5 hash?
I'm transferring users from my old database to a vBulletin database.
I want a script to do this as it'll take forever otherwise.
I have all the user's passwords stored just like …
4
votes
5answers
206 views
Can someone steal a password from a Java application?
Hi,
Suppose there is a String variable that holds a plain text password.
Is there any possibility of reading this password using a memory dump. (Suppose using cheat engine.) I am …
3
votes
6answers
2k views
HTTP authentication logout via PHP
What is the correct way to log out of HTTP authentication protected folder?
There are workarounds that can achieve this, but they are potentially dangerous because they can be bug …
1
vote
3answers
740 views
Password Protect a directory using IIS 7 Digest Authentication
This may just be my misunderstanding of the subject, but I would hope to find a simple answer.
I run a web server for my own use, among many reasons just so I have a domain name t …
0
votes
2answers
83 views
How to password protect a directory but still give users access
I am creating a PHP script for my website that would allow my clients to login to their client account and view a list of files I've uploaded for them. Then they can download them …
