recs_lib

Crates.iorecs_lib
lib.rsrecs_lib
version3.1.1
sourcesrc
created_at2024-07-15 19:51:15.818729
updated_at2024-11-25 22:43:47.613753
descriptionA confusing library for encrypting files and text
homepage
repository
max_upload_size
id1304261
size88,710
Darrion Whitfield (Dj-Codeman)

documentation

README

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.

Commit count: 0

cargo fmt