symetric-encryption

There are 7 repositories under symetric-encryption topic.

  • DavidLee528/DES_cpp_demo

    A demo project to demonstrate how DES encryption/decryption works.

  • MhmoudYahia/SafeSteg

    This repository contains a steganographer web application that allows users to encode and decode text messages within image or audio files.

    Language:JavaScript1112
  • sapekshpareek/EncryptEco

    Optimize AES encryption for storage efficiency on GitHub. Our solution segments data, reduces encryption rounds, dynamically sizes blocks, and applies compression, achieving up to 45% storage savings while maintaining AES security standards. Ideal for storage-constrained environments and large-scale data applications.

    Language:Python00
  • AlfredoMartins/secure-communication-protocol

    Secure communication protocol using RSA encryption, digital signatures, and symmetric encryption. It ensures secure message transmission over a Teams chat platform by encoding messages in hexadecimal strings. The protocol involves key generation, random byte generation, key exchange, signature verification ...

    Language:Jupyter Notebook10
  • baguswijaksono/setb

    Multi-User Telegram Task Manager Bot stores data and secures it with symmetric encryption.

    Language:Go
  • hkuribayashi/SRC-P07

    Projeto da disciplina SI01033 (Segurança em Redes de Computadores) do Curso de Sistemas de Informação da Unifesspa para exercitar os conceitos de criptografia (simétrica e assimétrica) e hash criptográfico

    Language:Python10
  • ttcpavle/Advanced-encryption-standard-AES-in-c

    This is a simple example of AES encryption (with 128, 192 and 256bit keys)

    Language:C