Author | Message | Time |
---|---|---|
Lecht | Anyone with experience know how viable it would be to cache decrypted checks/responses/modules in an sql database? I'm assuming that warden responses are native to each module. Thanks for any input anyone can provide. | May 27, 2008, 2:56 AM |
Newby | Someone did something similar to this iirc (a database of pre-generated responses so they didn't have to reverse + write their own method). Search around. | May 27, 2008, 6:11 AM |
iago | [quote author=Newby link=topic=17503.msg178399#msg178399 date=1211868680] Someone did something similar to this iirc (a database of pre-generated responses so they didn't have to reverse + write their own method). Search around. [/quote] You may be thinking of lockdown. | May 27, 2008, 4:29 PM |
Barabajagal | Ya, that would be my big ol CheckRevision response DB. Lecht, might I suggest you determine what requests and responses exist for each module, then decide what to do with it given the information you have. I only made the DB because there was no way I personally was going to solve Lockdown, and there were a large number of static values that were easily determined. | May 27, 2008, 6:07 PM |