fish <[EMAIL PROTECTED]> writes: > is there an FCP command that I can feed in a public key and get out a > private key? (short of inserting something at HTL=0, which is what I'm > thinking of doing right now) > > - fish
Of course not. Public -> private conversions are supposed to be computationally intractable. As for the opposite, private -> public, I'm of the opinion that clients shouldn't expect any relation between the key a SVK is inserted with and the key it needs to be requested with. The node returns the request key when the insertion completes, and I think that should be used. I believe that clients shouldn't dissect the insert key and try to put together a request key before seeing what key the node says to request. Thelema -- E-mail: [EMAIL PROTECTED] Raabu and Piisu GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7 84B7 D8D7 6ECE 3635 2AAB _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
