PassStore 0.61 - Updated to 64-bit (28/11/11)

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

Sorry not BETA 5 but RC 5 ;)
Registered user #92105
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

2djorge
I am using Passtore also for Putty sessions. Strange enough it has having some problems. Most of the time it does not seem to enter the password. I have tried with delays and got that working OK for 1 machine but still sometimes that even does not work. Is there any trick to get this working like 99.9% of the time?

Another request, is it possible to make the popup box larger? This is the box to select which entry I want to use for a password field.

Thanks for your hard work :)

Regards,

RolandD
Registered user #92105
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

Most of the time it does not seem to enter the password.
I've also saw this problem. At work it has never failed but at home sometimes i get the same problem. I think this is related with the processor speep. My machine is much faster than the one at work. I will see what can be done to avoid this problem.
Another request, is it possible to make the popup box larger? This is the box to select which entry I want to use for a password field.
That one is easy.....

As i said before i will release a version with the fixes and some features requested, but without the key-disk feature. This will happen very soon.... :wink:
______________________
David Jorge
Personal License #117854
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

2djorge
I can confirm that the machine I use at work is much faster than the one I use at home. While some entries at work are ok, at home I can't seem to get
any working :(
That one is easy.....
I was hoping so ;)
As i said before i will release a version with the fixes and some features requested, but without the key-disk feature. This will happen very soon....
Can hardly wait :) If you need any testing done, I am more than happy to help you out.
Registered user #92105
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

2djorge
Here I have something new I found and not sure I understand if it is a bug or by design. When I press CTRL-Q to automagically log me in somewhere I am asked for my password. Fair enough. Fill it in and it gets filled and me logged in. When I go to another website to do the same, I am asked for my password again but this does not happen every time but most of the time. Enough to be annoying since I type my password maybe a 100-times a day :-|

On top of that the password box is not always focused.

Just some behaviour I run into in my daily use of Passstore :)
Registered user #92105
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

...I am asked for my password
When there is no activity in passstore it gets locked automatically. Th ini setting is "timeoutlock". By default it is 30 seconds.

Try to specify a higher value in seconds like 3600. This gives you one hour. If you want you can specify 86400 for 24 hours.

~~~~~~~~~~
[MAIN]
.....
.....
timeoutlock=10000
~~~~~~~~~~

On top of that the password box is not always focused.
This have already happen to me.... I will check if this can be improved.
______________________
David Jorge
Personal License #117854
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

2djorge
Even though curiosity killed the cat, I am daring to ask you for a status of the new release. Any news? :roll:
Registered user #92105
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

I know, i didn't kept the promise to release a new version. Very sorry for that.

This is taking a while because i had a problem with my source manager and i lost some of the code i was doing regarding the key disk feature, But this is not a very big problem.

But at least the code regarding the bug correction and some features asked are there. Let's hope i can release it very soon....

I will try not to fail with this commitment.
______________________
David Jorge
Personal License #117854
User avatar
pajo
Member
Member
Posts: 181
Joined: 2005-02-18, 17:57 UTC
Location: Croatia

Post by *pajo »

2 author

You have mine full support. If you need any help test it please conntact me

p.s. I'm using your plugin on daily bases, now I had 290 entries in it :-)) , so keep up good work.
SunSpring
Junior Member
Junior Member
Posts: 5
Joined: 2005-08-28, 13:15 UTC

Post by *SunSpring »

2 author

I hope you can add attachment function at new version.
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

This feature wont't be in the version i am planning to upload soon. Maybe in the next one.
______________________
David Jorge
Personal License #117854
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

Hey djorge,

No sweat on the new release. As a daily user I am just eager for new releases :) My eyes are wide open :P

As pajo said, if you need testing done, just let me know.
Registered user #92105
rolandd
Senior Member
Senior Member
Posts: 313
Joined: 2003-06-26, 09:02 UTC
Location: Indonesia
Contact:

Post by *rolandd »

Just wondering, I am really keen on moving my entries from keypass into passstore. Does someone know if there is a quick way to do this?
Registered user #92105
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

You have to adapt the keepass xml form to passstore xml form and put the id="0" and then enter passstore plugin to load data and encrypt every single entry setting the checkbox "encrypt" in each new entry.


<file name="your_file_name" id="0">
<username>some username</username>
<url/>
<password>some password</password>
<notes>sample notes</notes>
<image>0</image>
<creationtime>2005-11-24T03:21:28</creationtime>
<lastmodtime>2005-11-24T03:21:28</lastmodtime>
<lastaccesstime>2005-11-24T03:21:28</lastaccesstime>
<expiretime expires="false">2999-12-28T23:59:59</expiretime>
</file>

Unfortunately there is other way yet.
______________________
David Jorge
Personal License #117854
djorge
Senior Member
Senior Member
Posts: 422
Joined: 2003-07-03, 12:48 UTC
Location: Portugal

Post by *djorge »

As pajo said, if you need testing done, just let me know.
Give-me your email. I have a new version ready to be uploaded but i'd like to test it first. Unfortunatley this version doesn't have any special new feature.

This version brings bug correction, new entry folder, some new env var and other minor features, but it is advised to all PassStore users.
______________________
David Jorge
Personal License #117854
Post Reply