Skip to content

samuelowad/encrytor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryptor

Encryptor is a command-line tool for encrypting and decrypting files securely. It provides an easy-to-use interface for protecting sensitive data on your local machine.

Features

  • Encrypt individual files or entire directories
  • Decrypt previously encrypted files
  • Secure master password system
  • Colorful and engaging command-line interface
  • Cross-platform support (Windows, macOS, Linux)

Installation

Prerequisites

  • Go 1.19 or later

macOS and Linux

  1. Open a terminal
  2. Clone the repository:
    git clone https://github.com/samuelowad/encryptor.git
    
  3. Navigate to the project directory:
    cd encryptor
    
  4. Build the project:
    go build
    
  5. (Optional) Move the binary to a directory in your PATH:
    sudo mv encryptor /usr/local/bin/
    

Windows

  1. Open Command Prompt or PowerShell
  2. Clone the repository:
    git clone https://github.com/samuelowad/encryptor.git
    
  3. Navigate to the project directory:
    cd encryptor
    
  4. Build the project:
    go build
    
  5. (Optional) Add the directory to your PATH environment variable

Usage

Run the tool by executing:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages