fractalate / pakrypt

Encrypt and Store Sensitive Data on the Device You Trust

Home Page:https://www.pakrypt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pakrypt

Overview

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.

Administrators

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.

Development

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/).

About

Encrypt and Store Sensitive Data on the Device You Trust

https://www.pakrypt.com

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 0.9%Language:HTML 0.3%Language:CSS 0.3%