Skip to content

Just a local, no db, completely offline, simple file generated (like BTC core wallets) Private Key Manager.

License

Notifications You must be signed in to change notification settings

sudonims/PvtKeyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Key Hodl

Easy Private Key Manager

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

About The Project

This is a simple Private Key Manager. Inspired from the Bitcoin core technology for wallet management, it doesn't need internet connection, rather this encrypts your entered data to a file which can be stored locally. The file is encrypted with cryptographically secured AES algorithm whose private keys are generated with PR-Pass.

Built With

  • Flutter
  • Dart
  • Go
  • Android Studio

Getting Started

Installation

Currently this project supports Linux, Android and Windows Operating Systems. MacOS support will be added soon

Get the latest respective app from releases

You can use it as you would any normal package, just open it and you are good to go

Note

  1. Linux users might need to make the file executable in order to make it run
    chmod +x <filename>
  2. Windows users need to extract the .7z file and run exe file directly. Note that rest files are needed from archive in order for the exe to work.

Usage

Guide

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Do leave a star if you like the concept.

Made with ❤ by Nimish

About

Just a local, no db, completely offline, simple file generated (like BTC core wallets) Private Key Manager.

Resources

License

Stars

Watchers

Forks

Packages

No packages published