Fast files encryption (AES-GCM) package and command-line tool built for speed with Go ⚡
Examples:
- Encrypt a path with default options
> safelock-cli encrypt path_to_encrypt encrypted_file_path
- Decrypt a file
> safelock-cli decrypt encrypted_file_path decrypted_files_path
- If you want it to run silently with no interaction
> echo "password123456" | safelock-cli encrypt path_to_encrypt encrypted_file_path --quiet
ECHO DEPository is a digital preservation research/development project at the Univ. of Ill. Urbana-Champaign in partnership with OCLC and funded by Library of Congress under their National Digital Information Infrastructure Preservation Program (NDIIPP).