#system #encrypting #encryption #data #store #text #recs

recs_lib

A confusing library for encrypting files and text

4 stable releases

new 3.0.2 Nov 7, 2024
3.0.1 Nov 6, 2024
3.0.0 Nov 5, 2024
2.5.2 Jul 15, 2024

#1424 in Cryptography

Download history 20/week @ 2024-07-18 5/week @ 2024-07-25 2/week @ 2024-08-22 6/week @ 2024-08-29 18/week @ 2024-09-12 16/week @ 2024-09-19 72/week @ 2024-09-26 29/week @ 2024-10-03 31/week @ 2024-10-10 23/week @ 2024-10-17 26/week @ 2024-10-24 181/week @ 2024-10-31

267 downloads per month
Used in 2 crates

MIT license

94KB
2K SLoC

Rust Encryption Core System

Felt trendy at first now it's serious

RECS is aes-cbc-256 powered encryption library. It's purpose is to allow programs to store non-volatile data on the system and not allow prying eyes to snoop and or modify this data.

This is also a learning tool for me to better understand rust and working with unix-like systems.

Getting started

When using the recs it must be initialized by calling resc::initialize() before trying to read or write data This ensures all the maps( json file ) and the system array are in the right place and can be accessed

MORE documentation comming soon.

Dependencies

~23–42MB
~728K SLoC