Skip to content
/ fsenc Public

CLI tool to encrypt and decrypt files with passphrase

Notifications You must be signed in to change notification settings

nomionz/fsenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSENC

FSENC is a lightweight, command-line interface tool designed for encrypting and decrypting files using a passphrase. It's an ideal solution for those who need to secure individual files containing sensitive information without the overhead of encrypting their entire filesystem.

Download from Releases

Why FSENC?

  • Selective Encryption: Perfect for encrypting specific files in your home directory or any other location, ensuring sensitive information is kept private.
  • Ease of Use: A straightforward CLI tool, making file encryption and decryption as simple as a single command.
  • Security: Uses robust encryption algorithms to secure your files, safeguarding them against unauthorized access.

Usage

Encrypting a File

To encrypt a file, use the enc command followed by the file path and a passphrase of your choice:

fsenc enc <filepath> <passphrase>

Decrypting a File

To decrypt an encrypted file, use the dec command followed by the file path and the correct passphrase:

fsenc dec <filepath> <passphrase>

About

CLI tool to encrypt and decrypt files with passphrase

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages