Charlie Reinl a écrit :
> Am Montag, den 20.07.2009, 20:59 +0200 schrieb Jean-Yves F. Barbier:
>> Charlie Reinl a écrit :
>> ......
>>> my problem is , the project should be able to deal with all possible
>>> DB's. 
>>> And I don't want to force a possible user to install more then gambas.
>>>
>>> And I know, that while dealing with open source, anybody can have a look
>>> and debug that application, to find the pw.
>>>
>>> So what rest for me, is not to show the key user/pw in the first look to
>>> it.
>>>
>>> Think about, zipping the xml, crypting the pw by one of the easy and
>>> unsure ways to go away from plain text, or both?
>> or you can implement a ROT13 coding (not that strong, but very easy to 
>> achieve)
>>
> Yes, thats what I mean , with a name on. And another idea cam up, to
> enclose it as an component.

NO: it is not a crypto, it's just obfuscation.
If you want to make a component, make it strong (i.e.: generate a non-password
RSA key and use temporary files to encrypt/decrypt (AFAIK, openssl can't act on
a string but only on files)

-- 
I'm GLAD I remembered to XEROX all my UNDERSHIRTS!!

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to