secure_socket

Crates.iosecure_socket
lib.rssecure_socket
version0.0.11
sourcesrc
created_at2022-08-04 22:45:45.13249
updated_at2022-08-08 20:18:28.094931
descriptionA small encrypted wrapper around TCP.
homepage
repositoryhttps://github.com/thescribe11/SecureSocket.git
max_upload_size
id639011
size62,494
(thescribe11)

documentation

README

A wrapper around TCP for sending encrypted data

I created this for a file backup application I've been working on as a hobby project. As such, the API is designed to work with it, and it only. Perhaps I'll come back at a later date and make it more suitable for general use; perhaps not.

CAVEAT EMPTOR:

  • This has never been audited for security.
  • It probably never will be.
  • Seeing as this is a component of a hobby project, I can't guarantee any kind of consistent updates.
  • I've only tested it on 64-bit Linux systems.
  • At the moment it's "slightly" unfinished.
Commit count: 21

cargo fmt