Skip to content

PaulSec/filesharer-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filesharer-nodejs

File sharer based on Node.js using AES encryption for your files

This is currently under development.

Installation

Create a SSL certificate, quick example:

openssl genrsa -des3 -out ca.key 4096
openssl req -new -key ca.key -out ca.csr
openssl x509 -req -days 365 -in ca.csr -out ca.crt -signkey ca.key

Install mongodb and launch it:

sudo mongod --dbpath .

Install node and npm, then:

npm install

Then,

node server.js

About

File sharer based on Node.js using AES encryption for your files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published