-
jheddings committed revision 2 to the Antdoc SVN repository, changing 1 files.
2009-11-11 18:10:49 UTC in Antdoc
-
I use many times to build argument strings for an call, especially since doesn't allow or conditional elements. It would be great if could just have 'append' and 'insert' methods to make this a little cleaner of a process. I've attached a patch that I think accomplishes these things.
Also, if could be made conditional, that would be even better.
2008-03-28 18:31:18 UTC in ANT Contrib
-
jheddings committed revision 1 to the Antdoc SVN repository, changing 42 files.
2007-08-17 17:02:47 UTC in Antdoc
-
jheddings registered the Antdoc project.
2007-06-05 03:05:31 UTC in Antdoc
-
Here's a link to the latest for the J2ME port... There's still some work to be done for J2ME MID profile compliance. The command line it a bit more featured, there still no UI. Still trying to work out the kinks for compiling to J2ME before tackling all the other stuff (like reading PWS format natively).
http://www.heddway.com/pwsafe/pwsafej_0.0.3.jar
I'm trying to decide if this work...
2007-04-06 02:43:06 UTC in Password Safe
-
Hi Andrew-
I've been considering something similar... I've been on a mission to get my PWS database on my BlackBerry. It would be great if it had a server backed to hook to, instead of having to run a manual sync from my BB. I've got some Java code that is compiling for Desktop / Command Line / BlackBerry, but doesn't recognize the native PWS file format yet. It should be pretty easy to...
2007-04-04 02:32:01 UTC in Password Safe
-
Here's an updated version... Not much new, just better crypto handling (I think). It's at least correctly padding remaining blocks now. There are a few other code changes as well. The junk database creation now works properly, doing both encryption and compression does not. http://www.heddway.com/pwsafe/pwsafej_0.0.2.jar
I've been testing this using databases of between 1K - 4K entries...
2007-04-03 05:06:25 UTC in Password Safe
-
Here's a link to what I've been playing around with... There's not much in the way of interface functionality. I was sidetracked trying to figure out how to get encryption hacked in.
I know it's a bit of a departure from the current PWS file format, but I wanted to see what might happen with a clean slate. Let me know what you think.
http://www.heddway.com/pwsafe/pwsafej_0.0.1.jar.
2007-04-02 06:41:36 UTC in Password Safe
-
I'd be glad to show you what I've got... It's probably easiest to just have you pull it from a server somewhere, so I'll put it up shortly and let you know. It's not much, just some skeleton ideas for how to accomplish things. I've got it compiling for my BlackBerry at the moment (although you'll see it's not really doing anything, just proving that I can compile the crypto code). I'll clean...
2007-04-01 21:05:52 UTC in Password Safe
-
I've been looking at the new Java port of PasswordSafe... Looks very interesting! Any chance this will become the "default" password safe implementation?
A question I had when looking over the source: has consideration been given to porting the core Java routines to J2ME? Given that it usually supports very reduced set of classes, I'm not sure the current routines will work...
2007-03-31 21:57:05 UTC in Password Safe