Author

Topic: Automated PGP PMs in forum (Read 1820 times)

hero member
Activity: 662
Merit: 545
May 30, 2013, 08:00:39 PM
#12
Not a solution to your actual issue, but why not use something like BitMessage? (https://www.bitmessage.org/)

A lot of people on here already have it, it's easy to install/setup for those that don't, and encrypts all the messages.

well bitmessage is a client and cannot be implemented into a forum website AFAIK
full member
Activity: 238
Merit: 100
May 30, 2013, 05:18:20 PM
#11
Not a solution to your actual issue, but why not use something like BitMessage? (https://www.bitmessage.org/)

A lot of people on here already have it, it's easy to install/setup for those that don't, and encrypts all the messages.
hero member
Activity: 662
Merit: 545
May 30, 2013, 04:53:01 PM
#10
thanks for all the suggestions.  ill do some further research.

maybe implementing privnote.com could be an answer - obviously not 100% secure but better than nothing.
legendary
Activity: 1400
Merit: 1013
May 30, 2013, 10:33:45 AM
#9
This would be cool but I'd be satisfied with the ability to upload a public key that the forum software would use to encrypt every email it sends me.

I'd like to be able reduce the amount of data mining my email provider can perform without giving up email entirely.
administrator
Activity: 5222
Merit: 13032
May 30, 2013, 10:14:02 AM
#8
The forum doesn't need to decrypt the messages. The PM send page could have a JS PGP encrypt function, if a user has set a keyid in their profile. It would be up to the receiver to decrypt the messages themselves.

The hard part has already being done: http://www.hanewin.net/encrypt/

You still need a browser addon to prevent the forum from changing its JS to read your messages or steal your private key.

Instead of integrating PGP into sites, the proper solution IMO is to improve PGP's browser (or OS) integration so that it can be easily used on all sites regardless of whether they know about PGP.
vip
Activity: 1316
Merit: 1043
👻
May 30, 2013, 05:41:16 AM
#7

No, don't do this. People who use the GPG system can handle the decryption of themselves offline.

Simply encrypting the message via JS is just ~3 lines of calling a premade library on the JS side, and a new DB column like the added Bitcoin addresses.  

Then they can encrypt it themselves offline too, It takes less than 2 seconds to encrypt it using that site. what's the point of semi automatic pgp system. lazyness?  Angry
People who PM me might not know what GPG is, have it installed, or know what a keyid is. They don't need to even know what it means if encryption is automated.

Now, if you are using GPG, then it should be assumed that you have it installed and know how to decrypt.
legendary
Activity: 1274
Merit: 1004
May 30, 2013, 05:37:14 AM
#6

No, don't do this. People who use the GPG system can handle the decryption of themselves offline.

Simply encrypting the message via JS is just ~3 lines of calling a premade library on the JS side, and a new DB column like the added Bitcoin addresses.  

Then they can encrypt it themselves offline too, It takes less than 2 seconds to encrypt it using that site. what's the point of semi automatic pgp system. lazyness?  Angry
vip
Activity: 1316
Merit: 1043
👻
May 30, 2013, 05:29:47 AM
#5
It can't be done without a browser addon unless you want the forum to have your private key.

Forum can save public key and user needs to save private key in browser storage/file

Here is a example:  (Punbb.ru have done this on their forum)

pics:

http://prntscr.com/17dkem
http://prntscr.com/17dki3
http://prntscr.com/17dko1
http://prntscr.com/17dl3e
http://prntscr.com/17dl6j
http://prntscr.com/17dl4u
http://prntscr.com/17dl9t
http://prntscr.com/17dljp


But yeah it will take alot time to code this kind of system.

No, don't do this. People who use the GPG system can handle the decryption of themselves offline.

Simply encrypting the message via JS is just ~3 lines of calling a premade library on the JS side, and a new DB column like the added Bitcoin addresses.  
legendary
Activity: 1274
Merit: 1004
May 30, 2013, 04:46:31 AM
#4
It can't be done without a browser addon unless you want the forum to have your private key.

Forum can save public key and user needs to save private key in browser storage/file

Here is a example:  (Punbb.ru have done this on their forum)

pics:

http://prntscr.com/17dkem
http://prntscr.com/17dki3
http://prntscr.com/17dko1
http://prntscr.com/17dl3e
http://prntscr.com/17dl6j
http://prntscr.com/17dl4u
http://prntscr.com/17dl9t
http://prntscr.com/17dljp


But yeah it will take alot time to code this kind of system.
vip
Activity: 1316
Merit: 1043
👻
May 30, 2013, 04:27:39 AM
#3
It can't be done without a browser addon unless you want the forum to have your private key.
The forum doesn't need to decrypt the messages. The PM send page could have a JS PGP encrypt function, if a user has set a keyid in their profile. It would be up to the receiver to decrypt the messages themselves.

The hard part has already being done: http://www.hanewin.net/encrypt/
administrator
Activity: 5222
Merit: 13032
May 29, 2013, 07:20:15 PM
#2
It can't be done without a browser addon unless you want the forum to have your private key.
hero member
Activity: 662
Merit: 545
May 29, 2013, 07:06:54 PM
#1
I am imagining a forum where private messages between users are automatically PGP encrypted behind the scenes.  I am imagining where one would have to upload their public key to their profile page and somehow when Sam private messages Sally the server locates Sally's public key, encrypts Sam's message and then delivers a PGP ASCII message to Sally's inbox.

Does anyone know if any current forum software has a feature like this?  If not, how do you think it could be done?
Jump to: