Pakrypt is an encrypted data manager for the browser which stores your data privately on your device. Store passwords, notes, or small files securely in a pak on a computer you trust.
You can use Pakrypt today at app.pakrypt.com.
You can read the user guide at www.pakrypt.com/guide.html.
You can see what's new in the release log.
To use this project, you simply need to serve the project's static files from a web server. The files can be downloaded from the current GitHub release: v1.0.1.
See also doc/Developers.md
This NodeJS project can be run in development mode with hot reloading as the source code is changed. The project targets NodeJS version 20, but it has been tested on older versions as far back as version 14.
First, install dependencies:
npm install .
Then, run the development server:
npm run dev
Navigate to the URL displayed in your terminal to use the application (e.g. http://localhost:5173/).