array-io-keychain
array-io-keychain copied to clipboard
A highly secure standalone application for signing transactions and generating key pairs.
Need to make apt-get repo for keychain installation on Linux. Support platforms 1) deb 9 and newer 2) ubuntu 16.04 and newer 3) linux mint 18.3 and newer
Need to add: 1) creation date 2) time last signing -- time when this key was used for sign functions
At this moment we have no proper mechanism for checking password strength. Need to use cracklib for checking password strength.
When key manager will work parallel with keychain it will be need to synchronize changes between them: key manager can add or remove key and keychain must have mechanism that...

Make a research and think through the models of how plug-ins should work in KeyChain. The result of this work should be: 1. Proposal of plug-in architecture.
There will be 2 steps in the changes, made to KeyChain API: 1. The API should be changed after the improvement are made to the KeyChain arhitecture. 2. The second...
Currently, the linux version does not implement key modifier handling. Since some English layouts contain characters entered by means of modifier, it is impossible to ensure correct password input on...
Parent task: https://github.com/arrayio/array-io-keychain/issues/11 It is necesary to create keychain installer for Windows
It is necessary to set keyboard layout always to en_US on windows for compatibility with linux version. - Need to figure out what layouts are installed in the case of...