Best of Encryption2022

  1. 1
    Article
    Avatar of supabaseSupabase·4y

    Supabase Vault

    Supabase Vault is a Postgres extension for managing secrets and encryption inside your database. For self-hosting, pgsodium supports a variety of ways to place the root key into Postgres. To see the decrypted data, there is a special view created called vault. The actual raw key is not available to you in SQL, it is managed entirely outside of the SQL language in the Postgres server. If you take a backup or pause your project, that data remains encrypted.

  2. 2
    Article
    Avatar of dzDZone·4y

    Secrets at the Command Line (Cheat Sheet Included)

    The first step toward securing secrets in the command line is taking inventory of what secrets might exist. Passwords, Keys, and Certificates Passwords are something you know to prove who you are. There are many approaches for securing passwords locally, and we will dig into those later in this article.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    HTTP vs HTTPS – What's the Difference?

    HTTPS makes a secure connection by using a secure protocol that encrypts your data. For most websites, the best way to have HTTPS is by getting an SSL (Secure Sockets Layer) Certificate or a TLS (Transport Layer Security) certificate. When encrpytion and decryption happens in HTTPS, it becomes heavier.

  4. 4
    Article
    Avatar of devgeniusDev Genius·4y

    JWT Common Attacks

    JWT doesn’t use the good old cookies and sessions in authorization, instead it utilizes JSON web tokens cookies vs tokens JWT Structure JWT consists of 3 main parts. The Header is the top most part of the JWT token and it specifies which algorithm will be used in the signature part to generate the signature.

  5. 5
    Article
    Avatar of itsfossIt's Foss·4y

    7 Best Open Source Web-based Email Clients

    Self-hosted webmail service is always an option worth considering. For businesses and enterprises, some advantages of self-hosting webmail include the ability to build your infrastructure that meets the requirements of your email services. Several open-source projects are under active development that you can experiment with.

  6. 6
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·4y

    SSH: Introduction, How to Secure and Working

    SSH is an acronym for Secure Shell. It is a protocol that allows two machines to communicate securely on a network. It means whenever two machines are connected, the data exchange between them happens with encryption. The information which is to be used is encrypted and by encryption it means that the actual data is converted into some cipher.