Easy Private Key Manager
Table of Contents
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.
- Flutter
- Dart
- Go
- Android Studio
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
- Linux users might need to make the file executable in order to make it run
chmod +x <filename>
- 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.
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Do leave a star if you like the concept.
Made with ❤ by Nimish