Skip to content

encrypit/encrypit

Repository files navigation

Encrypit

Securely encrypt and decrypt files.

GitHub release (latest by date) Encrypit build status badge

Try It

Go to encrypit.com to securely encrypt and decrypt files.

This project is built with:

Prerequisites

Install

Clone the repository:

git clone https://github.com/encrypit/encrypit.git
cd encrypit

Use the project's Node.js version:

nvm use

Install the dependencies:

npm install

Available Scripts

In the project directory, you can run:

npm start

Runs the web app in the development mode.

Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.

You will also see any errors in the console.

Alternatively, you can run the client and the server separately:

npm run client
npm run server

If the server exits without killing the app, then kill the process:

kill $(lsof -ti :8788)

npm run lint

Runs ESLint.

npm test

Runs Jest tests.

npm run build

Builds the web app for production to the dist folder.

It correctly bundles in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

Assets

Logo

License

MIT