SimedruF - Overview

Pinned Loading

  1. Post quantum cryptography vault. A secure wallet application using Dear ImGui with advanced post-quantum cryptography for password protection and encrypted file storage.

    C++ 2

  2. Simple Huffman codes. Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression.

    C++ 1

  3. RSA (Rivest-Shamir-Adleman) is a public-key cryptosystem, one of the oldest widely used for secure data transmission.

    C++ 2

  4. Simple chacha20 algorithm usage. ChaCha20 is a widely-used symmetric encryption algorithm designed by Daniel J. Bernstein.

    C++ 1

  5. A collection of WebApp UI

    HTML 3

  6. A simple test implementation of the Kyber-768 and sntrup761 post-quantum cryptographic algorithms using the liboqs library.

    Shell