Other articles


  1. CRC is Not Cryptography

    CRC is a very common error detection algorithm for data transmission. It was never designed for cryptography. However it is sometimes used in protocols such as WEP. When used for cryptographic purpose, it can lead to compromising the security of the exchanges. In this article one of possible attack against use of CRC in cryptography will be detailed.

    read more
  2. Backup Important Files with Rsync and Crontab

    You may have important files in your computer such as a password manager database, gpg key, bitcoin private keys. There is a risk of loss or modification of these files for multiple possible reason such as hardware failure. If that happen it may have a big impact for you. In this article some simple backup method for Linux will be presented as well as how to automatize them.

    read more
  3. Hello World

    Published: 日 24 1月 2021 By Sinople In Article.

    This first article will serve as a hello world and verify that everything works correctly.

    read more