Skip to content
/ enkrypt Public

A CLI server that creates an encrypted folder in the local system that mirrors an existing folder.

Notifications You must be signed in to change notification settings

Kifen/enkrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enkrypt

enkrypt is a CLI program and http server. It creates an encrypted folder in the local system that mirrors an existing folder.

Build and run

Requirements

enkrypt requires a version of golang with go modules support.

Build

# Clone.
$ git clone git https://github.com/Kifen/enkrypt.git
$ cd enkrypt

# Build
$ make build 

Run

# Run enkrypt
$ ./enkrypt -s [source directory] -t [target directory] -k [password]

API

http://localhost:5000/listencryptedfiles

http://localhost:5000/downloadfile?file={path-to-file}

Enkrypt uses the default port 5000

About

A CLI server that creates an encrypted folder in the local system that mirrors an existing folder.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published