maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   pySafe - for personal information security (https://talk.maemo.org/showthread.php?t=40108)

jaguilar 2010-07-27 01:00

Re: pySafe - for personal information security
 
Quote:

Originally Posted by garsim (Post 765823)
i love this applicaion, but tonight i deleted my sqlite file.
hower i've a backup from an old version (a simple .db), but i can to import anything or i can't to change the file to use.

Simply delete the "/home/user/.pysafe.conf" file, and start it again.

garsim 2010-07-27 03:27

Re: pySafe - for personal information security
 
good!
thank you man :D

jaguilar 2010-08-21 05:45

Re: pySafe - for personal information security
 
There's a new version in the repository. The changelog is in the first post of the thread.

But with bad news: in this version the auto-lock is disabled due to a problems when showing the menu or other dialogs (the program freezes).

pizzulicchio 2010-09-01 22:25

Re: pySafe - for personal information security
 
Should be possible to add the feature of import a db made with keepass password safe or keepassx? A .kdb file directly.
In this way you can update your password from your pc using a more suitable keyboard, save the file and put into the phone, so open wit pySafe. isn't it a good idea? I think yes.

robbie 2010-09-02 11:14

Re: pySafe - for personal information security
 
Quote:

Originally Posted by pizzulicchio (Post 804670)
Should be possible to add the feature of import a db made with keepass password safe or keepassx? A .kdb file directly.
In this way you can update your password from your pc using a more suitable keyboard, save the file and put into the phone, so open wit pySafe. isn't it a good idea? I think yes.

I made a (windows only) program that allows you to convert your kdb to pysafe format. You can find it here: http://www.robvonk.com/projects-engl...afe-converter/

It seems that there isn't much interest in the program though so didn't put much effort into it. It's pretty basic.

WhiteWolf 2010-09-05 10:36

Re: pySafe - for personal information security
 
Quote:

Originally Posted by jaguilar (Post 793689)
There's a new version in the repository. The changelog is in the first post of the thread.

But with bad news: in this version the auto-lock is disabled due to a problems when showing the menu or other dialogs (the program freezes).

I confirm this problem

WhiteWolf 2010-09-05 10:42

Re: pySafe - for personal information security
 
Ask you to consider the two following points:

1) Allow a copy a complete item, for example, I have the group and within talk.maemo.org Web. I have created user and password url. Then I create another like www.fgdor.org with the same fields but I have to create field by field. It would be useful to select and double talk.maemo.org www.fgdor.org the name with all its fields.

2) Have a desktop application on my Linux (Ubuntu, etc) to enable work with the same database and be able to synchronize.

Thanks for a very good application.

msyed 2010-09-06 05:39

Re: pySafe - for personal information security
 
can someone please help me.. i m not able to open pysafe.. all the usernames r there n now i cant access them.. i reinstalled it n rebooted my phone too.. still not able to open it.. also i fond out that "/home/user/.pysafe.conf" does not exist.. anyway of addin it..

pizzulicchio 2010-09-06 16:24

Re: pySafe - for personal information security
 
Quote:

Originally Posted by WhiteWolf (Post 807736)
Ask you to consider the two following points:

1) Allow a copy a complete item, for example, I have the group and within talk.maemo.org Web. I have created user and password url. Then I create another like www.fgdor.org with the same fields but I have to create field by field. It would be useful to select and double talk.maemo.org www.fgdor.org the name with all its fields.

2) Have a desktop application on my Linux (Ubuntu, etc) to enable work with the same database and be able to synchronize.

Thanks for a very good application.

A simple sync copying the file that you have made with PC into the phone should be the definitive solution.

jaguilar 2010-09-07 02:08

Re: pySafe - for personal information security
 
Quote:

Originally Posted by msyed (Post 808361)
can someone please help me.. i m not able to open pysafe.. all the usernames r there n now i cant access them.. i reinstalled it n rebooted my phone too.. still not able to open it.. also i fond out that "/home/user/.pysafe.conf" does not exist.. anyway of addin it..

Open the program in terminal, and post the messages that appear. To run pySafe, run this:
Code:

/opt/pysafe/pysafe
CAUTION: run as a normal user! Never as root!

cpmweb 2010-11-06 11:27

Pysafe not running with Pr1.3
 
Hi,
I have a problem running Pysafe since i upgraded to Pr1.3. I think the problem is to do with the upgrade to Qt 4.7. When I run from the command line I get the message

Code:

$ /opt/pysafe/pysafe
Traceback (most recent call last):
File "/opt/pysafe/pysafe", line 3, in <module>
from mainwindow import pysafe
File "tmp/mainwindow.py", line 5, in <module>
File "tmp/util.py", line 4, in <module>
RuntimeError: the sip module implements API v8.0 but the PyQt4.QtGui module requires API v7.1

Is there an update in the pipeline? Anyway to workaround the problem in the meantime?

titou1234 2010-11-06 13:00

Re: pySafe - for personal information security
 
Hi,

I have also upgraded to Pr 1.3, but in my case pySafe is still working fine.
Perhaps, you could try to re-install pySafe.

Ithier

cpmweb 2010-11-06 14:56

Re: pySafe - for personal information security
 
I discovered that other Qt4 python apps weren't working either (eg Healthcheck). I did some more googling and found this link

http://forums.internettablettalk.com...&postcount=364

I then tried downgrading my sip package using apt

Code:

sudo apt-get install python2.5-sip4=4.10.5-maemo0
This seemed to do the trick!

Will try out a few more Python Qt apps but there seems to be a problem somewhere in this area.

jaguilar 2010-11-06 17:19

Re: pySafe - for personal information security
 
It's strange....I have PR1.3 installed, and pySafe works perfectly. And the python2.5-sip4 version is 4.11-maemo0.

By the way, I'm working in a new version, with copy/paste and fixing the auto-lock issue.

attila77 2010-11-07 15:50

Re: pySafe - for personal information security
 
About PyQt bork issue: see http://forums.internettablettalk.com...08&postcount=8

garsim 2010-11-12 13:47

Re: pySafe - for personal information security
 
Quote:

Originally Posted by jaguilar (Post 865316)
It's strange....I have PR1.3 installed, and pySafe works perfectly. And the python2.5-sip4 version is 4.11-maemo0.

By the way, I'm working in a new version, with copy/paste and fixing the auto-lock issue.

also with pr 1.3 on my N900, pysafe can't start :(

Art.M 2010-11-12 15:50

Re: pySafe - for personal information security
 
PR 1.3 and working

Joep 2010-11-12 16:08

Re: pySafe - for personal information security
 
PR1.3 and working

x-lette 2010-11-12 16:43

Re: pySafe - for personal information security
 
PR1.3 and pySafe runs fine.

pizzulicchio 2010-11-15 22:09

Re: pySafe - for personal information security
 
Me too...
PR 1.3 and this app doesn't start anymore

That's possible to make it start downgrading to this release python2.5-sip4 4.10.5-maemo0.
It seems to not be compatible with python2.5-sip4_4.11-maemo0

P.S. Isn't planned a tool to sync db from pc to N900 and viceversa?
;)

jaguilar 2010-11-15 22:51

Re: pySafe - for personal information security
 
Quote:

Originally Posted by pizzulicchio (Post 874475)
P.S. Isn't planned a tool to sync db from pc to N900 and viceversa?
;)

I had no plans to make a tool for it, since pySafe runs perfectly in a PC with Python and the required libraries installed (of course not the same package, but getting the sources works).

But anyone can make this tool, since the database format is open, the cryptograph method is open, and pySafe source code is available.... :)

My priority is to make pySafe runs flawlessly in N900.

robbie 2010-11-16 08:49

Re: pySafe - for personal information security
 
Quote:

Originally Posted by pizzulicchio (Post 874475)
P.S. Isn't planned a tool to sync db from pc to N900 and viceversa?
;)

See: http://talk.maemo.org/showpost.php?p...&postcount=205

pizzulicchio 2010-11-17 22:31

Re: pySafe - for personal information security
 
Are you be able to add the "note" field into that migration tool ?. It's a very useful program! Thank you very, very much!

jaguilar 2010-11-23 21:11

Re: pySafe - for personal information security
 
New version in the repository! Changelog in the first thread message.

There are some new texts to translate (the updated file is in the first message too):
Help
Read-only
translater
Allow editing
Help file not found!
Copy content
Copy detail
Cut detail
Copy
Cut
Paste
start read-only

The help file is in english and available for translaters in the first message. It is a simple HTML file. Both are in the bottom of the message.

titou1234 2010-11-24 12:35

Re: pySafe - for personal information security
 
1 Attachment(s)
Hi,
Here is the french translation (help and po file).

Attachment 15855

Ithier

pizzulicchio 2010-11-24 22:57

Re: pySafe - for personal information security
 
1 Attachment(s)
Here to you the italian translation.
I hope to have done a good job... :-)

Art.M 2010-11-26 20:03

Re: pySafe - for personal information security
 
2 Attachment(s)
Spanish translation

illemann 2011-01-30 00:21

Re: pySafe - for personal information security
 
hi folks,

anyone having suggestions? pySafe is importing a xml handy safe pro file for ever??? the log is 0 bytes. Anything wrong or is the import function really slow?

thank you

Cowboy 2011-03-23 09:01

Re: pySafe - for personal information security
 
hi,

i upgraded yesterday pysafe, but it doesn't start anymore ?

i deleted the conf file (.pysafe.conf), i tried also from cli /opt/pysafe/pysafe but nothing, no errors, it starts and disapear ...

i backup my pysafe.sqlite,

could you help ?



(sorry english is not my native language)

pizzulicchio 2011-03-23 10:04

Re: pySafe - for personal information security
 
I have no problem to start the application after the upgrade.

Cowboy 2011-03-23 13:00

Re: pySafe - for personal information security
 
i could retrieve my passwords by downgrading pysafe.

Netweaver 2011-04-12 13:53

Re: pySafe - for personal information security
 
since the last CSSU upgrade is PySafe not working anymore, it always says "invalid password". Also the password is retrieved from the a typeahead buffer and is visible for the part not entered (and replaced by stars) yet.

Included in the CSSU was QT 4.7.2, replacing the Qt 4.7.0. Maybe the PySide needs modification as well if it's not supporting it? But I remember reading the release of the lastest PySide quite recently. Probably it would support 4.7.2.

Maybe an added dependency to the latest PySide version or so ? Or a genuine bug in one of the components?

I'm locked out of all my passwords now.

Can you check if you see the same behaviour and if possible, fix it ?

Thanks.

Grant 2011-04-12 14:51

Re: pySafe - for personal information security
 
Quote:

Originally Posted by Netweaver (Post 986475)
since the last CSSU upgrade is PySafe not working anymore...

I know this isn't necessarily helpful to you, but I just wanted to mention that I am having no issues with PySafe after installing yesterday's CSSU release. After seeing your comment I tried to open PySafe and it had no problem recognizing my password, and all of my data in the database is as it was before. I am using v 0.9.15.

gordonshowers 2011-04-22 07:08

Re: pySafe - for personal information security
 
I've got exactly the same problem as Netweaver.

titou1234 2011-05-08 21:27

Re: pySafe - for personal information security
 
Hi, I had the same problem. In fact I think that now the field is considered a normal field and as such, the first letter is automatically in uppercase.

So if your first letter is in lowercase, you should try to press the maj key before entering your first letter so it written in lowercase and not in uppercase and if the first letter of your password is in uppercase, then you musn't press the maj key because the letter is already written in uppercase by the system.

I know it is strange but it works for me !

Netweaver 2011-05-09 09:08

Re: pySafe - for personal information security
 
Indeed, I also figured out something similar, so I'm now getting in most of the time, sometimes with trial and error.

It would be nice if the developer could adjust the input field type to be a password field again, because now even the password is stored as plaintext in the word typeahead db ... :(

gordonshowers 2011-05-09 10:34

Re: pySafe - for personal information security
 
Quote:

Originally Posted by titou1234 (Post 1002385)
Hi, I had the same problem. In fact I think that now the field is considered a normal field and as such, the first letter is automatically in uppercase.

So if your first letter is in lowercase, you should try to press the maj key before entering your first letter so it written in lowercase and not in uppercase and if the first letter of your password is in uppercase, then you musn't press the maj key because the letter is already written in uppercase by the system.

I know it is strange but it works for me !

Thanks for the tip.

My password is purely numeric, and even using the Fn key for each character doesn't work for me.

Even though the numeric password comes up auto-completed......

titou1234 2011-06-05 11:09

Re: pySafe - for personal information security
 
Today, I realised that the problem has gone (no more caps and auto-complete).
I'm not sure what was the solution, but I think that it is the CSSU update (version 20.2010.36-2maemo15).

pizzulicchio 2011-09-09 08:12

Re: pySafe - for personal information security
 
For me the problem is still presents.
After updating the CSSU the password field is considered as normal field so the first letter is uppercase. Now , as suggested from titou1234, i'm pressing the maj key to workaround this problem.

Can someone else confirm or not that the problem is still presents?

titou1234 2011-09-09 08:54

Re: pySafe - for personal information security
 
Yes I can confirm that the problem came back with the CSSU update (version 20.2010.36-2maemo16): first letter is uppercase and autocomplete is enabled.
But I don't know what we can do. jaguilar any idea ?


All times are GMT. The time now is 16:57.

vBulletin® Version 3.8.8