Best of EncryptionMarch 2024

  1. 1
    Article
    Avatar of strongdmstrongdm·2y

    13 API Security Best Practices to Know in 2024

    Learn 13 API security best practices to protect your application and user data, including strong authentication mechanisms, least privilege access control, data encryption, rate limiting, and more.

  2. 2
    Article
    Avatar of bytebytegoByteByteGo·2y

    EP102: Encoding vs Encryption vs Tokenization

    This post discusses the differences between encoding, encryption, and tokenization, and how they are used in system design to handle sensitive information.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    Our Response to the Canadian Government

    The Canadian government plans to ban Flipper Zero due to claims that it is being used to steal cars. However, there is no evidence to support these claims and banning Flipper Zero would not address the underlying security issues with keyless entry systems.

  4. 4
    Article
    Avatar of medium_jsMedium·2y

    JWT, JWS, JWE and how to cook them

    This post explains the concepts of JWT, JWS, and JWE, provides examples of how to implement them in Go using symmetric and asymmetric algorithms, and discusses their use cases in authorization and secure information exchange.

  5. 5
    Article
    Avatar of strongdmstrongdm·2y

    13 Password Management Best Practices to Know in 2024

    Learn 13 password management best practices to protect your organization's systems and data from password-related attacks.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Implementing RSA in Python from Scratch

    Learn how to implement RSA encryption in Python from scratch. Explore the math behind RSA, generate keys, and encrypt and decrypt messages.