-
```
Device 0: AMD Opteron(TM) Processor 6272
Testing: Raw-MD4-opencl [MD4 OpenCL]... FAILED (cmp_all(0))
```
-
I have moved this to the top post. It is a list of hashes that salt dupe is not working. It MAY be that some of these simply do not have dupe salts (many encryption based quasi-hashes will not). But o…
jfoug updated
9 years ago
-
At 240 threads (eg. Solar's little MIC) and a plaintext length of 125, and an OMP_SCALE of 16K, the saved_keys buffer alone is near half a gigabyte. We need to start using malloc/free for these buffer…
-
I have Glimpse installed in a .net 4 webforms site (glimpse 1.8.3, glimpse.webforms 1.8.0). When I turn glimpse on from glimpse.axd the small strip appears as expected at the bottom right of the brows…
-
EPiServer 7 CMS fails with NullReferenceException when Glimpse is added to the stack. This seems to be due to the proxies that are used in the `RouteCollection`. EPiServer scans this collection for `C…
-
Perhaps I'm missing something but I can't get it to save tags.
I've added a new property to an Page contenttype in EPiServer7
[UIHint("Tags")]
[BackingType(typeof(PropertyTags))]
…
-
Some of the wrappers have a namespace starting with:
EPiServer.*
Change so it starts with:
HansKindberg.EPiServer.Cms7.Abstractions.*
instead
The namespace starting with EPiServer.\* is correct for …
-
I'm not sure if Apple just used different altivec extensions or what but you cannot compile jtr with powerpc when using a newer compiler.
I've been working on a patch and managed to fix compiler erro…