Skip to content

ItsAnkitPatel/go-file-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File encryption tool

A simple command-line tool to encrypt and decrypt files.

How to use

  1. Clone the repository:
    git clone https://github.com/ItsAnkitPatel/go-file-encryption.git && cd go-file-encryption
    
  2. Run the application for encryption:
    go run . encrypt <file_path>
    
  3. Run the application for decryption:
    go run . decrypt <file_path>
    

NOTE: Make sure to put the same password that you used for encryption while decrypting the file.

About

A simple CLI utility that lets you encrypt and decrypt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages