Re: password derived key
From: mike (donotreplymeonthisemail_at_gmail.com)
Date: 04/23/05
- Next message: Proginoskes: "Re: SF: Two square, mystery celebration"
- Previous message: Lits O'Hate: "Re: SF: Two square, mystery celebration"
- In reply to: Joseph Ashwood: "Re: password derived key"
- Next in thread: Gregory G Rose: "Re: password derived key"
- Reply: Gregory G Rose: "Re: password derived key"
- Reply: Joseph Ashwood: "Re: password derived key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Apr 2005 16:55:59 -0700
joe
i get it now. you are talking at my level now :-) ...
so public/private keys are derived from three independent sources value
p, value q and value k.
so to make keys completly password based would require:
1. prime number generators that uses some pseudo random sequence of
numbers that is seeded using password string. so for a give password i
get the same p and q every time.
2. use sha512 to calculate k
3. not considering size recommendation for now.
now the question is do i build this or there is something like this
already there?
thanks
-- mike
- Next message: Proginoskes: "Re: SF: Two square, mystery celebration"
- Previous message: Lits O'Hate: "Re: SF: Two square, mystery celebration"
- In reply to: Joseph Ashwood: "Re: password derived key"
- Next in thread: Gregory G Rose: "Re: password derived key"
- Reply: Gregory G Rose: "Re: password derived key"
- Reply: Joseph Ashwood: "Re: password derived key"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]