jnz_00006D65
Member
- Joined
- Jan 12, 2014
- Messages
- 22
- Reaction score
- 1
Internet Privacy / Encrypting Emails on mobile (Android) and Desktop (Linux/Windows)
Skip to 2nd post for the meat and potatoes. This is just a short intro to online privacy.
Mark Zuckerberg said that "the age of privacy is over". After a wave of Facebook privacy rollbacks he also said that "we decided that these would be the social norms now." In a case against Google for scanning our emails in order to serve us personalised ads, they argued that "all users of email must necessarily expect that their emails will be subject to automated processing." Wrong. People are waking up. Even those who used to argue along the lines of "I don't care because I have nothing to hide" are starting to see the bigger picture.
As people are becoming more aware of the privacy issues we face today on the world wide web and realise that sending an email is about as private as sending a postcard, the need to keep sensitive personal or business related conversations hidden from prying eyes is becoming a priority. It's not a seemless integration for every messaging client yet, but it's getting there. In the not too distant future, the requirement for online messaging clients and social networks to automagically encrypt data with the sender/recipient key, will be self-evident.
For now, it can be manually integrated, turned on or off, and used only between a sender and recipient who both use the technology.
For the business there are many services available for integrating email encryption locally or in the cloud. These are not always viable for smaller businesses and definitely too expensive and impractical for the individual.
From a developer's point of view, it has always been very clear that people just want their stuff to work. They don't want to go digging in the terminal typing lengthy commands or go through tedious configurations just to get a message across to someone. Unfortunately it is not so straight forward yet on all platforms. Some applications integrate seemlessly with GnuPG, others don't and need some simple configuration done or plugin installed. Nothing too serious, though.
Many people who might use this information to implement encryption on their own system, might find that they never really use it, mainly because none of their contacts do. This is a gap auto encryption will fill in the future. For others, though, a real need exists for keeping specific communications private, and should hopefully find the information in these posts at least a tiny bit helpful.
Whatever your interest in the topic, if you can see the need for internet privacy, it might be wise to at least familiarise yourself with the basic workings of email encryption.
Something to look out for, is the upcoming startmail service from the creators of startpage private search engine. Startmail will fully support encryption and secure, private mail delivery. They're currently in beta public testing stage. We can expect to see many similar services to appear after recent NSA revelations.
So let's encrypt some emails!
1. Creating and backing up your private/public keys
2. Integrating with your mail client on Linux desktop
3. Integrating with your mail client on Windows desktop
4. Integrating with Android apps
Commands in codeblocks are in bold.
Skip to 2nd post for the meat and potatoes. This is just a short intro to online privacy.
Mark Zuckerberg said that "the age of privacy is over". After a wave of Facebook privacy rollbacks he also said that "we decided that these would be the social norms now." In a case against Google for scanning our emails in order to serve us personalised ads, they argued that "all users of email must necessarily expect that their emails will be subject to automated processing." Wrong. People are waking up. Even those who used to argue along the lines of "I don't care because I have nothing to hide" are starting to see the bigger picture.
As people are becoming more aware of the privacy issues we face today on the world wide web and realise that sending an email is about as private as sending a postcard, the need to keep sensitive personal or business related conversations hidden from prying eyes is becoming a priority. It's not a seemless integration for every messaging client yet, but it's getting there. In the not too distant future, the requirement for online messaging clients and social networks to automagically encrypt data with the sender/recipient key, will be self-evident.
For now, it can be manually integrated, turned on or off, and used only between a sender and recipient who both use the technology.
For the business there are many services available for integrating email encryption locally or in the cloud. These are not always viable for smaller businesses and definitely too expensive and impractical for the individual.
From a developer's point of view, it has always been very clear that people just want their stuff to work. They don't want to go digging in the terminal typing lengthy commands or go through tedious configurations just to get a message across to someone. Unfortunately it is not so straight forward yet on all platforms. Some applications integrate seemlessly with GnuPG, others don't and need some simple configuration done or plugin installed. Nothing too serious, though.
Many people who might use this information to implement encryption on their own system, might find that they never really use it, mainly because none of their contacts do. This is a gap auto encryption will fill in the future. For others, though, a real need exists for keeping specific communications private, and should hopefully find the information in these posts at least a tiny bit helpful.
Whatever your interest in the topic, if you can see the need for internet privacy, it might be wise to at least familiarise yourself with the basic workings of email encryption.
Something to look out for, is the upcoming startmail service from the creators of startpage private search engine. Startmail will fully support encryption and secure, private mail delivery. They're currently in beta public testing stage. We can expect to see many similar services to appear after recent NSA revelations.
So let's encrypt some emails!
1. Creating and backing up your private/public keys
2. Integrating with your mail client on Linux desktop
3. Integrating with your mail client on Windows desktop
4. Integrating with Android apps
Commands in codeblocks are in bold.
Last edited: