|
Latest news from the TrueCrypt front |
|
|
|
|
Written by IsNull
|
|
Tuesday, 27 July 2010 15:41 |
|
I invested a lot of time with anaylzing the truecrypt source. First, it's not that easy to build truecrypt - (at least the boot thing), as you need the VS C++ 1.5 Compiler, and this old thing isn't easy to get. But hey, do we need that for our Crack operation? I don't think so. So I started to refactor the code and to isolate the interesting parts of the code. What we actually need is just the routine which tries to decrypt the TC Volume-Header, nothing more.
At this point, I have to tell you that the Source is hard as Hell to refactor. The C code reads like somone with a strong asm background wrote it o.0 However, after spending alot of time, I was able to manage the code and create a dll, which basically exports a easy to use function. Well at least a frist try worked so far.
I hope I can release a first version in the next few days which should be able to decrypt at least standard TC Headers.
c ya
|
|
Last Updated on Tuesday, 27 July 2010 15:58 |
|
|
true.crypt.brute C# rewrite |
|
|
|
|
Written by IsNull
|
|
Sunday, 18 July 2010 19:06 |
|
The very popular true.crypt.brute Tool is going to be rewritten in C#, to solve some common problems and get the following benefits:
+ Cross-platform (.NET depended)
+ Faster (as we have now native code)
+ Multi-Threaded crack-operations to get maximum speed
The rewrite will be Open Source too, and hosted on gitorious (using git source control) -> http://gitorious.org/truecryptbrute
I expect a first beta soon, so stay tuned ;) |
|
Last Updated on Sunday, 18 July 2010 19:11 |
|
Written by IsNull
|
|
Tuesday, 11 May 2010 13:49 |
|
securityvison is back in 2010!
With a complete new site, with complete new download section manager. Ah ..yeah.. and with the dark side of the force on our side :)
hope you like it...
|
|
Last Updated on Tuesday, 11 May 2010 17:56 |
|
|
Written by IsNull
|
|
Tuesday, 11 May 2010 16:32 |
|
The IronAHK Project (C# Crossplatform rewrite of Autohotkey) started a while ago, and since then there is a solid progress. To help the founder of this Project, Titan, securityvision has decided to join the IronAHK development.
Actually, the main goal is to reach 1:1 compatibilty to vanilla Autohotkey. This will be mainly done with release 0.9 - Then the community can test their scripts and after bugfixing we will reach RC 1.
In Fact, we hope that 0.9 can be released this year.
Autohotkey under Linux - that is where we have to go :)
|
|
Last Updated on Saturday, 15 May 2010 11:31 |
|
|