Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.
/ myst Public archive

Zero-knowledge, end-to-end encrypted password manager proof of concept written in Go and Svelte.

License

Notifications You must be signed in to change notification settings

rdnt/myst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

myst

Zero-knowledge, end-to-end encrypted password manager


Development requirements

  • Go v1.20
  • Node 18

Setting up

On Windows, you might need to set script execution policy to unresticted. Open an elevated Powershell terminal and type the following:

Set-ExecutionPolicy Unrestricted

Then to build the builder binary, run

.\script\bootstrap.ps1

This will create the myst.exe binary on the root of the project. Use that to build the actual project:

.\myst build

About

Zero-knowledge, end-to-end encrypted password manager proof of concept written in Go and Svelte.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published