GitHunt
KO

kode-git/cryptomator

Hashing files in sha256 from a root directory and store data in a dump textual file. Baseline for the source checker on www.inforge.net marketplace.

Cryptomator

A simple program for encrypt files in sha256. The procedure is simple, you can list or encrypt every file start from a /root (instance name) directory and the cryptomator navigates and search every file in every directory linked to /root (/root is included in the navigation and file checking.

Important Info

The entire project is private and customized for code security revisioning. This repository is only to test some functions used there. The project is pretty simple and can be simulated with some combinations of UNIX shell commands and options.



Usage

Going inside the src directory using cd, than digit in the Terminal:


python3 core.py (root-directory) (-e for encrypt and -l for list only)

License

Program made by kode-git. Apache License 2.0

Contributors

Apache License 2.0
Created December 19, 2020
Updated December 12, 2022
kode-git/cryptomator | GitHunt