Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lysandrejik/autoencodercrypto
- Owner: LysandreJik
- Created: 2018-12-13T12:57:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T09:44:11.000Z (about 6 years ago)
- Last Synced: 2024-10-28T07:08:14.719Z (2 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.