Releases: Internet-of-People/prometheus-electron
Prometheus alpha3
"On the internet, noone knows you're a dog". But thanks to Prometheus, you can finally certify it with witness signatures. Ok, maybe even that you have graduated at some university or just got married.
This release contains the following newly added features and updates:
- The UI has been redesigned, it's more fluid on large/medium screens.
- Personas are well separated now, you can select which one you'd like to use in the menu. You can always see the currently used.
- Claims can be signed by witnesses then signatures can be imported.
- Both the UI and the backend code had minor bugfixes.
Note that the wallet format slightly changed since the previous demo, this new version likely will not be able to load it. To clear up the old wallet, you'll have to delete application config directories starting with prometheus. Use the provided shell script.
Prometheus alpha2
This minor release polishes the previous demo a bit by changing some texts on the UI and small bugfixes.
Note that the wallet format slightly changed since the previous demo, this new version likely will not be able to load it. To clear up the old wallet, you'll have to delete application config directories starting with prometheus
, e.g. using rm -rf ~/.config/prometheus*
on Linux.
Prometheus alpha1
This whole Prometheus is now almost useful! -- An unknown developer
We decided to release the Prometheus prototype to the public to start showing people how it works and what is does.
We want to demonstrate that cryptography is not that easy, and that if people don't trust other people with maintaining their identity, then they are responsible for maintaining their own secrets.
Of course, for people who don't really want to keep these secrets on their own, we can later introduce third parties that provide services like password recovery, et cetera, but first it is important to create a fully secure foundation.
Prometheus uses a regular BIP39 wallet mnemomic. You need to write the passphrase down in the correct order and store it somewhere safe. It is the only way to get back to the same profiles you had before. In this prototype there is no persistent external database, so any information you fill into the application will be lost when you delete the vault file from your hard disk.
The Prometheus application provides a vault for your identity. You can create different personas attached to DIDs to represent the different roles in your life. This way you can share different information about your life with different people.
Current Features:
- Create Identifiers with an associated icon and label.
- Manage Label and Icon for a given ID
- Create claims about your IDs
- View Claims as a whole and per ID
We created three predefined claim-schemas to demonstrate the concept of machine-readable information. These claims represent a piece of information about one of your personas that has been witnessed by one of your peers, which is verified using a cryptographic signature. Please note that the concept of requesting a signature from a witness is not yet implemented.
Have fun testing the demo and stay tuned for the next preview!
This application uses these repositories as dependencies: