Ignore:
Timestamp:
09/03/09 04:25:41 (15 years ago)
Author:
nanardon
Message:

In SQL base, allow to have a peer of public/private RSA key, then when user set it password it is stored in it clear form but encrypt using public key
The la-encrypt-passwd tools allow to

  • generate or regenerate a new key
  • read password
  • read password to propagate it into another base

Notice the private key is protected by a passwphrase prompt when setting it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/Makefile.PL

    r258 r413  
    1010        'Unicode::Map8' => undef, 
    1111        'DBD::Pg' => undef, 
     12        'Crypt::RSA' => undef, 
     13        'MIME::Base64' => undef, 
     14        'Term::ReadKey' => undef, 
    1215    }, # e.g., Module::Name => 1.1 
    1316    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
Note: See TracChangeset for help on using the changeset viewer.