Skip to content
View radumarias's full-sized avatar
Block or Report

Block or report radumarias

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. rencfs rencfs Public

    An encrypted file system in Rust that mounts with FUSE on Linux. It can be used to create encrypted directories

    Rust 8 3

  2. rencfs_desktop rencfs_desktop Public

    GUI for rencfs

    Rust

  3. rencfs-daemon rencfs-daemon Public

    An encrypted file system in Rust that mounts with FUSE on Linux. It can be used to create encrypted directories.

    Rust

  4. in_mem_fs in_mem_fs Public

    A very basic implementation of an in-mem filesystem in Rust exposed with FUSE on Linux

    Rust

  5. rencrypt-python rencrypt-python Public

    A Python encryption library implemented in Rust. It supports AEAD with AES-GCM and ChaCha20Poly1305. It uses ring crate to handle encryption.

    Rust 1

  6. zeroize-python zeroize-python Public

    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. Uses a portable pure Rust imple…

    Python