OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: cesarcardoso on October 30, 2005, 10:12:38 pm

Title: Keyring Manager For Gpe?
Post by: cesarcardoso on October 30, 2005, 10:12:38 pm
In my PalmOS days one I was a heavy user of Keyring for PalmOS (http://gnukeyring.sourceforge.net/) - there was even a plugin for JPilot, which was good  

I'm looking for a similar program for GPE, but I only found a version for Opie (at least it was on Opie's feed).

Is there a similar program for GPE? If not, can I install the Opie 'keyring' without problems?

(I'm in a GPE-only environment)
Title: Keyring Manager For Gpe?
Post by: mimeca on November 01, 2005, 03:19:20 pm
Yo have the mo-keyring application. You can find it here (http://themac.club.fr/dotclear/index.php?Mo-keyring). It works ok. You have a master password for all the keys, but I don't know if program store password on plain text.
Title: Keyring Manager For Gpe?
Post by: cesarcardoso on November 01, 2005, 11:58:59 pm
Quote
Yo have the mo-keyring application. You can find it here (http://themac.club.fr/dotclear/index.php?Mo-keyring). It works ok. You have a master password for all the keys, but I don't know if program store password on plain text.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101714\"][{POST_SNAPBACK}][/a][/div]

Thanks a lot, mimeca! Exactly what I needed!   Hope it gets mature enough to go to OZ feeds  
Title: Keyring Manager For Gpe?
Post by: mimeca on November 02, 2005, 11:52:32 am
I saw program's home page yesterday. It looks encryptation plugin is not develop yet. (passpowr will be store on plain text). You can download and install this program without any special dependence.
Title: Keyring Manager For Gpe?
Post by: molivier on November 11, 2005, 08:18:57 am
Quote
I saw program's home page yesterday. It looks encryptation plugin is not develop yet. (passpowr will be store on plain text). You can download and install this program without any special dependence.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=101904\"][{POST_SNAPBACK}][/a][/div]

I'm really surprised that you have found my web site !!  
About the encryption i will try to finish this ;-)
if you have any other suggestion about this small apps you can add a message on my web site.
Title: Keyring Manager For Gpe?
Post by: mimeca on November 11, 2005, 02:22:01 pm
I have some contacts   . Your program is good, but plain text save is a problem. You can use some code of the Keyring for PalmOS. It's Opensource, and it uses a good encryptation.

Mo-Keyring Home page (French language) (http://themac.club.fr/dotclear/index.php?Mo-keyring)

PD: Molivier, what do you need for "create" a spanish version? Do you have a list with all english sentences?
Title: Keyring Manager For Gpe?
Post by: molivier on November 14, 2005, 04:28:37 am
Quote
PD: Molivier, what do you need for "create" a spanish version? Do you have a list with all english sentences?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103354\"][{POST_SNAPBACK}][/a][/div]

I writting a new version with gettext support and i ill include blowfish encryption too.
After , i can provide the sentences to translate.
I have made this app quickly for my own use so i have not include this before.
i have to fix a bug about the progress bar color too.
Title: Keyring Manager For Gpe?
Post by: mimeca on November 14, 2005, 03:13:31 pm
That sounds good. I think the first "feature" would be encryptation. I can read english without problems   If you want a "betatester" send me a personal message.

How do you set the development environment? Is easy?
Title: Keyring Manager For Gpe?
Post by: molivier on November 19, 2005, 12:59:56 pm
Quote
That sounds good. I think the first "feature" would be encryptation. I can read english without problems   If you want a "betatester" send me a personal message.

How do you set the development environment? Is easy?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=103658\"][{POST_SNAPBACK}][/a][/div]


I dont use OE anymore, just used the gpe-sdk , it's too simple to used and its works fine.
Title: Keyring Manager For Gpe?
Post by: molivier on November 19, 2005, 01:02:11 pm
There is a new version of my keyring application with blowfish encryption , people can test it it they want.
Send me message if there is some problem with it.

Remember: backup you db before start the new version. just in case .

Bye
Title: Keyring Manager For Gpe?
Post by: cesarcardoso on November 20, 2005, 09:06:26 am
Updated to 0.23, and looks like everything is working fine   Thanks molivier!  
Title: Keyring Manager For Gpe?
Post by: molivier on November 22, 2005, 01:55:00 am
Quote
Updated to 0.23, and looks like everything is working fine   Thanks molivier! 
[div align=\"right\"][a href=\"index.php?act=findpost&pid=104328\"][{POST_SNAPBACK}][/a][/div]

Thanks
i have make a 0.24 if you want. The note that you can add for each account are now encrypted too,
and the timeout to lock the application is now saved in the configuration and there some bug fix .
Title: Keyring Manager For Gpe?
Post by: obergix on November 27, 2005, 01:21:43 pm
I use fpm (http://fpm.sourceforge.net/) on my desktop since it allows me to use both a command-line or UI...

Is such an approach envisionned ?

It may not be that hard to port fpm to the GPE environment, by the way ?

Best regards,
Title: Keyring Manager For Gpe?
Post by: molivier on December 02, 2005, 04:18:39 am
Quote
I use fpm (http://fpm.sourceforge.net/) on my desktop since it allows me to use both a command-line or UI...

Is such an approach envisionned ?

It may not be that hard to port fpm to the GPE environment, by the way ?

Best regards,
[div align=\"right\"][a href=\"index.php?act=findpost&pid=105134\"][{POST_SNAPBACK}][/a][/div]

I think i can add some fpm fonctionnality to my application but i will not port fpm to GPE ;-)
because fpm is gtk 1.2 and it s boring to do.
fpm password generator for example is something i can do . i have had a small password generator
in 0.25 version but fpm one is really really better

Regards