Search found 54 matches

by Enternal
2013 Aug 06, 08:05
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.3 Final (Unicode) - August 5, 2013

To be fair, the only people who "need" to know assembly these days (aside from critical optimisations) are BIOS writers - those are one of the few things which require the bespoke touch, as they are by default hardware dependant. The question is not really one of "easier" or &qu...
by Enternal
2013 Aug 06, 04:27
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.3 Final (Unicode) - August 5, 2013

Sorry :oops:. I realized that I did not compile the program in Unicode. The new version have been uploaded now to the first post. You can now pass Unicode paths command-line parameters into it and it will properly forward it to xplorer2. It should now be final. Just as a comment. It's the right tool...
by Enternal
2013 Aug 05, 08:41
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

Ok, far better now... - not perfect - but workable. Like you, I'm not mad about the convoluted method of checking to see if x2 is successfully running or not... for example, xp2KeyCrypt.exe gets a little unhappy if you start a second or third instance from the shortcut. It doesn't start screaming f...
by Enternal
2013 Aug 04, 21:38
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

I think you got it right this time - the beta works as described. As a slight tweak, I would probably make the LIC-existence pause a little longer than 1.5 seconds (probably be more generous - up to 4 or 5) because it's expected to be used on USB sticks (which are slow to begin with) on other peopl...
by Enternal
2013 Aug 04, 00:14
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

You were guessing at the syntax? You got it perfectly! Anyways, base on your code, I wrote a new program just to make it easy to test it out: ParamN = CountProgramParameters() For p = 1 To ParamN CLine$ = Cline$ + " " + Chr(34) + ProgramParameter() + Chr(34) Next MessageRequester("CLi...
by Enternal
2013 Aug 03, 21:54
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

...do you have any recommendations on what type of parameter I should pass to make sure some of the basic parameters that are usually passed works? The specific argument types are not that important - as long as x2 receives them in the same order and format as your binary does - for example, paths ...
by Enternal
2013 Aug 03, 20:04
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

Er, not quite there yet. This one doesn't seem to be extracting the LIC for some reason (and yet, weirdly, executes the x2 binary anyway). :? And I'm not certain multiple (or indeed any) argument parameters are being passed properly. Edit: Or, rather, a delay of 100ms is not sufficient for x2 to gr...
by Enternal
2013 Aug 03, 11:28
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

Re: xp2KeyCrypt 1.2 - August 2, 2013

Nice idea - though I imagine anyone using x2 portable in anger would use a proper auto-encrypted USB method, this is as effective a way as any. :D That said, as you're using it as a launch/wrapper, a few suggestions... - x64 versions of x2 are not named xplorer2_UC, they use xplorer2_64.exe as the ...
by Enternal
2013 Aug 03, 06:00
Forum: Especially Useful xplorer² Topics:
Topic: xp2KeyCrypt 1.4.1 Final - August 12, 2013
Replies: 33
Views: 41008

xp2KeyCrypt 1.4.1 Final - August 12, 2013

For encrypting the licence key X2.LIC file, when xplorer² is run from a flash drive. This topic thread was originally posted in the xplorer² Professional forum.        Moved here 9-September-2013 =fg= ============================================================ Updated March 4, 2014 - Version 1.4.1...