portal icon indicating copy to clipboard operation
portal copied to clipboard

A Secure file transfer utility & library. The library utilizes SPAKE2 for key negotiation over an insecure channel, and ChaCha20Poly1305 Authenticated Encryption to encrypt the file with the derived s...

Results 2 portal issues
Sort by recently updated
recently updated
newest added

Currently the code seems to send all files via a relay. Would it be within the scope of this project to implement a peer to peer mode? It would probably...

enhancement

Currently the Ring support is dependent on the functionality in [this commit](https://github.com/briansmith/ring/commit/2896a014de94d670a6913156c9f31d8de8a2323b) which has not been published on crates.io The next Ring release that includes the `open_in_place_separate_tag` functionality may be...

tracking