19 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for hadisur_rahman

#include <iostream> #include <cstring> #include <cctype> using namespace std; bool testPass(char []);//function prototype to check password int main() { char *password; int length; //assure requested length and password length are the same int numCharacters; //hold number of characters for password cout << "Please enter how many characters you would like …

0
101
Member Avatar for whizkidash

Team, Can any one assist me with my below script requirements I log into a jump box with my login and password, Here I need to create a script which i will run from this point that will connect to a different server using ssh and it should prompt me …

0
171
Member Avatar for gptArun

Hello , I am migrating Drupal database to wordpress tried out several options like in http://blondish.net/how-to-convert-drupal-to-wordpress/ & http://rufuspollock.org/2005/10/10/migrating-drupal-to-wordpress/ by queries. But in User password they send NULL value. Problem is with users password. If using same password as in drupal , wordpress login for relative user not working. any help …

0
138
Member Avatar for 68thorby68

I've just started using the PayPal classic API for a simple payment solution. The API obviously requires my paypal account credentials so visitors to the site can make payments into my account. My account credentails (username, password, signature key) are stored on the server in a simple configuration file. What …

0
126
Member Avatar for Fadli Muhammad

can anyone how to disable process such as explorer.exe at startup windows7 until i was true entering password? i want make log in display as my style.. thanks before.

0
147
Member Avatar for jalpesh_007

Dear all, I am developing SOAP web service using netbeans. As i have got preferred SOAP request and SOAP response,now i want to add security information like username and/or password in my SOAP header Request. Please tell me how can i modify or add username in my SOAP header Request …

0
254
Member Avatar for krunal1986

Hello, I need to create password protected PDF file in VB6.0. How can i do this? any reference link, suggestion or source code? Thanks.

0
135
Member Avatar for muhaznwifey

Hello I need help encrypting just the password from a XML file. The file follows the W3C XML syntax. I think I can achieve it by by encrypting the xml element content like this example: <?xml version='1.0'?> <PaymentInfo xmlns='http://example.org/paymentv2'> <Name>John Smith</Name> <CreditCard Limit='5,000' Currency='USD'> <Number> <EncryptedData xmlns='http://www.w3.org/2001/04/xmlenc#' Type='http://www.w3.org/2001/04/xmlenc#Content'> <CipherData> <CipherValue>A23B45C56</CipherValue> …

0
110
Member Avatar for Ron12345
0
112
Member Avatar for amitshowry

I had written a script to login to some terminals and do some basic commands remotely. It fails at password entry. ******************************************************************* Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "cygwin" ' Give Cygwin time to load WScript.Sleep 2000 a=Array(112) For Each i In a WshShell.SendKeys "`ssh user@XX.XX.XX.XX" & i & " 'hostname;ps …

0
237
Member Avatar for geekdevil

#include<iostream.h> #include<conio.h> void main() { int z[33]; clrscr(); cout<<"Enter any Password (32 character max): "; for(int i=0;i<33;i++) { z[i]=getch(); if(z[i]==13) { break; } cout<<"*"; } cout<<"\nYou entered : "; for(int j=0;j<=32;j++) { if(z[j]==13) { break; } cout<<(char)z[j]; } getch(); }

1
119
Member Avatar for VIPER5646

Hi In my program I have a Dataset that populates a Rdlc file and it was working Fine until I Encrypted the Accdb file and now when I run the App I get "Not a valid password" error at this line [CODE]Me.Services_QryTableAdapter.Fill(Me.CFIDataset.Services_qry, RprtID)[/CODE] I have tried Modifying the connection for …

0
95
Member Avatar for martin11ph

I've noticed a problem in entering passwords in some sites. For example, my password is [QUOTE] abc123DEF* [/QUOTE] If I type it directly in the text box, it will tell me there is an error. If I type it in notepad/address bar and Copy+Paste it, it works fine. What is …

0
191
Member Avatar for vin24

Hi guys! I just want you to ask if their is an available decrypting software? Would you mind to suggest??? Thanx in advance :)

0
144
Member Avatar for RicardoE

Can you please give me, or point somewhere, to find some sample code in FASM I'm trying to do a very simple program asking for a password, if the pass is correct display a message, if not exit program. Thank you very much :)

0
167
Member Avatar for lisahoneysmith

Source: [U][url]http://www.lost-password.net/products/passwordrecovery.html[/url][/U] Do you have a outlook e-mail? Microsoft Outlook 2010 offers premium business and personal e-mail management tools to more than 500 million Microsoft Office users worldwide. With the release of Outlook 2010, you get a richer set of experiences to meet your communication needs at work, home, and …

0
206
Member Avatar for Richard26

Hi, I would like to know how to put a small access database online and make it password protected. When accessed I would like the people concerned to be able to edit it and add information. Please can you tell me how and if this can be done. thanks richard

0
76
Member Avatar for Quath217

I have an Add-In for Excel 2007 (can't post the code here unfortunately) and in some instances, when the user makes a certain change within the Add-In then closes Excel 2007, they are prompted to enter the password for the VB code within the Add-In. The password prompt dialog can …

0
148
Member Avatar for Danielle0417

I have a dell stuido w/ vista... I forgot my user login password...does anyone know how i can reset the password or delete it.

0
112

The End.