Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lysandrejik/autoencodercrypto

Using an auto-encoder to crypt and decrypt data and share it with your friends in a private manner
https://github.com/lysandrejik/autoencodercrypto

Last synced: 13 days ago
JSON representation

Using an auto-encoder to crypt and decrypt data and share it with your friends in a private manner

Awesome Lists containing this project

README

        

# AutoEncoderCrypto
Using an auto-encoder to crypt and decrypt data and share it with your friends in a private manner.

The algorithm uses a Diffie-Hellman key-exchange to set the same seed on both networks.

The same seed provides the same weights in the training allowing for an encryption and decryption based on it.