AET
My feedback
16 results found
-
51 votesAET supported this idea ·
-
83 votesAET supported this idea ·
-
393 votesAET supported this idea ·
-
716 votesAET supported this idea ·
-
144 votesAET supported this idea ·
-
82 votesAET supported this idea ·
-
1,669 votes
Hi everyone,
The Proton Drive photo backup for Android and iOS is already out.
Please see the announcements for:
iOS: https://proton.me/blog/proton-drive-photo-backup-ios
Android: https://proton.me/blog/proton-drive-photo-backup-android
We'll continue working on developing more functionalities to help you protect your most precious memories. Thanks for your continuous support!
AET supported this idea · -
8,404 votes
Introducing Docs in Proton Drive – collaborative document editing that’s actually private: https://proton.me/blog/docs-proton-drive
With Docs you can:
- Write with privacy — Create and edit documents within Proton Drive, knowing your contents are only accessible to you and those you choose to share with.
- Share and invite anyone — Invite other users to view or edit your documents with a single click.
- Collaborate in real-time — Changes are reflected immediately, ensuring every contributor always sees the most up-to-date version.
- View cursors and presence indicators — See who else is viewing or editing the document, enhancing teamwork and communication.
- Leave comments and replies — Add comments to share feedback without editing the document. Comments are visible to all collaborators, keeping everyone in the loop.
- Import and export with ease — You can upload .docx documents, edit them, and download in various formats like .docx, .txt, .md, and HTML.
AET supported this idea · -
1,252 votesAET supported this idea ·
-
592 votesAET supported this idea ·
An error occurred while saving the comment -
679 votesAET supported this idea ·
-
192 votesAET supported this idea ·
-
63 votesAET supported this idea ·
An error occurred while saving the comment AET commentedhttps://haveibeenpwned.com/ is a website that checks for data breaches containing a given email address.
It is a trustworthy service created/managed by mr. Troy Hunt.It allows users to subscribe to their automatic notification service: whenever a new breach notified to them contains your email address, you get a warning email.
As a Proton Plus user, having multiple 15+ addresses (not including alternate domains like @pm.me), and potentially deleting/creating addresses any time i need, means having to remember to register every single address at haveibeenpwnd.
That's very cumbersome.Would it be possible to add a functionality to automatically signup to haveibeenpwned each identity/email address a user has/creates, via their APIs?
A partnership with them would be also cool, being both haveibeenpwned and Proton, security/privacy oriented projects.
-
117 votes
An error occurred while saving the comment AET commented@guillaume how does it solve the problem? Nord's Meshnet allows to create a private "sub"-VPN for all of the devices in it (typically your own devices), accessible via the internet (only for devices using NordVPN obviously). It's like LogmeIn's historical software, Hamachi.
Also, what if a router doesn't have a VPN function?
This is not a solution.Now that Wireguard is also used in ProtonVPN's client, a meshnet-like feature should be even simpler. ( Nord's meshnet is based on Wireguard: https://nordvpn.com/blog/achieving-nat-traversal-with-wireguard/ )
An error occurred while saving the comment AET commentedThis is the ONLY feature keeping me with Nordvpn at the moment. It's extremely useful, even simply to connect to YOUR other devices.
Possible alternatives i've thought about are:
- (to connect any device) using a service like zerotier or hamachi to create a vlan, but as stated this is a problem on mobile devices, and in general, i shouldn't have to rely on a third party service to do this
- (to connect your devices) setting up forwarding on every router your devices are connected to, for any port you need. This is obviously problematic for a TON of reasons: 1) You have to setup some form of dynamic dns, again, relying on third party services. 2) You may not have access to the router settings. 3) You are limited to the forwarding options the router offers. 4) The router configuration may be cumbersome. 5) The safety of the transmission over the internet then depends entirely on the service/protocol responding to the traffic of each port, unlike a mesh accessible ONLY through an already encrypted vpn. 6) Opening up ports can be risky if not done correctly.A secure alternative would be accessing everything via SSH tunnelling: in router settings, forward a single public port to a device running an ssh server, and create an ssh session with as many tunnels as you need. Again, this requires access to the router, it is cumbersome and unpractical, has to be set up on all of your devices, requires an external tool and additional knowledge, etc
AET supported this idea · -
6,440 votes
An error occurred while saving the comment AET commentedThis is ABSOLUTELY CRITICAL. You now have Simplelogin, so WHY can't this feature be managed WITHIN the proton mail service? Why do i have to go through another company, platform and mobile app to manage this?
Even damn YAHOO with their paid plan offers 500 "disposable email" addresses which you can create and delete at will, from inside the mail client...PLEASE INTEGRATE THIS
AET supported this idea · -
543 votes
An error occurred while saving the comment AET commentedThis is really critical.
An API would allow the use of tools like rclone or platforms like Zapier. Even Mega, which is heavily encrypted too, has public API and can be used via rclone.
More broadly, APIs for all Proton services would be great...AET supported this idea ·
Like KeePassXC does, ANYTHING copied from ProtonPass should be hidden from the OS' clipboard history!
This is a CRUCIAL feature, also because some OSes sync clipboard across multiple devices (like the Windows clipboard which is synced across any device where your account is logged on, and even mobile devices if you use the SwiftKey keyboard), allowing for a huge security issue.
@devs This is feasible by setting the clipboard's mimetype according to each OS requirements. This is how KeePassXC does it, on multiple platforms:
https://github.com/keepassxreboot/keepassxc/blob/b8f9ac85ecba642f74f7b15ae3cd3e459e5ceec5/src/gui/Clipboard.cpp#L46-L82