LeDav1 / Unlock_bit

1 stars 0 forks source link

Prototyping Unlock_bit #3

Closed LeDav1 closed 8 months ago

LeDav1 commented 10 months ago

Should be in Rust

function encrypt_file(file, "KEY_STRING") function decrypt_file(file, "KEY_STRING")

Axel + Rose

Function browse_directories(initial_path) -> calls encrypt_file

David

LeDav1 commented 8 months ago

Prototype done, recursion missing