You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Encrypt files with RSA Key-Pair Encryption π
3
+
4
+
**This project is not actively maintained**
5
+
6
+
## Getting Started
7
+
Instructions below will get your copy of this project up and running on your local machine for deployment and development purposes.
8
+
9
+
### Prerequisites
10
+
Project requirements
11
+
12
+
```
13
+
NodeJS - Version v8.12.0 and above
14
+
NPM - Version 6.4.1 and above
15
+
```
16
+
17
+
### Installing
18
+
19
+
```
20
+
- NodeJS: https://nodejs.org/en/
21
+
- NPM: Comes preinstalled with NodeJS
22
+
```
23
+
24
+
## Deployment
25
+
26
+
Steps:
27
+
1. Run `git clone https://github.com/Etosticity/node-filecrypt`
28
+
2. Inside the Git Cloned directory, run `npm install`
29
+
3. Run `node main.js`
30
+
31
+
## Built With
32
+
*[Git](https://git-scm.com/)
33
+
*[JavaScript](https://www.javascript.com/)
34
+
*[Visual Studio Code](https://code.visualstudio.com/)
35
+
36
+
## Versioning
37
+
We use [Semantic Versioning](https://semver.org/). For the versions available in this project, see the [tags in this repository](https://github.com/Etosticity/node-filecrypt/tags).
38
+
39
+
## Authors
40
+
***Etosticity Rammington** - *Project Owner*
41
+
42
+
Also, see the list of [contributors](https://github.com/Etosticity/node-filecrypt/graphs/contributors) who participated in this project.
43
+
44
+
## License
45
+
This project is licensed under GPL-3.0 License. See [LICENSE](https://github.com/Etosticity/node-filecrypt/blob/master/LICENSE)
0 commit comments