Skip to content

okolilemuel/fleekAsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fleek Asg

This app takes a source path and destination path at run time. It encrypts any file placed in the source path and stores it in the destination path. The encryption key for this particular session will be logged to the terminal. The app exposes http endpoints to query the encrypted files and download the decrypted version.

Usage

Follow the steps below to build and run the app

  • Clone this repository
  • Open the terminal or command line in the base directory of the project
  • Build the binary using go build -ldflags="-w -s" -o ./bin/fleekAsg ./main/main.go
  • Run the application using ./bin/fleekAsg <sourcePath> <destinationPath>
  • To get the list of encrypted files call GET http://localhost:8080/files/
  • To download a decrypted file, call http://localhost:8080/file/?key=<encryptionKey>&filename=<fileNme.encrypted>
    • eg http://localhost:8080/file/?key=T8dL_xp6WvySO-Duthht6a40v5LrTFfHtAQHbQjJ3xs=&filename=file1.encrypted

Note: the encryption key is displayed on the terminal after the application has started running

Dependencies

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages