Neural Networks that invent their own encryption :key:
Note: This repository is no longer maintained.
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.
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
If you want to cite this code in your work, refer to the following DOI:
MIT