Introducing ProtonMail Contacts – the world’s first encrypted contacts manager

_CyberGhosT_

Level 53
Thread author
Verified
Honorary Member
Top Poster
Content Creator
Well-known
Aug 2, 2015
4,286
Today we’re launching a new contacts manager, the first one in the world that includes both zero access encryption and digital signature verification.
Starting with Version 3.12 of ProtonMail, we have rolled out a brand new version of Contacts for ProtonMail. The new ProtonMail Contacts was in development for over a year and is an essential next step in our broader security roadmap. In addition to adding a much more powerful contacts functionality to ProtonMail, our new contacts manager provides the world’s first tool for securely managing your contacts.

What is an Encrypted Contacts Manager?
ProtonMail’s new contact manager uses zero-access encryption in order to protect the details of your contacts. Zero-access encryption means that the protected contact fields are encrypted in such a way that only you are able to decrypt and read them, not even ProtonMail can read them. In our new encrypted contacts manager, the protected contact details are shown within an area with a lock icon.



The addition of encrypted contact fields brings many security benefits. For example, if you are a journalist with a confidential source, it is very important to protect the phone number or address of that source. Using the notes field in contacts, you can also add other information about the contact that will be protected with zero-access encryption. In order to do email filtering, we do not use zero-access encryption for email addresses – doing so also does not significantly improve privacy because as an email service, we necessarily must know who you are emailing in order to deliver the message.

Digitally Signed Contacts
The new ProtonMail Contact does more than just protect contact data fields with zero-access encryption. We also utilize digital signatures to verify the integrity of contacts data. Digital signatures are used for all contact fields, including the email address itself, and are denoted by the icon.



The concept of digital signatures is technically complex, and is explained in more detail here, but in more simple terms, what digital signature verification does is provide a cryptographic guarantee that nobody (not even ProtonMail) has tampered with your contacts. Thus, you can be absolutely sure that the contacts data is precisely what you entered.

This is a big security benefit for many reasons. For example, if an attacker wanted to intercept the communications between you and a sensitive contact, one way to do it could be to secretly change the email address or phone number you have saved for that contact, such as changing john.smith@protonmail.com to john.snnith@protonmail.com, which might escape your notice. However, because ProtonMail contacts are now digitally signed, an attempt to tamper with your contacts would lead to the following error being displayed.



How does it work?
For those who are technically inclined, this section discusses how ProtonMail’s encrypted contacts manager is implemented. For each email account, we generate a new private and public key pair that is used exclusively for encrypting contacts. The private key is generated on the client side and encrypted using a derivative of your password which we don’t have access to, meaning that we can never access your contacts private key. Encrypted contact fields are encrypted with your contacts public key and therefore can only be decrypted with the corresponding private key which only you have access to. Digital signing is done by signing the data with your private key which allows the authenticity of the data to be conclusively verified on each subsequent data access. For full implementation details, it is possible to check out our source code.

What’s next?
The immediate security benefits of encrypted and digitally signed contacts are quite obvious. However, our new encrypted contacts manager also provides the foundation for a number of upcoming security enhancements that we are adding to ProtonMail in 2018. For example, our new contacts manager can also be extended to store public keys, which is an essential component for both sending PGP messages to people who don’t use ProtonMail, verifying the integrity of the keys themselves, and verifying the authenticity of received messages via digital signatures. We are working on these, and many other security enhancements, and look forward to sharing them with the ProtonMail community in the future.

In the nearer term, we will be working on also rolling out the new encrypted contacts manager to our iOS and Android encrypted email mobile applications (currently, our new contacts manager is only available on the web version of ProtonMail). For an overview of all of the features that were released in this latest version of ProtonMail, you can view the release notes here.

Best Regards,
The ProtonMail Team

You can read the encrypted contacts press release here.

You can get a free secure email account from ProtonMail here.

We also provide a free VPN service to protect your privacy.

ProtonMail and ProtonVPN are funded by community contributions. If you would like to support our development efforts, you can upgrade to a paid plan or donate. Thank you for your support!
 

upnorth

Moderator
Verified
Staff Member
Malware Hunter
Well-known
Jul 27, 2015
5,459
Quote : " This warrant canary is updated whenever a new legally binding request is received, or about to be received if we have advanced warning. It was last updated on September 13th, 2017.

ProtonVPN AG has received a total of:

User Data Access Requests

0 requests to access user data
0 requests were granted
0 requests were denied
0 legally binding requests

User Data Retention Requests

0 requests to retain user data
0 requests were granted
0 requests were denied
0 legally binding request "

Source : ProtonVPN Transparency Report & Warrant Canary - ProtonVPN Blog

Warrant Canary information : Reddit Kills it's Warrant Canary
 

spaceoctopus

Level 16
Verified
Top Poster
Content Creator
Well-known
Jul 13, 2014
766
Today we’re launching a new contacts manager, the first one in the world that includes both zero access encryption and digital signature verification.
Starting with Version 3.12 of ProtonMail, we have rolled out a brand new version of Contacts for ProtonMail. The new ProtonMail Contacts was in development for over a year and is an essential next step in our broader security roadmap. In addition to adding a much more powerful contacts functionality to ProtonMail, our new contacts manager provides the world’s first tool for securely managing your contacts.

What is an Encrypted Contacts Manager?
ProtonMail’s new contact manager uses zero-access encryption in order to protect the details of your contacts. Zero-access encryption means that the protected contact fields are encrypted in such a way that only you are able to decrypt and read them, not even ProtonMail can read them. In our new encrypted contacts manager, the protected contact details are shown within an area with a lock icon.



The addition of encrypted contact fields brings many security benefits. For example, if you are a journalist with a confidential source, it is very important to protect the phone number or address of that source. Using the notes field in contacts, you can also add other information about the contact that will be protected with zero-access encryption. In order to do email filtering, we do not use zero-access encryption for email addresses – doing so also does not significantly improve privacy because as an email service, we necessarily must know who you are emailing in order to deliver the message.

Digitally Signed Contacts
The new ProtonMail Contact does more than just protect contact data fields with zero-access encryption. We also utilize digital signatures to verify the integrity of contacts data. Digital signatures are used for all contact fields, including the email address itself, and are denoted by the icon.



The concept of digital signatures is technically complex, and is explained in more detail here, but in more simple terms, what digital signature verification does is provide a cryptographic guarantee that nobody (not even ProtonMail) has tampered with your contacts. Thus, you can be absolutely sure that the contacts data is precisely what you entered.

This is a big security benefit for many reasons. For example, if an attacker wanted to intercept the communications between you and a sensitive contact, one way to do it could be to secretly change the email address or phone number you have saved for that contact, such as changing john.smith@protonmail.com to john.snnith@protonmail.com, which might escape your notice. However, because ProtonMail contacts are now digitally signed, an attempt to tamper with your contacts would lead to the following error being displayed.



How does it work?
For those who are technically inclined, this section discusses how ProtonMail’s encrypted contacts manager is implemented. For each email account, we generate a new private and public key pair that is used exclusively for encrypting contacts. The private key is generated on the client side and encrypted using a derivative of your password which we don’t have access to, meaning that we can never access your contacts private key. Encrypted contact fields are encrypted with your contacts public key and therefore can only be decrypted with the corresponding private key which only you have access to. Digital signing is done by signing the data with your private key which allows the authenticity of the data to be conclusively verified on each subsequent data access. For full implementation details, it is possible to check out our source code.

What’s next?
The immediate security benefits of encrypted and digitally signed contacts are quite obvious. However, our new encrypted contacts manager also provides the foundation for a number of upcoming security enhancements that we are adding to ProtonMail in 2018. For example, our new contacts manager can also be extended to store public keys, which is an essential component for both sending PGP messages to people who don’t use ProtonMail, verifying the integrity of the keys themselves, and verifying the authenticity of received messages via digital signatures. We are working on these, and many other security enhancements, and look forward to sharing them with the ProtonMail community in the future.

In the nearer term, we will be working on also rolling out the new encrypted contacts manager to our iOS and Android encrypted email mobile applications (currently, our new contacts manager is only available on the web version of ProtonMail). For an overview of all of the features that were released in this latest version of ProtonMail, you can view the release notes here.

Best Regards,
The ProtonMail Team

You can read the encrypted contacts press release here.

You can get a free secure email account from ProtonMail here.

We also provide a free VPN service to protect your privacy.

ProtonMail and ProtonVPN are funded by community contributions. If you would like to support our development efforts, you can upgrade to a paid plan or donate. Thank you for your support!
Refreshing news, in those days where privacy is constantly under fire.Thnx for sharing(y)
 

Weebarra

Level 17
Verified
Top Poster
Well-known
Apr 5, 2017
836
Wow, while i don't understand the technical side of this, that is an amazing service that proton are providing and the benefits to so many organisations and ("normal" people too) are immense. It is just a pity that the organisations who could benefit from this probably wouldn't pay for it.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top