Tagged Questions
18
votes
10answers
2k views
My website got hacked… What should I do?
My dad called me today and said people going to his website were getting 168 viruses trying to download to their computers. He isn't technical at all, and built the whole thing with a WYSIWYG editor.
...
7
votes
3answers
630 views
How to crack a dBase file password?
I've inherited a bunch of dBase (.dbf) files from a legacy application, and I need to import the data into MS SQL or MS Access. I know these programs have built in "import" functions, but the dBase ...
5
votes
6answers
826 views
Hacking your own application
I am a web developer that is very conscious of security and try and make my web applications as secure as possible.
How ever I have started writing my own windows applications in C# and when it comes ...
3
votes
3answers
445 views
Secure Software License Usage Audit Log
Folks,
We have an intriguing technical challenge. How to write a secure audit file that tracks usage of a software so license fees can be based on usage thereby making it more affordable to those who ...
2
votes
5answers
730 views
How secure is a PostgreSQL database if my server is stolen?
If I have a server with a database if top secret data in PostgreSQL and my password is practically impossible to crack (128 character string of all sorts of weird chars, generated by hand). The server ...
2
votes
2answers
192 views
How to deal with user authentication and wrongful modification in scripting languages?
I'm building a centralized desktop application using Python/wxPython. One of the requirements is User authentication, which I'm trying to implement using LDAP (although this is not mandatory).
Users ...
1
vote
4answers
873 views
CryptoLicensing cracked - still usable or better options for a similar price?
I want to sell software developed in c# to end-users and want to use licensing with a yearly fee for this.
I have never used licensing, so I'm completely clueless about this and don't want to ...
1
vote
2answers
235 views
What is the best way to protect my program from cracking?
I've written a VB program. How do I add anti-tamper code so people can't crack it?
0
votes
1answer
56 views
Securing Windows Phone 7 App?
I'm about to port some of my applications to Windows Phone 7. At the moment, these apps are all native, C++ or Delphi. Over the years I've developed a good understanding and skills on how to secure ...
-1
votes
2answers
177 views
Using John the Ripper to guess md5 hashed passwords [closed]
I was brought in to start securing some code for a company and right now they md5 hash passwords (and that's it). No blowflish, no salting, no password length minimums or rules of alphanumeracy, etc., ...