Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.