key-encryption-key

There are 2 repositories under key-encryption-key topic.

  • Sahil-4555/Simplified_DataEncryption_Standard_SDES

    Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.

    Language:C++4100
  • jjrdk/nseal

    The library focuses on the problem of storing content in insecure storage locations, or transporting content across insecure transport.

    Language:C#20