Charlie Reinl a écrit :
> Salut,
> 
> I have to store passwords in easy reading files (xml), and need fopr
> that crypting/uncrypting functions, gb.crypt I can crypt , but not
> restore them. 
> Any hints?

what's exactly your needs (restore plain p/w or not?)

I don't use this but I guess what it does is calculating a hash
that is repeatable; so once you've stored th hash, you can input a p/w from
user, hash it and compare hashes (to hashes :) to see if they match.

This has the big advantage that in case of breaking in, nobody can
trace back to the plain login.

JY
-- 
We are giving instruction to FBI agents in the various Chinese
dialects ... to handle present and likely future contingencies.
                -- J. Edgar Hoover

------------------------------------------------------------------------------
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