Re: Function to decode the passwords in the database

2008-01-30 Thread Steve Kalkwarf
I have been wondering if there is a way to decode the passwords stored in the sqlite database directly. Is there any function I can pass the desired entry id and my master password?? No. What are you trying to do? You can use AppleScript to get at them, assuming your permissions are set to

Re: Function to decode the passwords in the database

2008-01-30 Thread Arvid Warnecke
Hello Steve, Steve Kalkwarf wrote: No. What are you trying to do? You can use AppleScript to get at them, assuming your permissions are set to allow it. my problem is, that I have a Windos box, too. It's no big deal to install sqlite there and sync the databases between the both. But my

Re: Function to decode the passwords in the database

2008-01-30 Thread Rhet Turnbull
my problem is, that I have a Windos box, too. It's no big deal to install sqlite Yikes! You'd have to re-create a lot of the Yojimbo functionality and reverse-engineer their schema among other things for this work properly. Why not just use Webjimbo? http://www.webjimbo.com/ --Rhet On

Re: Function to decode the passwords in the database

2008-01-30 Thread Arvid Warnecke
Hello Rhet, Rhet Turnbull wrote: my problem is, that I have a Windos box, too. It's no big deal to install sqlite Yikes! You'd have to re-create a lot of the Yojimbo functionality and reverse-engineer their schema among other things for this work properly. Why not just use Webjimbo?

Function to decode the passwords in the database

2008-01-29 Thread Arvid Warnecke
Hello, I have been wondering if there is a way to decode the passwords stored in the sqlite database directly. Is there any function I can pass the desired entry id and my master password?? Cheers, Arvid -- -- This message is