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

recs_lib

A confusing library for encrypting files and text

6 stable releases

new 3.1.0 Nov 24, 2024
3.0.3 Nov 10, 2024
2.5.2 Jul 15, 2024

#1528 in Cryptography

Download history 5/week @ 2024-08-25 3/week @ 2024-09-01 22/week @ 2024-09-15 18/week @ 2024-09-22 89/week @ 2024-09-29 12/week @ 2024-10-06 33/week @ 2024-10-13 27/week @ 2024-10-20 26/week @ 2024-10-27 302/week @ 2024-11-03 114/week @ 2024-11-10 14/week @ 2024-11-17

457 downloads per month
Used in 2 crates

MIT license

96KB
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–38MB
~720K SLoC