data-encrypted

There are 2 repositories under data-encrypted topic.

  • microsoft/CryptoNets

    CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic E

    Language:C#280132071
  • alpha-k911/Vigenere-Cipher-Decrypter

    Vigenère-Cipher-Decrypter is a program that attempts to decrypt certain data encrypted by the Vigenère cipher. This tool can decrypt Vigenère cipher with and without Key

    Language:Python2300