GNU Herds - Free Software Association - Tasks: task #8273, [Security]: encrypt emails when it...
You are not allowed to post comments on this tracker with your current authentication level.
task #8273: [Security]: encrypt emails when it is possible
Submitter: | Davi Leal <davi> | ||
Submitted: | Sat 14 Jun 2008 09:29:40 AM UTC | ||
Should Start On: | Sat 14 Jun 2008 12:00:00 AM UTC | Should be Finished on: | Sun 14 Jun 2009 12:00:00 AM UTC |
Category: | Security | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | nicalvaro |
Open/Closed: | Open | Effort: | 0.00 |
Mon 18 May 2009 05:11:00 AM UTC, comment #3: |
-Deleted Account- <nicalvaro>![]() |
Tue 14 Apr 2009 11:35:31 AM UTC, comment #2: Nicodemo Alvaro wrote:
|
Davi Leal <davi>![]() |
Tue 14 Apr 2009 01:54:33 AM UTC, comment #1: Where am I going to find the all messages that are created for e-mail that would be necessary to encrypt/sign? |
-Deleted Account- <nicalvaro>![]() |
Sat 14 Jun 2008 09:29:40 AM UTC, original submission:
|
Davi Leal <davi>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 9 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2009-05-18 | nicalvaro | Attached File | - | ![]() |
Added newgpgkey.html, #18161 |
Attached File | - | ![]() |
Added retrieve_encryptedtest.php, #18162 | ||
2009-05-18 | nicalvaro | Attached File | - | ![]() |
Added Cryptography.php, #18159 |
Attached File | - | ![]() |
Added importcontrol.php, #18160 | ||
2009-05-18 | nicalvaro | Attached File | #17916 | ![]() |
Removed |
2009-05-18 | nicalvaro | Attached File | #17915 | ![]() |
Removed |
2009-04-14 | nicalvaro | Attached File | - | ![]() |
Added encrypttest-class.php, #17915 |
Attached File | - | ![]() |
Added sample-gpg-tests.php, #17916 | ||
2009-03-13 | davi | Assigned to | None | ![]() |
nicalvaro |
I am attaching an updated version of what I did mostly for the encryption topic. You should be able to do this provided you have the gnupg php extension installed. You do not need to place these scripts in the gnuherds app. I created a separate folder and apache configuration file for my testing.
Process goes ->
Download all 4 new files attached.
Set up your configuration on the server side, including the www-data public key.
Create your gpg public keys.
Upload it using newgpgkey.html . Send it.
You will see a 40 character fingerprint key. Copy that and paste to replace the fingerprint in $finger in retrieve_encryptedtest.php.
Run and retrieve the Hello World message from retrieve_encryptedtest.php
Walla. That is encryption.
(file #18159, file #18160)