mbrt / ruplicity

Rust library managing duplicity backups
MIT License
18 stars 1 forks source link

Encryption support #16

Open mbrt opened 8 years ago

mbrt commented 8 years ago

Support for encrypted backups. Needed a GPG crate to work with.

jrmuizel commented 7 years ago

It looks like https://github.com/johnschug/rust-gpgme might work for for this.

mbrt commented 7 years ago

@jrmuizel yes, thank you. It looks like it can work out.