Best of EncryptionSeptember 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    All Proton Drive apps are now open source

    Proton has announced that all Proton Drive apps, including desktop versions, are now fully open source. This move highlights Proton's commitment to privacy and transparency, allowing the community and security experts to inspect and verify the apps' security. Open-source code helps in identifying potential vulnerabilities and strengthens user trust. Proton also supports various open-source projects and encourages community involvement through initiatives like their Bug Bounty Program.

  2. 2
    Article
    Avatar of systemweaknessSystem Weakness·2y

    Understanding SSL Certificate Issues: Common Problems and SSL Solutions

    SSL certificates are crucial for securing online communications by encrypting data between users and websites. Common SSL issues include certificate expiration, misconfiguration, untrusted certificate authorities, mixed content warnings, incomplete certificate chains, incorrect installation, and outdated encryption protocols. Regular monitoring and updating of SSL configurations can help maintain website security and user trust.

  3. 3
    Article
    Avatar of javarevisitedJavarevisited·2y

    How to Use the Android Keystore for Secure Data Storage

    Learn how to use the Android Keystore to securely store cryptographic keys and sensitive data in your Android app. The post provides a step-by-step guide on generating, encrypting, and decrypting data using the AES algorithm, while also covering key access controls like biometric authentication.