Post
Topic
Board Announcements (Altcoins)
Re: [RADS] Radium - Bringing Advanced Utility to the Blockchain
by
JJ12880
on 26/01/2016, 23:06:29 UTC

Let me insert a stupid idea here that I just had: Would it be possible to use this with public keys from asymmetric encryption like PGP? The problem with PGP keyservers is that anybody can insert public entries that say "Email address X has key Y", even if you are not the owner of the given address. This is in fact a central problem in current public key encryption scenarios (authenticity). The most common solutions nowadays are certificates (requires a central authority) and web of trust (which has many problems on itself, practically and theoretically).

Now Bob could simply say "my user name is Bob" and insert the pair into the smartchain. Now if Alice wants to send bob an encrypted message, she can look up that pair given the identifier "Bob" and the current smartchain.

If that works, you can of course also use it to encrypt access to any kind of servers as an alternative to current SSL implementations, as well as pseudonymous p2p networks.

That is not a stupid idea at all. Actually, its a pretty good one! The best part is, it shouldn't be too hard to implement. The issue i see off the cuff, is that PGP keys are pretty large, especially if using the 4096bit version. 1024 RSA PGP may not be strong enough anymore, but 2048 is still good.  It would cost about 26-28 Radon to store a 2048 bit PGP key in the smart chain. Let me think on that, and maybe I can add that to the list of new features. Ill have to do some research, and maybe reach out to my one friend who is a cryptographer and see if they have any suggestions.  GOOD IDEA! Smiley