Giter Site home page Giter Site logo

Comments (9)

vladimiry avatar vladimiry commented on July 21, 2024 1

It's key derivation, not a deviation. You can look into the Wikipedia, this is a quite general topic.

  • I will note first that I don't consider myself as a security expert. Any kind of experts are welcomed to jump into and review the code, it's an open source stuff.
  • Normally encryption algorithms require a key of a specific length, depending on the algorithm. So we need to have a key to be able to encrypt/decrypt something, not just a password.
  • Key derivation is a function of deriving a key from the password. So for example even if your password let's say 3 characters length, key derivation function will produce a key of the constant length required by a specific encryption algorithm (like 16-byte length key).
  • Speaking of a single specific key derivation function, the higher work factor, the better security, as a brute force like attacks will take more hardware resources and respectively more time. There is a hint app displays near to the related options list:

hint

As for the code signing, it's possible to do, but I'm not going to do that in the near future. This is a page related to the topic.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

Thanks for report. I guess there might be something missed in the configuration file which is used to prepare a packages for different systems, not in the code logic itself, going to investigate this.

from electronmail.

Ghost-Recon131 avatar Ghost-Recon131 commented on July 21, 2024

thanks for the reply and keep up the good work :)

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

@Ghost-Recon131 can you try this version https://www.dropbox.com/s/jiycitmwvgka18w/protonmail-desktop-app-0.4.3-windows-nsis-installer.exe?dl=1 ? I guess you need to uninstall currently installed first, not sure, I'm a Linux user. Will publish new release if notifications got working with it.

from electronmail.

Ghost-Recon131 avatar Ghost-Recon131 commented on July 21, 2024

Thanks for the quick update, this new version works and gives a notification through Window's notification centre.

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

Thanks for testing and confirming that it works well now, v0.4.3 release with this fix included has been published.

from electronmail.

Ghost-Recon131 avatar Ghost-Recon131 commented on July 21, 2024

Sorry for me being picky but in the next update, could you make the new mail notification stick in the notification centre instead of appearing on the side for 10-15sec then disappear? thx!

from electronmail.

vladimiry avatar vladimiry commented on July 21, 2024

It's a system notification, and so it work as such on different systems. As far as I know there is no such option on Windows OS as specifying different notification position for different programs.

from electronmail.

Ghost-Recon131 avatar Ghost-Recon131 commented on July 21, 2024

Sorry to keep bugging you, what's the difference between the different key deviation presets and Encryption preset? Which would be the most secure setting? Also if you don't mind, could you digitally sign the installers? Windows will block the install unless I manually allow it. It said something along the lines of "Program is unrecognised and windows SmartScreen has prevented it from running."
Thanks for the good work!

from electronmail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.