On Oct 1, 2008, at 4:17 PM, Paul McNett wrote:

> We used to have a file pwObsure.py that would obsure your passwords  
> for
> you, in dabo/demo but I see it isn't there anymore. Ed, is it  
> somewhere
> I'm just not finding?


        That was one of the demo programs that was removed. If you need to do  
this manually:

import dabo
app = dabo.dApp()
obscured = app.encrypt("My Password")
print obscured
-> C2ASF4MA7W77ZA6O0BZ1EX0DMF8KE4M56

print app.decrypt("C2ASF4MA7W77ZA6O0BZ1EX0DMF8KE4M56")
-> 'My Password'


-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to