in case anyone is interested in contributing to open source projects I have a few and looking for contributors:
An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories GitHub – radumarias/rencfs: An encrypted file system written in Rust that is mounted with FUSE on Linux. It can be used to create encrypted directories 3
GUI for the above GitHub – radumarias/rencfs-desktop: GUI for rencfs 3
And a daemon GitHub – radumarias/rencfs-daemon: An encrypted file system in Rust that mounts with FUSE on Linux. It can be used to create encrypted directories. 1
Cloud file and email Sync, file Sharing, Backup and Encryption solution written in Rust GitHub – radumarias/syncoxiders: Cloud file and email Sync, file Sharing, Backup and Encryption solution written in Rust 4
Distributed filesystem written in Rust. Intention is to be a learning project for the concepts and implementing them GitHub – radumarias/rfs: Distributed filesystem written in Rust. The intention is to be a learning project for the concepts involved in building such a system 2
A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption GitHub – radumarias/rencrypt-python: A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption
Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be ‘optimized away’ by the compiler GitHub – radumarias/zeroize-python: Securely clear secrets from memory. Built on stable Rust primitives which guarantee memory is zeroed using an operation will not be ‘optimized away’ by the compiler
If anyone is interested please drop me a message
An article from a series about one of the projects https://systemweakness.com/hitchhikers-guide-to-building-a-distributed-filesystem-in-rust-the-very-beginning-2c02eb7313e7
looking for open source contributors
1