Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gigagamma/secsock
Secure socket client and server written in node.js
https://github.com/gigagamma/secsock
Last synced: 26 days ago
JSON representation
Secure socket client and server written in node.js
- Host: GitHub
- URL: https://github.com/gigagamma/secsock
- Owner: GigaGamma
- License: mit
- Created: 2018-10-15T15:44:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T03:41:11.000Z (over 6 years ago)
- Last Synced: 2024-12-13T22:35:52.391Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://gigagamma.github.io/secsock/index.html
- Size: 371 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secsock
Secure sockets for everyone!
## What in the world is this ?
Secsock is a secure TCP client and server written in Node. It uses OpenPGP.js to exchange AES keys and then nodejs crypto to send secure data using the previously exchanged AES key.
## License
This project is licensed under the MIT license.