rdedup icon indicating copy to clipboard operation
rdedup copied to clipboard

Implement no encryption and symetric encryption modes.

Open dpc opened this issue 7 years ago • 3 comments

For applications that need only deduplication or don't require public key encryption.

  • [x] no encryption
  • [ ] symetric encryption

dpc avatar Jan 26 '17 05:01 dpc

No encryption is done. I don't even know if symmetric encryption is worth implementing. Doesn't seem to have any benefits over public-key one. But if anyone prepares a PR, which should be reasonably easy now, we can merge it.

dpc avatar May 08 '17 06:05 dpc

I'd be interested in implementing this just for the learning experience. I'm an intermediate rustacean but a novice open source contributor, so I might need some pointers on navigating the codebase and contributing effectively.

axelmagn avatar May 22 '17 17:05 axelmagn

@axelmagn : Awesome. Please give it a try, and ask question on gitter channel. Usually around evening PST, I'm quite available for chat, but will try to help as I can other times as well.

dpc avatar May 22 '17 20:05 dpc