|
|
Subject:
Encrypted forum software.
Category: Computers > Security Asked by: gerth-ga List Price: $200.00 |
Posted:
24 Jan 2005 04:06 PST
Expires: 23 Feb 2005 04:06 PST Question ID: 462377 |
Does any "secure" encrypted forum software exist? By this i mean, based on a public/private key model, but allowing multiple reciepents/viewers and allowing people to participate in threads and such? Ive searched smoe, but have found nothing. The forum might have all the public keys of the user's stored and when a msg is posted it encrypts the msg using the reciepents private keys and posts the msg and allows the user to view them after entering his private key.. Any ideas? | |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: Encrypted forum software.
From: naikhiren-ga on 27 Jan 2005 20:45 PST |
I think Your need is to make 3 key PublicEcription/GroupPrivateDecription/PrivateKeyDecripter key model in which people can -> send you messages by encripting PublicEncription -> Group of memeber can view messages decripting GroupDecriptor -> Individual can get content by using Individual Decripter key Are you looking for that ? |
Subject:
Re: Encrypted forum software.
From: answerboytoronto-ga on 11 Feb 2005 13:10 PST |
Hi There, I think this software design module should help you. This software was a feature of encryption in one of the forum and chat modules. http://www.igo-incognito.com regards, Answer Boy |
Subject:
Re: Encrypted forum software.
From: javierrobles-ga on 11 Feb 2005 23:50 PST |
Hello: I think what best fits you is the following, but focusing that you'll have to work with object oriented programming: First, get a open source portal (example: www.maxwebportal.com) Then, add some fields in the database users table so each participant must enter his public key when registering for the forums... Finally, when somebody posts a message, some class of the soft will save the message (one way, only "put_message" method and no "get_message" implementation). After that, the soft will only have some kind of method called for example "get_crypted_message(userid, msgid)" and, when someone tries to read it, automatically the soft will use his public key encryption(stored in the user table) as a barrier between he and the message, so, if he wants to read the message, he will have to enter his private key so the soft will have enough to unlock the msg. I guess thats what you want, I haven't seen any soft with this feature before (I guess because there is not too much demand for it), but I can also see that implementing it can be easy and fast. I suggest you to consider coding it :) I'd like to offer you a solution but I guess that's prohibited by Google, so, I think it's a good option (if you don't have time or don't have coding skills) to "rent a coder" to make the changes for you. More info at www.rentacoder.com |
Subject:
Re: Encrypted forum software.
From: newtronsols-ga on 23 Feb 2005 03:39 PST |
You more or less implied you wanted an off-the-shelf solution why not try Sharepoint. One company provides digital rights management using Sharepoint: http://www.microsoft.com/windows/windowsmedia/content_provider/film/dmm/dailies.aspx You also can try sharepoint for free for one month at www.contractjob.net if you apply to become a member. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |