Desire100 / neural-cryptography-tensorflow

Neural Networks that invent their own encryption :key:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: This repository is no longer maintained.

Adversarial Neural Cryptography in TensorFlow

A Tensorflow Flow implementation of Google Brain's recent paper (Learning to Protect Communications with Adversarial Neural Cryptography.)

Two Neural Networks, Alice and Bob learn to communicate secretly with each other, in presence of an adversary Eve.

Setup

Pre-requisites

  • TensorFlow
  • Seaborn (for plots)
  • Numpy

Usage

First, ensure you have the dependencies installed.

$ pip install -r requirements.txt

To train the neural networks, run the main.py script.

$ python main.py --msg-len 32 --epochs 50

Attribution / Thanks

Citing Code

If you want to cite this code in your work, refer to the following DOI:

DOI

License

MIT

About

Neural Networks that invent their own encryption :key:

License:MIT License


Languages

Language:Python 100.0%