cracking

About how fast can you brute force PBKDF2?

吃可爱长大的小学妹 提交于 2019-12-04 02:05:13
After the linkedin password hash leak, I've been looking at our password hashing. We using Django 1.4 which uses PBKDF2, which is great and a step up from the previous SHA1. However I'm curious how easily one could brute force that. I'm looking at our password complexity rules, and am wondering how fast it'd take to do (say) 8 length lower case ascii letters. This guide to cracking the LinkedIn password hash, has someone doing 430 million sha1 hashes per second on a GPU. http://erratasec.blogspot.ie/2012/06/linkedin-vs-password-cracking.html What kinda speeds would you get for PBKDF2? Does

How To Extract .flv Stream from JW Player 5.1?

你说的曾经没有我的故事 提交于 2019-12-03 07:01:20
问题 The problem is I've a slow internet connection, and the video doesn't buffer like in YouTube. Therefore I was wondering weather I can extract the url of the .flv file which is being streamed in JW Player and directly download it. Doing some preliminary research, I've found the following info: Main Video URL: http://ijf10.ilcannocchiale.tv/video/2263 Link Only To Video: http://ijf10.ilcannocchiale.tv/js/mediaplayer.swf?... XML File: http://ijf10.ilcannocchiale.tv/xml/video/2263 Actual File

How to detect a cracked iPhone App and a jailbroken device (different methods)

流过昼夜 提交于 2019-12-03 02:51:43
问题 I'm building a blacklisting service for cracked iPhone apps and I am curious if I missed a method for detecting cracked apps. In the moment following app crack detection methods are available for the service: checking plist size checking signer identity checking if binary is crypted (not sure if this is working correctly since no cracked app got detected this way) checking modified date of info.plist against modified date of package (not sure if this is working - used code like: http:/

How to detect a cracked iPhone App and a jailbroken device (different methods)

大兔子大兔子 提交于 2019-12-02 16:25:28
I'm building a blacklisting service for cracked iPhone apps and I am curious if I missed a method for detecting cracked apps. In the moment following app crack detection methods are available for the service: checking plist size checking signer identity checking if binary is crypted (not sure if this is working correctly since no cracked app got detected this way) checking modified date of info.plist against modified date of package (not sure if this is working - used code like: http://snippie.net/snip/f7530ff2 to do that) I also wonder if it is possible to check if the device is jailbroken?

Software protection for small vendors

为君一笑 提交于 2019-12-02 15:57:15
This is a problem we all have to consider at some point. After many years and many approaches I tend to agree in general with the staterment: "For any protected software used by more than a few hundred people, you can find a cracked version. So far, every protection scheme can be tampered with." Does your employer enforce the use of anti-piracy software? Further, every time I post about this subject, some one will remind me; "First of all, no matter what kind of protection you'll employ,a truly dedicated cracker will, eventually, get through all of the protective barriers." What's the best

Forgot the username and password of *fdb (firebird) database. Is there anyway I can crack this database?

馋奶兔 提交于 2019-12-01 10:38:15
I have database of firebird of more than 8 GB and I want to migrate all the data from it. But I have forgotten the username and password. Is there anyway or any tool through which I can crack this database and can get my data back? In most Firebird setups, the username and password is kept in a central security database (security3.fdb in the case of Firebird 3). If you don't know the username and password of a user anymore, you have the following options. Be aware, this answer uses Firebird 3 as its base, but most options also apply to Firebird 2.5 and earlier. Instead of security3.fdb , use

Forgot the username and password of *fdb (firebird) database. Is there anyway I can crack this database?

北战南征 提交于 2019-12-01 08:30:27
问题 I have database of firebird of more than 8 GB and I want to migrate all the data from it. But I have forgotten the username and password. Is there anyway or any tool through which I can crack this database and can get my data back? 回答1: In most Firebird setups, the username and password is kept in a central security database (security3.fdb in the case of Firebird 3). If you don't know the username and password of a user anymore, you have the following options. Be aware, this answer uses

Changing the program flow when running under a debugger

拜拜、爱过 提交于 2019-11-30 17:35:30
Is there any way of detecting that a debugger is running in memory? and here comes the on Form Load pseudocode. if debugger.IsRunning then Application.exit end if Edit: The original title was "Detecting an in memory debugger" Try the following if ( System.Diagnostics.Debugger.IsAttached ) { ... } Two things to keep in mind before using this to close an application running in the debugger: I've used a debugger to pull a crash trace from a commercial .NET application and send it to the company where it was subsequently fixed with a thank you for making it easy and That check can be trivially

How to skip a line doing a buffer overflow in C

懵懂的女人 提交于 2019-11-30 08:22:30
问题 I want to skip a line in C, the line x=1; in the main section using bufferoverflow ; however, I don't know why I can not skip the address from 4002f4 to the next address 4002fb in spite of the fact that I am counting 7 bytes form <main+35> to <main+42> . I also have configured the options the randomniZation and execstack environment in a Debian and AMD environment, but I am still getting x=1; . What it's wrong with this procedure? I have used dba to debug the stack and the memory addresses:

how do I protect my iOS app from being cracked? [closed]

好久不见. 提交于 2019-11-30 04:06:40
I have $0.99 iOS app and I'm afraid someone would like to crack it. How can I protect my app from crackers? It's very easy with little class, which I implemented: https://github.com/itruf/crackify Just import Crackify.h and check: BOOL cracked = [Crackify isCracked]; these are some check list to check whether your app is cracked. checking plist size checking signer identity checking if binary is crypted checking modified date of info.plist against modified date of package If it's in the store it likely already has been cracked. I wouldn't waste your time trying to combat pirates, no-one has